Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.37 KB

MemberActivity.md

File metadata and controls

17 lines (11 loc) · 1.37 KB

MemberActivity

This is an object representing member activity. This is a general object which presents moments from members' activity. There are all types of different events that members perform during their journey once they participate in a loyalty program. Events describe moments when the members redeem loyalty cards and earn points or rewards. The list of all types of activities is listed below. The details describing the activity are collected in an array property named data. In this object, software integrators can find all further information explaining the event context.

Properties

Name Type Description Notes
id str Unique event ID, assigned by Voucherify. [optional]
type str Event type. [optional]
data object Contains details about the event. The objects that are returned in the data attribute differ based on the context of the event type. [optional]
created_at datetime Timestamp representing the date and time when the member activity occurred in ISO 8601 format. [optional]
group_id str Unique identifier of the request that caused the event. [optional]

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