ClientDisbursementCreateInput
No description
input ClientDisbursementCreateInput {
amount: MoneyInput!
nonce: String!
disbursementType: DisbursementType
beneficiaryReference: String!
bankBeneficiary: ClientDisbursementCreateBeneficiaryBankAccountInput!
recipientAccountHolder: DisbursementCreateRecipientAccountHolderDetailsInput
}
Fields
ClientDisbursementCreateInput.amount ● MoneyInput! non-null input
The currency and quantity to be disbursed
ClientDisbursementCreateInput.nonce ● String! non-null scalar
Randomly generated unique string to ensure idempotency
ClientDisbursementCreateInput.disbursementType ● DisbursementType enum
Affects how soon the disbursement will be paid out
ClientDisbursementCreateInput.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
ClientDisbursementCreateInput.bankBeneficiary ● ClientDisbursementCreateBeneficiaryBankAccountInput! non-null input
The bank beneficiary of the disbursement
ClientDisbursementCreateInput.recipientAccountHolder ● DisbursementCreateRecipientAccountHolderDetailsInput input
Details which identify the recipient of the disbursement.