INPUT_OBJECT

UpdateBankAccountMutationInput

The input object that defines the fields for the updateBankAccount mutation.

link GraphQL Schema definition

  • input UpdateBankAccountMutationInput {
  • # The name on the account.
  • name_on_account: String
  • # The type of bank account this is.
  • bank_account_type: BankAccountType
  • # 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