PresetReloadAmounts

data class PresetReloadAmounts(val amount: Int, val id: String, val isMostPopular: Boolean)

Preset reload amount to show to the client

Parameters

amount

The integer amount in the lowest denomination of the provided currency code.

id

Unique identifier for the reload amount.

isMostPopular

To denote this as popular to the client.

Constructors

Link copied to clipboard
constructor(amount: Int, id: String, isMostPopular: Boolean)

Properties

Link copied to clipboard
val amount: Int
Link copied to clipboard
val id: String
Link copied to clipboard