InternationalBeneficiary
No description
interface InternationalBeneficiary {
currency: Currency!
route: InternationalCreditTransferRoute!
details: [InternationalCreditTransferDetails!]!
name: String!
}
Fields
InternationalBeneficiary.currency
● Currency!
non-null scalar
Currency of the international beneficiary
InternationalBeneficiary.route
● InternationalCreditTransferRoute!
non-null enum
Route that Swan will use to transfer the funds
InternationalBeneficiary.details
● [InternationalCreditTransferDetails!]!
non-null object
Currency-specific details of the beneficiary
InternationalBeneficiary.name
● String!
non-null scalar
name of the beneficiary
Member Of
InternationalCreditTransferTransaction
object
Implemented By
TrustedInternationalBeneficiary
object ● UnsavedInternationalBeneficiary
object