PaymentElement class abstract

Inheritance
Available Extensions
Annotations
  • @anonymous
  • @JS()

Constructors

PaymentElement()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addEventJsArrayener(String event, EventCallback handler) → void
inherited
blur() → void
inherited
clear() → void
inherited
collapse() → void
destroy() → void
inherited
focus() → void
inherited
mount(dynamic domElement) → void
HTMLElement keeps giving this error for some reason: Cannot find name 'HTMLElement'
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
on(String event, EventCallback handler) → void
inherited
toString() String
A string representation of this object.
inherited
unmount() → void
inherited
update([dynamic options]) → void
Updates the options the Payment Element was initialized with. Updates are merged into the existing configuration.

Operators

operator ==(Object other) bool
The equality operator.
inherited