Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 722 Bytes

File metadata and controls

13 lines (9 loc) · 722 Bytes

Voucherify.Model.CustomerLoyaltyCampaignsEntryValue

Contains details about the point balances left on loyalty cards and the number of referred customers in each campaign.

Properties

Name Type Description Notes
Points int Remaining point balance in campaign. [optional]
LoyaltyTier string Customer's loyalty tier within the campaign. [optional]
ReferredCustomers int Number of customers referred by the customer in campaign. [optional]

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