InstallmentParams
constructor(defaultOptions: InstallmentOptionParams.DefaultInstallmentOptions? = null, cardBasedOptions: List<InstallmentOptionParams.CardBasedInstallmentOptions> = emptyList(), amount: Amount? = null, shopperLocale: Locale, showInstallmentAmount: Boolean = false)
Parameters
defaultOptions
Installment Options to be used for all card types.
cardBasedOptions
Installment Options to be used for specific card types.
amount
Amount of the transaction.
shopperLocale
The Locale of the shopper.
showInstallmentAmount
A flag to show the installment amount.