Version: 2.7.0
PaymentMethodUpdateModal
Used to update the payment method for users.
Loading...
Usage#
Reference#
Props#
onDisplay#
() โ void
Callback function called when the modal is first displayed.
onClose#
() โ void
Callback function called when the modal is closed.
onSuccess#
(userObject) โ void
Callback function called when the user updates payment method succesfully.
onFailure#
(errorObject) โ void
Callback function called when the payment update fails.