UserDisbursementCreateInput
No description
input UserDisbursementCreateInput {
amount: MoneyInput!
nonce: String!
beneficiaryReference: String!
disbursementType: DisbursementType
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
beneficiaryReference ● String! non-null scalar
The reference that will be displayed on the users statement
disbursementType ● DisbursementType enum
Affects how soon the disbursement will be paid out
recipientAccountHolder ● DisbursementCreateRecipientAccountHolderDetailsInput input
Details which identify the recipient of the disbursement.