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