UserReloadConfiguration

data class UserReloadConfiguration(val allowCustomAmount: Boolean, val presetAmounts: List<UserPresetReloadAmounts>)

Contains 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<UserPresetReloadAmounts>)

Properties

Link copied to clipboard
Link copied to clipboard