Skip to main content

InternationalCreditTransferOutCreditor

International Credit Transfer Out - Creditor info

type InternationalCreditTransferOutCreditor {
currency: Currency!
details: [InternationalCreditTransferDetails!]!
name: String!
route: InternationalCreditTransferRoute!
}

Fields

InternationalCreditTransferOutCreditor.currency ● Currency! non-null scalar

Currency of the international beneficiary account

InternationalCreditTransferOutCreditor.details ● [InternationalCreditTransferDetails!]! non-null object

Currency-specific details of the beneficiary

InternationalCreditTransferOutCreditor.name ● String! non-null scalar

Account holder name

InternationalCreditTransferOutCreditor.route ● InternationalCreditTransferRoute! non-null enum

Route that Swan will use to transfer the funds

Implemented By

InternationalCreditTransferCreditor union