DefaultInstallmentOptions

constructor(maxInstallments: Int, includeRevolving: Boolean)

Parameters

maxInstallments

Maximum number of installments

Creates a DefaultInstallmentOptions instance with values in range 2, maxInstallments


constructor(values: List<Int>, includeRevolving: Boolean)

Parameters