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

Latest commit

 

History

History
15 lines (12 loc) · 1.18 KB

LoyaltyTierExpiration.md

File metadata and controls

15 lines (12 loc) · 1.18 KB

# LoyaltyTierExpiration

Properties

Name Type Description Notes
customer_id string Unique customer ID of the customer making the purchase. [optional]
campaign_id string Unique campaign ID, assigned by Voucherify. [optional]
tier_id string Unique tier ID, assigned by Voucherify. [optional]
start_date string Activation timestamp defines when the loyalty tier starts to be active in ISO 8601 format. Loyalty tier is inactive before this date. [optional]
expiration_date string Expiration timestamp defines when the loyalty tier expires in ISO 8601 format. Loyalty tier is inactive after this date. [optional]
created_at \DateTime Timestamp representing the date and time when the loyalty tier was created. The value is shown in the ISO 8601 format. [optional]
updated_at \DateTime Timestamp representing the date and time when the loyalty tier was updated. The value is shown in the ISO 8601 format. [optional]

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