PayoutBatchCreateInput
No description
input PayoutBatchCreateInput {
nonce: String!
disbursements: [PayoutBatchDisbursementCreateInput!]
}
Fields
nonce
● String!
non-null scalar
disbursements
● [PayoutBatchDisbursementCreateInput!]
list input
Disbursements can optionally be added to a batch on creation or a batch may be created with no disbursements. The number of items allowed to be included here will be limited.