let identifier: String?
Unique identifier of a discount offer for a product.
let localizedNumberOfPeriods : String?
A formatted number of periods of a discount for a user’s locale.
var localizedPrice : String?
A formatted price of a discount for a user’s locale.
let localizedSubscriptionPeriod : String?
A formatted subscription period of a discount for a user’s locale.
let numberOfPeriods : Int
A number of periods this product discount is available
let paymentMode : PaymentMode
A payment mode for this product discount.
var price: Decimal
Discount price of a product in a local currency.
let subscriptionPeriod : AdaptyProductSubscriptionPeriod
An information about period for a product discount.