UserPresetReloadAmounts
data class UserPresetReloadAmounts(val id: String, val amount: Int, val promotionAmount: Int, val isMostPopular: Boolean)
A preset reload option to show to the client.
Parameters
id
Unique identifier for this option
amount
How much to reload when the customer balance goes below the auto reload threshold. Amount is in the smallest currency denomination (e.g. cents for USD).
promotionAmount
Any additional promotional amount to add the customer's balance while auto reloading.
isMostPopular
True if this option is to be labelled as most popular.