GraphQL INPUT_OBJECT
UpdateSepaBankAccountInput
Input for SEPA bank account update.
link Definition
- input UpdateSepaBankAccountInput {
- # Unique ID of the payment profile.
- String! :
- # Code of SEPA payment type.
- SepaPaymentTypeEnum! :
- # Name of the bank account holder.
- String :
- # Number of the bank account.
- String :
- # Name of the bank.
- String :
- # Bank's identifier code.
- String :
- # Unique ID of bank account's currency.
- CurrencyEnum :
- }