WithdrawalEarlyStartConsentInput
Customer opt-in for starting withdrawal-relevant services before the withdrawal period ends
graphql
input WithdrawalEarlyStartConsentInput {
accepted: Boolean!
requestItemIds: [ID!]!
text: String!
}
Fields
WithdrawalEarlyStartConsentInput.accepted · Boolean! non-null scalar
Whether the customer gave consent.
WithdrawalEarlyStartConsentInput.requestItemIds · [ID!]! non-null scalar
Cart items the consent covers; those with requiresWithdrawalEarlyStartConsent.
WithdrawalEarlyStartConsentInput.text · String! non-null scalar
Consent text exactly as shown to the customer.