Interface

ElementOptionsTypeMap

ElementOptionsTypeMap

The definition mapping of supported integration element type with it's props options used to customize the element, merchant can check on each element options type for details

View Source types/airwallex.d.ts, line 366

Members

ApplePayButtonOptions

# applePayButton

Define apple pay element type and it's mapped option type

View Source types/airwallex.d.ts, line 394

CardElementOptions

# card

Define card element type and it's mapped option type, this integration make the card PCI input (card number / cvc / expiry) behavior like a single input

View Source types/airwallex.d.ts, line 404

CardNumberElementOptions

# cardNumber

Define card number input element type and it's mapped option type, apply to split card element integration Using together with `expiry` and `cvc` element to gain maximum customization

View Source types/airwallex.d.ts, line 370

CvcElementOptions

# cvc

Define cvc input element type and it's mapped option type, apply to split card element integration Using together with `cardNumber` and `expiry` element to gain maximum customization

View Source types/airwallex.d.ts, line 382

DirectDebitElementOptions

# directDebit

Define direct debit element type and it's mapped option type, this integration make integrate with Airwallex supported direct debit payment method like a single widget

View Source types/airwallex.d.ts, line 434

DropInElementOptions

# dropIn

Define dropIn element type and it's mapped option type, this integration make integrate with Airwallex supported card and APM (alternative payment method like WeChat etc.) payment method like a single widget

View Source types/airwallex.d.ts, line 424

ExpiryDateElementOptions

# expiry

Define expiry input element type and it's mapped option type, apply to split card element integration Using together with `cardNumber` and `cvc` element to gain maximum customization

View Source types/airwallex.d.ts, line 376

FullFeaturedCardElementOptions

# fullFeaturedCard

Define full featured card element type and it's mapped option type, this integration make integrate with Airwallex supported card payment method like a single widget

View Source types/airwallex.d.ts, line 429

GooglePayButtonOptions

# googlePayButton

Define google pay element type and it's mapped option type

View Source types/airwallex.d.ts, line 399

PaymentRequestButtonOptions

# paymentRequestButton

Define W3C payment request API element type and it's mapped option type
Deprecated:
  • paymentRequestButton is no longer supported by airwallex

View Source types/airwallex.d.ts, line 388

QrcodeElementOptions

# qrcode

Define Qrcode element type and it's mapped option type

View Source types/airwallex.d.ts, line 414

RedirectElementOptions

# redirect

Define Redirect element type and it's mapped option type

View Source types/airwallex.d.ts, line 419

WechatElementOptions

# wechat

Define WeChat element type and it's mapped option type

View Source types/airwallex.d.ts, line 409