ClientDisbursementCreateInput
No description
input ClientDisbursementCreateInput {
amount: MoneyInput!
nonce: String!
disbursementType: DisbursementType
beneficiaryReference: String!
bankBeneficiary: ClientDisbursementCreateBeneficiaryBankAccountInput!
recipientAccountHolder: DisbursementCreateRecipientAccountHolderDetailsInput
}
Fields
amount ● MoneyInput! non-null input
The currency and quantity to be disbursed
nonce ● String! non-null scalar
Randomly generated unique string to ensure idempotency
disbursementType ● DisbursementType enum
Affects how soon the disbursement will be paid out
beneficiaryReference ● String! non-null scalar
The reference that will be displayed on the users statement Any numeric and alpha-numeric values are accepted. However, beneficiaryReference length may be truncated according to the banking guidelines
bankBeneficiary ● ClientDisbursementCreateBeneficiaryBankAccountInput! non-null input
The bank beneficiary of the disbursement
recipientAccountHolder ● DisbursementCreateRecipientAccountHolderDetailsInput input
Details which identify the recipient of the disbursement.