Enabled

constructor(paymentMethodId: String, reloadAmount: Int, reloadThreshold: Int)

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