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

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

There is a newer version: 1.3.7+13.15.0
Show newest version
package com.revenuecat.purchases.kmp.models

/**
 * Recurrence mode for a pricing phase. Google Play Store only.
 */
public enum class RecurrenceMode {

    /**
     * Pricing phase repeats infinitely until cancellation.
     */
    INFINITE_RECURRING,

    /**
     * Pricing phase repeats for a fixed number of billing periods.
     */
    FINITE_RECURRING,

    /**
     * Pricing phase does not repeat.
     */
    NON_RECURRING,
    UNKNOWN,
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy