PayoutUpdate
Update vendor payouts connected to the given payout with adjustments and penalties
type PayoutUpdate {
payout: Payout
payoutErrors: [PayoutError!]!
}
Fields
PayoutUpdate.payout ● Payout object
An updated payout instance.
PayoutUpdate.payoutErrors ● [PayoutError!]! non-null object
Returned By
payoutUpdate mutation