AppReloadConfiguration

data class AppReloadConfiguration(val allowCustomAmount: Boolean, val presetAmounts: List<PresetReloadAmounts>)

Configuration containing details about the merchant reload options.

Parameters

allowCustomAmount

Toggle for clients' to allow custom reload amounts

presetAmounts

The preset reload options shown to the client.

Constructors

Link copied to clipboard
constructor(allowCustomAmount: Boolean, presetAmounts: List<PresetReloadAmounts>)

Properties

Link copied to clipboard
Link copied to clipboard