Skip to main content

InternationalBeneficiaryInput

International Beneficiary

input InternationalBeneficiaryInput {
name: String!
currency: Currency!
details: [InternationalBeneficiaryDetailsInput!]!
route: InternationalCreditTransferRouteInput!
save: Boolean
}

Fields

InternationalBeneficiaryInput.name ● String! non-null scalar

Account holder name

InternationalBeneficiaryInput.currency ● Currency! non-null scalar

Currency of the international beneficiary account

InternationalBeneficiaryInput.details ● [InternationalBeneficiaryDetailsInput!]! non-null input

Currency-specific details of the beneficiary

InternationalBeneficiaryInput.route ● InternationalCreditTransferRouteInput! non-null enum

Route that Swan will use to transfer the funds

InternationalBeneficiaryInput.save ● Boolean scalar

Whether to save or not this beneficiary to the beneficiary list of the debited account

Member Of

InitiateInternationalCreditTransferInput input ● internationalCreditTransferTransactionDetailsDynamicForm query