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

Latest commit

 

History

History
17 lines (14 loc) · 1.33 KB

LoyaltiesMembersPointsExpirationListResponseBodyDataItem.md

File metadata and controls

17 lines (14 loc) · 1.33 KB

# LoyaltiesMembersPointsExpirationListResponseBodyDataItem

Properties

Name Type Description Notes
id string Unique loyalty points bucket ID.
voucher_id string Unique parent loyalty card ID.
campaign_id string Unique parent campaign ID.
bucket \OpenAPI\Client\Model\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 string 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 string 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]