Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 842 Bytes

File metadata and controls

12 lines (8 loc) · 842 Bytes

Voucherify.Model.CustomerReferrals

Summary of customer's referrals, in this case, the customer being the referee, i.e. information about the source of referrals and number of times the customer was referred by other customers.

Properties

Name Type Description Notes
Total int? Total number of times this customer received a referral, i.e. was referred by another customer. [optional]
Campaigns List<CustomerReferralsCampaignsItem> Contains an array of campaigns that served as the source of a referral for the customer. [optional]

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