InstallmentModel

data class InstallmentModel(val numberOfInstallments: Int?, val option: InstallmentOption, val amount: Amount?, val shopperLocale: Locale, val showAmount: Boolean)

Constructors

Link copied to clipboard
constructor(numberOfInstallments: Int?, option: InstallmentOption, amount: Amount?, shopperLocale: Locale, showAmount: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard