IncentiveExpirationRules
public struct IncentiveExpirationRules : Codable, Sendable
Card incentive model.
-
The date/time on which the rule no longer applies.
Declaration
Swift
public var expirationDate: String? -
The total amount of times a rule can be used per wallet before it expires.
Declaration
Swift
public var expirationTimes: Int? -
Card incentive model constructor.
Declaration
Swift
public init( expirationDate: String? = nil, expirationTimes: Int? = nil)Parameters
expirationDateThe date/time on which the rule no longer applies.
expirationTimesThe total amount of times a rule can be used per wallet before it expires.
View on GitHub