INPUT_OBJECT
UpdateCreditCardMutationInput
The input object that defines the fields for the updateCreditCard mutation.
link GraphQL Schema definition
- input UpdateCreditCardMutationInput {
- # The name on the credit card.
- : 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
- # The billing address for the payment method.
- : CreateAddressMutationInput
- # A note about this entity.
- : NoteMutationInput
- }