PayoutUpdateInput
Input for updating a payout.
input PayoutUpdateInput {
vendorPayouts: [VendorPayoutUpdateInput!]!
}
Fields
PayoutUpdateInput.vendorPayouts ● [VendorPayoutUpdateInput!]! non-null input
List of vendor payouts with adjustments.
Member Of
payoutUpdate mutation