Skip to content

Latest commit

 

History

History
76 lines (42 loc) · 2.04 KB

ibanelementoptions.md

File metadata and controls

76 lines (42 loc) · 2.04 KB

@bigcommerce/checkout-sdkIbanElementOptions

Interface: IbanElementOptions

Hierarchy

Index

Properties

Properties

Optional classes

classes? : StripeElementClasses

Inherited from BaseElementOptions.classes

Set custom class names on the container DOM element when the Stripe element is in a particular state.


Optional disabled

disabled? : undefined | false | true

Inherited from BaseElementOptions.disabled

Applies a disabled state to the Element such that user input is not accepted. Default is false.


Optional iconStyle

iconStyle? : IconStyle

Appearance of the icon in the Element.


Optional placeholderCountry

placeholderCountry? : undefined | string

Customize the country and format of the placeholder IBAN. Default is DE.


Optional style

style? : StripeElementStyle

Inherited from BaseElementOptions.style

Customize the appearance of an element using CSS properties passed in a Style object, which consists of CSS properties nested under objects for each variant.


Optional supportedCountries

supportedCountries? : string[]

Specify the list of countries or country-groups whose IBANs you want to allow. Must be ['SEPA'].