Skip to main content

UnsavedInternationalBeneficiary

No description

type UnsavedInternationalBeneficiary implements InternationalBeneficiary {
currency: Currency!
route: InternationalCreditTransferRoute!
details: [InternationalCreditTransferDetails!]!
name: String!
}

Fields

UnsavedInternationalBeneficiary.currency ● Currency! non-null scalar

Currency of the international beneficiary

UnsavedInternationalBeneficiary.route ● InternationalCreditTransferRoute! non-null enum

Route that Swan will use to transfer the funds

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

Currency-specific details of the beneficiary

UnsavedInternationalBeneficiary.name ● String! non-null scalar

name of the beneficiary

Interfaces

InternationalBeneficiary interface