Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.1 KB

File metadata and controls

17 lines (13 loc) · 1.1 KB

Voucherify.Model.CustomEvent

Properties

Name Type Description Notes
Id string Unique custom event ID. [optional]
Object string The object represented is an `event`. [optional]
Type string The event name. [optional]
Customer SimpleCustomerRequiredObjectType
Referral CustomEventReferral [optional]
Loyalty CustomEventLoyalty [optional]
Metadata Object A set of custom key/value pairs that you can attach to a customer. The metadata object stores all custom attributes assigned to the customer object. [optional]
CreatedAt DateTimeOffset? Timestamp representing the date and time when the custom event was created. The value is shown in the ISO 8601 format. [optional]

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