CommissionEvent
Direct representation of the stored document that holds data about a single commission event
This page contains
Fields
| id: ID! | ID of the commission event |
| batchId: String! | ID of the batch this event belongs to |
| status: EventStatus! PREVIEW | Current status of the event |
| agentUuid: String! | The external ID of the related agent or advisor, in UUID format |
| providerName: String! | The name of the provider subject |
| cycle: String! | The cycle of the commissions |
| errorDescription: String | The error description or message in the event that such occurs |
Parent objects of CommissionEvent
| CommissionEventConnection PREVIEW | Connection type that pages through a list of commission events |
Queries for CommissionEvent
| commissionEvent PREVIEW | Returns a list of commission event entities found for the filters provided |