Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.17 KB

File metadata and controls

17 lines (13 loc) · 1.17 KB

Voucherify.Model.LoyaltyPendingPointsDetailsEvent

Details about the event that created pending points.

Properties

Name Type Description Notes
Id string Unique event identifier, assigned by Voucherify. [optional]
Type string Type of the event that triggered the creation of pending points. [optional]
GroupId string Unique identifier of the request that triggered the event, assigned by Voucherify. [optional]
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. [optional]
CreatedAt DateTimeOffset? Timestamp representing the date and time when the event occurred. The value is shown in the ISO 8601 format. [optional]
Category string Type of the event. [optional]
EventSource EventSource [optional]

[Back to Model list] [Back to API list] [Back to README]