AddPayoutBatchPayoutsInput
No description
input AddPayoutBatchPayoutsInput {
batchId: ID!
disbursements: [PayoutBatchDisbursementCreateInput!]!
}
Fields
batchId
● ID!
non-null scalar
disbursements
● [PayoutBatchDisbursementCreateInput!]!
non-null input
Add disbursements to a batch. The number of disbursements that can be added per call will be limited.