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

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

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

/**
 * Type containing information of installment subscriptions. Currently only supported in Google Play.
 */
public class InstallmentsInfo(
    /**
     * Number of payments the customer commits to in order to purchase the subscription.
     */
    public val commitmentPaymentsCount: Int,
    /**
     * After the commitment payments are complete, the number of payments the user commits to upon a renewal.
     */
    public val renewalCommitmentPaymentsCount: Int
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy