commonMain.com.revenuecat.purchases.kmp.models.OfferPaymentMode.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
/**
* Play Store only. Payment mode for offer pricing phases
*/
public enum class OfferPaymentMode {
/**
* Subscribers don't pay until the specified period ends
*/
FREE_TRIAL,
/**
* Subscribers pay up front for a specified period
*/
SINGLE_PAYMENT,
/**
* Subscribers pay a discounted amount for a specified number of periods
*/
DISCOUNTED_RECURRING_PAYMENT,
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy