Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 939 Bytes

File metadata and controls

12 lines (8 loc) · 939 Bytes

Voucherify.Model.MemberActivityDataRedemptionRewardParametersCampaign

Properties

Name Type Description Notes
Id string [optional]
Balance int? The number of points to be added to a loyalty card or the amount to be added to the current balance on the gift card. For gift cards, the value is multiplied by 100 to precisely represent 2 decimal places. For example, $100 amount is written as 10000. and Points available for reward redemption. This is calculated as follows: `balance` = `points` - `expired_points` - `subtracted_points` - `redemption.redeemed_points`. [optional]
Type string [optional]

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