VendorPayoutsBulkInclude
Include vendor payouts. Only operates on vendor payouts where the parent payout is in DRAFT or ERROR state.
type VendorPayoutsBulkInclude {
count: Int!
payoutErrors: [PayoutError!]!
}
Fields
VendorPayoutsBulkInclude.count ● Int! non-null scalar
Returns how many objects were affected.
VendorPayoutsBulkInclude.payoutErrors ● [PayoutError!]! non-null object
Returned By
vendorPayoutsBulkInclude mutation