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