Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 764 Bytes

File metadata and controls

13 lines (9 loc) · 764 Bytes

Voucherify.Model.RedemptionRewardResultParametersCampaign

Defines the product redeemed as a reward.

Properties

Name Type Description Notes
Id string Campaign unique ID. [optional]
Balance int? Points available for reward redemption. This is calculated as follows: `balance` = `points` - `expired_points` - `subtracted_points` - `redemption.redeemed_points`. [optional]
Type string Defines the type of the campaign. [optional]

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