Interface InstallmentsInfo

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

interface InstallmentsInfo {
    commitmentPaymentsCount: number;
    renewalCommitmentPaymentsCount: number;
}

Properties

commitmentPaymentsCount: number

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

renewalCommitmentPaymentsCount: number

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