commonMain.com.revenuecat.purchases.kmp.models.PromotionalOffer.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of purchases-kmp-models Show documentation
Show all versions of purchases-kmp-models Show documentation
Mobile subscriptions in hours, not months.
package com.revenuecat.purchases.kmp.models
/**
* App Store only. Represents a [StoreProductDiscount] that has been validated and is ready to be
* used for a purchase.
*/
public interface PromotionalOffer {
public val discount: StoreProductDiscount
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy