Class
RFOffer
Describes the benfits that user can receive
Declaration
class RFOffer
Topics
Operators
Instance Properties
var active: Bool
Whether the offer is active or not
var activeDuration: Int
The duraction in which the offer is active for
var failedMessage: String
The message displayed when the offer is not given to the users
var occupancy: Int
The minimum number of occupancy required to receive the offer
var offerId: String
The id of the offer
var offerMessage: String
The message describing the offer
var rewardId: String
The reward id which the offer is associated with
var startHour: Int
The starting hour of the offer
var successMessage: String
The message displayed when the offer is given to the users