VendorPayoutEvent
History log of the vendor payout.
type VendorPayoutEvent implements Node {
id: ID!
parameters: JSONString!
date: DateTime!
createdAt: DateTime!
updatedAt: DateTime!
type: VendorPayoutEventsEnum!
user: User
message: String
}
Fields
VendorPayoutEvent.id ● ID! non-null scalar
The ID of the object
VendorPayoutEvent.parameters ● JSONString! non-null scalar
VendorPayoutEvent.date ● DateTime! non-null scalar
Date when event happened at in ISO 8601 format.
VendorPayoutEvent.createdAt ● DateTime! non-null scalar
Date when event happened at in ISO 8601 format.
VendorPayoutEvent.updatedAt ● DateTime! non-null scalar
Date when event was update at in ISO 8601 format(in case, if event supports updates, for example, NOTE_ADDED).
VendorPayoutEvent.type ● VendorPayoutEventsEnum! non-null enum
Vendor payout event type.
VendorPayoutEvent.user ● User object
User who performed the action.
VendorPayoutEvent.message ● String scalar
Content of the event.
Interfaces
Node interface
An object with an ID
Member Of
VendorPayout object ● VendorPayoutNoteAdd object ● VendorPayoutNoteUpdate object