Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.09 KB

File metadata and controls

19 lines (13 loc) · 1.09 KB

CustomEvent

Properties

Name Type Description Notes
id str Unique custom event ID. [optional]
object str The object represented is an `event`. [optional] [default to 'event']
type str 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]
created_at datetime 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]