Interface

CardElementOptions

CardElementOptions

Apply to slim `card` element type integration, interface used when call createElement with type `card`

View Source types/element.d.ts, line 226

Members

Array

# allowedCardNetworks Optional

One or more card networks that you support.

View Source types/element.d.ts, line 242

string

# authFormContainer Optional

Container for authentication form, it's an element id

View Source types/element.d.ts, line 254

boolean

# autoCapture Optional

Indicate whether to capture immediate when authentication success

View Source types/element.d.ts, line 236

boolean

# disabled Optional

Config if the element input are disabled or not, default false

View Source types/element.d.ts, line 230

InputStyle

# style Optional

Style for card element

View Source types/element.d.ts, line 248