Skip to main content

SepaBeneficiaryInput

No description

input SepaBeneficiaryInput {
iban: IBAN!
name: String!
address: AddressInput
save: Boolean
}

Fields

SepaBeneficiaryInput.iban ● IBAN! non-null scalar

International Bank Account Number

SepaBeneficiaryInput.name ● String! non-null scalar

full name of the beneficiary (max 70 characters)

SepaBeneficiaryInput.address ● AddressInput input

beneficiary address

SepaBeneficiaryInput.save ● Boolean scalar

true if this new beneficiary will be saved to the beneficiary list of the debited account.

Member Of

BeneficiaryInput input ● CreditTransferInput input ● ScheduleStandingOrderInput input