GoogleInstallmentsInfo

data class GoogleInstallmentsInfo(val commitmentPaymentsCount: Int, val renewalCommitmentPaymentsCount: Int) : InstallmentsInfo

Type containing information of Google Play installment subscriptions

Constructors

Link copied to clipboard
constructor(commitmentPaymentsCount: Int, renewalCommitmentPaymentsCount: Int)

Properties

Link copied to clipboard
open override val commitmentPaymentsCount: Int

Number of payments the customer commits to in order to purchase the subscription.

Link copied to clipboard

After the commitment payments are made, the number of payments the user commits to upon a renewal.