Skip to main content

VendorPayoutNoteAdd

Result of vendor payout note add mutation.

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

Fields

VendorPayoutNoteAdd.vendorPayout ● VendorPayout object

The vendor payout.

VendorPayoutNoteAdd.event ● VendorPayoutEvent object

The created event.

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

List of errors that occurred executing the mutation.

Returned By

vendorPayoutNoteAdd mutation

Was this page helpful?