Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.17 KB

LoyaltyPendingPointsDetailsEvent.md

File metadata and controls

37 lines (21 loc) · 1.17 KB

LoyaltyPendingPointsDetailsEvent

Details about the event that created pending points.

Properties

Name Type Description
id String Unique event identifier, assigned by Voucherify.
type TypeEnum Type of the event that triggered the creation of pending points.
groupId String Unique identifier of the request that triggered the event, assigned by Voucherify.
entityId String Unique identifier of the entity that triggered the event, assigned by Voucherify. For pending points, it is the `customer_id` of the customer who paid for the order.
createdAt OffsetDateTime Timestamp representing the date and time when the event occurred. The value is shown in the ISO 8601 format.
category CategoryEnum Type of the event.
eventSource EventSource

Enum: TypeEnum

Name Value
CUSTOMER_ORDER_PAID "customer.order.paid"

Enum: CategoryEnum

Name Value
ACTION "ACTION"
EFFECT "EFFECT"