VendorPayoutStatusUpdate
Result of vendor payout status update mutation.
type VendorPayoutStatusUpdate {
vendorPayout: VendorPayout
payoutErrors: [PayoutError!]!
}
Fields
VendorPayoutStatusUpdate.vendorPayout ● VendorPayout object
The vendor payout with updated status.
VendorPayoutStatusUpdate.payoutErrors ● [PayoutError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
vendorPayoutStatusUpdate mutation