RequestPaymentInitiateInput
Autogenerated input type of RequestPaymentInitiate
graphql
input RequestPaymentInitiateInput {
id: IdOrToken
legalDocumentAcceptances: [ContactLegalDocumentAcceptanceInput!]
withdrawalEarlyStartConsent: WithdrawalEarlyStartConsentInput
}
Fields
RequestPaymentInitiateInput.id · IdOrToken scalar
Request access token of the cart.
RequestPaymentInitiateInput.legalDocumentAcceptances · [ContactLegalDocumentAcceptanceInput!] list input
Acceptances of required legal documents, recorded for this request.
RequestPaymentInitiateInput.withdrawalEarlyStartConsent · WithdrawalEarlyStartConsentInput input
Consent to start services before the withdrawal period ends, when cart items require it.
Member Of
requestPaymentInitiate mutation