VendorPayoutEvent
Represents a vendor payout event.
type VendorPayoutEvent implements Node {
id: ID!
date: DateTime!
updatedAt: DateTime!
type: VendorPayoutEventsEnum!
parameters: JSONString!
message: String
createdAt: DateTime!
user: User
}
Fields
VendorPayoutEvent.id ● ID! non-null scalar
The Globally Unique ID of this object
VendorPayoutEvent.date ● DateTime! non-null scalar
VendorPayoutEvent.updatedAt ● DateTime! non-null scalar
VendorPayoutEvent.type ● VendorPayoutEventsEnum! non-null enum
Event type.
VendorPayoutEvent.parameters ● JSONString! non-null scalar
Event parameters.
VendorPayoutEvent.message ● String scalar
Event message/note content.
VendorPayoutEvent.createdAt ● DateTime! non-null scalar
When the event occurred.
VendorPayoutEvent.user ● User object
User who performed the action.
Interfaces
Node interface
An object with a Globally Unique ID
Member Of
VendorPayout object ● VendorPayoutNoteAdd object ● VendorPayoutNoteUpdate object