InstallmentsInfo constructor
Implementation
const factory InstallmentsInfo(
/// Number of payments the customer commits to in order to purchase
/// the subscription.
int commitmentPaymentsCount,
/// After the commitment payments are complete, the number of payments
/// the user commits to upon a renewal.
int renewalCommitmentPaymentsCount,
) = _InstallmentsInfo;