Skip to main content

VendorPayoutNoteUpdate

Edit a message in even from the vendor payout.

type VendorPayoutNoteUpdate {
vendorPayout: VendorPayout
event: VendorPayoutEvent
payoutErrors: [PayoutError!]!
}

Fields

VendorPayoutNoteUpdate.vendorPayout ● VendorPayout object

Vendor Payout that was updated.

VendorPayoutNoteUpdate.event ● VendorPayoutEvent object

Updated vendor payout event.

VendorPayoutNoteUpdate.payoutErrors ● [PayoutError!]! non-null object

Returned By

vendorPayoutNoteUpdate mutation

Was this page helpful?