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

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

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