commonMain.com.revenuecat.purchases.kmp.models.InstallmentsInfo.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
/**
* 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