Interface

CardNumberElementOptions

CardNumberElementOptions

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

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

Members

Array

# allowedCardNetworks Optional

One or more card networks that you support.

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

string

# authFormContainer Optional

Container for authentication form, it's an element id

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

boolean

# autoCapture Optional

Indicate whether to capture immediate when authentication success

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

boolean

# disabled Optional

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

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

Intent

# intent Optional

The payment intent you would like to checkout Refer to [Airwallex Client API](https://www.airwallex.com/docs/api#/Payment_Acceptance/Payment_Intents/Intro)

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

string

# placeholder Optional

The placeholder attribute specifies a short hint that describes the expected value of an input field

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

InputStyle

# style Optional

Style for cardNumber element

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