Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.28 KB

LoyaltiesMembersPointsExpirationListResponseBodyDataItem.md

File metadata and controls

17 lines (14 loc) · 1.28 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 in 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 in ISO 8601 format. [optional]
object string The type of 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]