Enabled
data class Enabled(val paymentMethodId: String, val reloadAmount: Int, val reloadThreshold: Int) : AutoReloadConfigurationStatus
To enable auto reload for a customer
Parameters
paymentMethodId
The unique identifier for a PaymentMethod to use.
reloadAmount
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).
reloadThreshold
et the auto reload trigger threshold. If the customer's balance goes below this amount, an auto reload transaction will happen to top up the customer's wallet. Amount is in the smallest currency denomination (e.g. cents for USD).