VerifySwanAccountBeneficiaryInput
Input parameters required to verify a Swan account beneficiary
input VerifySwanAccountBeneficiaryInput {
accountNumber: AccountNumber!
name: String!
}
Fields
VerifySwanAccountBeneficiaryInput.accountNumber
● AccountNumber!
non-null scalar
account number to be credited
VerifySwanAccountBeneficiaryInput.name
● String!
non-null scalar
full name of the beneficiary (max 70 characters)
Member Of
BeneficiaryInput
input