SwanAccountBeneficiaryInput
Swan account beneficiary
input SwanAccountBeneficiaryInput {
accountNumber: AccountNumber!
name: String!
save: Boolean!
}
Fields
SwanAccountBeneficiaryInput.accountNumber ● AccountNumber! non-null scalar
account number to be credited
SwanAccountBeneficiaryInput.name ● String! non-null scalar
full name of the beneficiary (max 70 characters)
SwanAccountBeneficiaryInput.save ● Boolean! non-null scalar
true if this new beneficiary will be saved to the beneficiary list of the debited account.
Member Of
BeneficiaryInput input ● CreditTransferInput input