cardNumberComponent.blur()
blur()
Blurs the PaymentUIComponent.
cardNumberComponent.focus()
focus()
Focus the PaymentUIComponent.
cardNumberComponent.clear()
clear()
Clears the value of the PaymentUIComponent.
cardNumberComponent.destroy()
destroy()
Removes the PaymentUIComponent from the DOM and destroys it. A destroyed PaymentUIComponent can not be reactivated or re-mounted to the DOM.
cardNumberComponent.unmount()
unmount()
Unmounts the PaymentUIComponent from the DOM. Call mount() to re-attach it to the DOM.