Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 1.33 KB

LoyaltiesMembersPointsExpirationListResponseBodyDataItem.md

File metadata and controls

19 lines (14 loc) · 1.33 KB

LoyaltiesMembersPointsExpirationListResponseBodyDataItem

Properties

Name Type Description Notes
id str Unique loyalty points bucket ID.
voucher_id str Unique parent loyalty card ID.
campaign_id str Unique parent campaign ID.
bucket LoyaltiesMembersPointsExpirationListResponseBodyDataItemBucket
created_at datetime Timestamp representing the date and time when the loyalty points bucket object was created. The value is shown in the ISO 8601 format.
status str Loyalty points bucket point status.
expires_at datetime Date when the number of points defined in the bucket object are due to expire.
updated_at datetime Timestamp representing the date and time when the loyalty points bucket object was updated. The value is shown in the ISO 8601 format. [optional]
object str The type of the object represented by JSON. This object stores information about the loyalty points bucket. [default to 'loyalty_points_bucket']

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