VendorPayoutsBulkProcess
Result of bulk vendor payout process mutation.
type VendorPayoutsBulkProcess {
count: Int!
payoutErrors: [PayoutError!]!
}
Fields
VendorPayoutsBulkProcess.count ● Int! non-null scalar
Number of vendor payouts processed.
VendorPayoutsBulkProcess.payoutErrors ● [PayoutError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
vendorPayoutsBulkProcess mutation