GraphQL OBJECT
SepaBankAccountProfile
link Definition
- type SepaBankAccountProfile implements PaymentProfileInterface {
- # Unique ID of the payment profile.
- String! :
- # The payment type.
- PaymentType! :
- # Is Purchase Order.
- Boolean! :
- # Bank account currency.
- Currency :
- # Number of the bank account.
- String! :
- # Name of the bank account holder.
- String :
- # Bank's identifier code.
- String :
- # Name of the bank.
- String :
- }
link Required by
This element is not required by anyone