InstallmentsInfo

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

Type containing information of installment subscriptions. Currently only supported in Google Play.

Constructors

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

Properties

Link copied to clipboard

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

Link copied to clipboard

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