INPUT_OBJECT
CreateTokenizedCreditCardMutationInput
The input object that defines the fields for the createTokenizedCreditCard mutation.
link GraphQL Schema definition
- input CreateTokenizedCreditCardMutationInput {
- # The ID of an Account.
- Int64Bit! :
- # The ID of a CreditCardProcessor.
- Int64Bit! :
- # The profile ID provided by a credit card processing service.
- String :
- # The type of a credit card (e.g. Visa, Mastercard.)
- CreditCardType! :
- # The name on the credit card.
- String! :
- # The tokenized value that represents a credit card, provided by a credit card
- # processing service.
- String! :
- # The month the credit card expires.
- Int! :
- # The year the credit card expires.
- Int! :
- # Whether or not this payment method is enabled for automatic payments.
- Boolean! :
- # A partial credit card number that can be used for identification.
- String! :
- # The billing address for the payment method.
- CreateAddressMutationInput! :
- # A note about this entity.
- NoteMutationInput :
- }