@bigcommerce/checkout-sdk › CardElementOptions
-
↳ CardElementOptions
• classes? : StripeElementClasses
Inherited from BaseElementOptions.classes
• 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.
• hideIcon? : undefined | false | true
Inherited from BaseElementOptions.hideIcon
Hides the icon in the Element. Default is false.
• hidePostalCode? : undefined | false | true
Hide the postal code field. Default is false. If you are already collecting a full billing address or postal code elsewhere, set this to true.
• iconStyle? : IconStyle
Appearance of the icon in the Element.
• style? : StripeElementStyle
Inherited from BaseElementOptions.style
• value? : undefined | string
A pre-filled set of values to include in the input (e.g., {postalCode: '94110'}). Note that sensitive card information (card number, CVC, and expiration date) cannot be pre-filled