AppProduct
@Serializable
Constructors
Link copied to clipboard
constructor(productId: String, offersPositionId: String, type: TypeProduct, commonPeriodDuration: DateTimePeriod? = null, duration: Int, trialDuration: Int, price: Price? = null, plus: Boolean, feature: String, features: List<Feature>, debug: Boolean = false, buttonText: String = "", buttonAdditionalText: String = "", description: String, paymentMethodTypes: List<PaymentMethod>, available: Boolean, vendorTrialAvailable: Boolean? = null, familySub: Boolean? = null, trialAvailable: Boolean? = null, family: Boolean? = null)