Skip to main content

UserDisbursementCreateInput

No description

input UserDisbursementCreateInput {
amount: MoneyInput!
nonce: String!
beneficiaryReference: String!
disbursementType: DisbursementType
recipientAccountHolder: DisbursementCreateRecipientAccountHolderDetailsInput
}

Fields

UserDisbursementCreateInput.amount ● MoneyInput! non-null input

The currency and quantity to be disbursed

UserDisbursementCreateInput.nonce ● String! non-null scalar

Randomly generated unique string to ensure idempotency

UserDisbursementCreateInput.beneficiaryReference ● String! non-null scalar

The reference that will be displayed on the users statement

UserDisbursementCreateInput.disbursementType ● DisbursementType enum

Affects how soon the disbursement will be paid out

UserDisbursementCreateInput.recipientAccountHolder ● DisbursementCreateRecipientAccountHolderDetailsInput input

Details which identify the recipient of the disbursement.