Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 1.81 KB

CardExpiryElementOptions.md

File metadata and controls

72 lines (39 loc) · 1.81 KB

@bigcommerce/checkout-sdk / CardExpiryElementOptions

Interface: CardExpiryElementOptions

Hierarchy

Table of contents

Properties

Properties

classes

Optional classes: StripeElementClasses

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

Inherited from

BaseIndividualElementOptions.classes


containerId

containerId: string

Inherited from

BaseIndividualElementOptions.containerId


disabled

Optional disabled: boolean

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

Inherited from

BaseIndividualElementOptions.disabled


placeholder

Optional placeholder: string


style

Optional style: StripeElementStyle

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.

Inherited from

BaseIndividualElementOptions.style