INPUT_OBJECT
CreateCoreCreditCardMutationInput
The input object that defines the fields for the createCoreCreditCard mutation.
link GraphQL Schema definition
- input CreateCoreCreditCardMutationInput {
- # The name on the credit card.
- : String!
- # The credit card number.
- : Numeric!
- # The CVV2 number (also called CVV, CSV, and CID, depending on the card issuer.)
- : Numeric
- # The month the credit card expires.
- : Int!
- # The year the credit card expires.
- : Int!
- # The billing address for the payment method.
- : CreateAddressMutationInput!
- }