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.
- String :
- # The type of bank account this is.
- BankAccountType :
- # 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 :
- }