GraphQL OBJECT
PayoutInformation
Payout information.
link Definition
- type PayoutInformation {
- # Payout information ID.
- Int :
- # Payout information type.
- PayoutInformationType! :
- # Currency.
- Currency! :
- # Wire transfer account holder.
- String :
- # Wire transfer bic.
- String :
- # Wire transfer iban.
- String :
- # Wire transfer bankName.
- String :
- # Paypal accountId.
- String :
- # Ach account number.
- String :
- # Ach bank name.
- String :
- # Ach bank routing number.
- String :
- }