Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 784 Bytes

File metadata and controls

12 lines (8 loc) · 784 Bytes

Voucherify.Model.CustomerLoyalty

Properties

Name Type Description Notes
Points int? Customer's loyalty points minus expired for all loyalty cards which the customer has. [optional]
ReferredCustomers int? Total number of customers referred by the customer. [optional]
Campaigns Dictionary<string, CustomerLoyaltyCampaignsEntryValue> Contains campaigns with details about point balances and how many customers were referred by the customer. [optional]

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