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