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