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.
  • name_on_card: String
  • # The month the credit card expires.
  • expiration_month: Int
  • # The year the credit card expires.
  • expiration_year: Int
  • # Whether or not this payment method is enabled for automatic payments.
  • auto: Boolean
  • # The billing address for the payment method.
  • address: CreateAddressMutationInput
  • # A note about this entity.
  • note: NoteMutationInput
  • }

link Require by