Skip to main content

VendorPayoutNoteUpdate

Result of vendor payout note update mutation.

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

Fields

VendorPayoutNoteUpdate.vendorPayout ● VendorPayout object

The vendor payout.

VendorPayoutNoteUpdate.event ● VendorPayoutEvent object

The updated event.

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

List of errors that occurred executing the mutation.

Returned By

vendorPayoutNoteUpdate mutation

Was this page helpful?