MerchantAutoReloadConfiguration
constructor(maximumAutoReloadAmount: Int, minimumAutoReloadAmount: Int, minimumAutoReloadThreshold: Int)
Parameters
maximumAutoReloadAmount
The maximum amount of money that customers can choose to reload to their balance. Customers cannot choose the reload amount that is greater than the reload maximum set.
minimumAutoReloadAmount
The lowest amount that a customer can choose to reload to their balance
minimumAutoReloadThreshold
The minimum balance required in the customers' wallets before the auto-reload is triggered. If the user balance is below this threshold, the reload amount defined by the user will be added to their balance.