@bigcommerce/checkout-sdk / CardExpiryElementOptions
-
↳
CardExpiryElementOptions
• Optional
classes: StripeElementClasses
Set custom class names on the container DOM element when the Stripe element is in a particular state.
BaseIndividualElementOptions.classes
• containerId: string
BaseIndividualElementOptions.containerId
• Optional
disabled: boolean
Applies a disabled state to the Element such that user input is not accepted. Default is false.
BaseIndividualElementOptions.disabled
• Optional
placeholder: string
• 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.