subsequentCommitmentPaymentsCount property
Subsequent committed payments count after this subscription plan renews.
For example, for a monthly subscription plan with subsequentCommitmentPaymentsCount as 12, when the subscription plan renews, users will be committed to another fresh 12 monthly payments.
Note: Returns 0 if the installment plan doesn't have any subsequent committment, which means this subscription plan will fall back to a normal non-installment monthly plan when the plan renews.
Implementation
final int subsequentCommitmentPaymentsCount;