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

commonMain.com.revenuecat.purchases.kmp.models.DiscountPaymentMode.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. The payment mode for a [StoreProductDiscount] indicates how the product discount
 * price is charged.
 */
public enum class DiscountPaymentMode {
    /**
     * No initial charge.
     */
    FREE_TRIAL,

    /**
     * Price is charged one or more times.
     */
    PAY_AS_YOU_GO,

    /**
     * Price is charged once in advance.
     */
    PAY_UP_FRONT,
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy