data class Promotion
A Promotion is configured in Canopy. They will be applied to an Order when the user qualifies for the affiliation associated with the Promotion.
<init> |
A Promotion is configured in Canopy. They will be applied to an Order when the user qualifies for the affiliation associated with the Promotion. Promotion(uuid: String = "", name: String = "", displayName: String = "", description: String = "", longDescription: String = "", redemptionMethod: String = "", checkLevel: Boolean = false, applies: Boolean = false, percentOff: Int = 0, discountAmountInCents: Int? = 0) |
applies |
var applies: Boolean |
checkLevel |
var checkLevel: Boolean |
description |
var description: String |
discountAmountInCents |
var discountAmountInCents: Int? |
displayName |
var displayName: String |
longDescription |
var longDescription: String |
name |
var name: String |
percentOff |
var percentOff: Int |
redemptionMethod |
var redemptionMethod: String |
uuid |
var uuid: String |