Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.27 KB

File metadata and controls

20 lines (16 loc) · 1.27 KB

WalletInc.Model.ReachPerformanceStats

Properties

Name Type Description Notes
SentCount int Denotes the number of SMSes sent
DeliveredCount int Denotes the number of SMSes delivered
FailedCount int Denotes the number of SMSes that have failed to deliver
UndeliveredCount int Denotes the number of SMSes that were undelivered
ViewedCount int Denotes the count of SMSes viewed (by clicking on the link sent as part of the SMS)
RedemptionsCount int Denotes the count of redemptions
ValueClaimed int Denotes the total value claimed as discounts (in cents)
RevenueGenerated int Denotes the total revenue generated for the business by using various payment objects (in cents)
RefundsCount int Denotes the count of refunds
ValueRefunded int Denotes the total value refunded (in the form of discounts, in cents)
RevenueLost int Denotes the total revenue lost for the business on account of refunds (in cents)

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