All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.revenuecat.purchases.kmp.models.PromotionalOffer.kt Maven / Gradle / Ivy

There is a newer version: 1.3.7+13.15.0
Show newest version
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