Skip to main content

VendorPayoutNoteAdd

Adds note to the vendor payout.

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

Fields

VendorPayoutNoteAdd.vendorPayout ● VendorPayout object

Vendor Payout that was updated.

VendorPayoutNoteAdd.event ● VendorPayoutEvent object

Created vendor payout event.

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

Returned By

vendorPayoutNoteAdd mutation

Was this page helpful?