AutoReloadConfiguration

constructor(enabled: Boolean, paymentMethodId: String?, reloadAmount: Int?, reloadThreshold: Int?)

Parameters

enabled

If auto reload should be enabled or not.

paymentMethodId

The id of the payment method to be charged.

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).