vnorder / com.venuenext.vnorder.orders.model / Promotion

Promotion

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.

Constructors

<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)

Properties

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