The button instance returned by a NativePaymentMethodManager's createButton
function.
render
(containerId: string, options: HeadlessButtonRenderOptions) => Promise<void>HeadlessButtonRenderOptions
The style options for the button.
setDisabled
(disabled: boolean) => Promise<void>clean
() => voidfocus
() => voidblur
() => voidaddEventListener
(event: EventTypes, callback: EventListener) => voidEventTypes
"blur" | "change" | "click" | "close" | "error" | "focus"EventListener
(event?: Event) => void