@bigcommerce/checkout-sdk 1.264.1 → 1.264.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -0
- package/dist/checkout-button.js +1 -1
- package/dist/checkout-button.js.map +1 -1
- package/dist/checkout-button.umd.js +1 -1
- package/dist/checkout-button.umd.js.map +1 -1
- package/dist/checkout-sdk.js +1 -1
- package/dist/checkout-sdk.js.map +1 -1
- package/dist/checkout-sdk.umd.js +1 -1
- package/dist/checkout-sdk.umd.js.map +1 -1
- package/dist/hosted-form.js.map +1 -1
- package/dist/hosted-form.umd.js.map +1 -1
- package/docs/README.md +544 -525
- package/docs/classes/CartChangedError.md +76 -0
- package/docs/classes/CheckoutButtonErrorSelector.md +52 -0
- package/docs/classes/CheckoutButtonInitializer.md +177 -0
- package/docs/classes/CheckoutButtonStatusSelector.md +52 -0
- package/docs/classes/CheckoutService.md +1645 -0
- package/docs/classes/CurrencyService.md +54 -0
- package/docs/classes/EmbeddedCheckout.md +40 -0
- package/docs/classes/LanguageService.md +101 -0
- package/docs/classes/RequestError.md +106 -0
- package/docs/classes/StandardError.md +71 -0
- package/docs/enums/AmazonPayV2CheckoutLanguage.md +57 -0
- package/docs/enums/AmazonPayV2LedgerCurrency.md +36 -0
- package/docs/enums/AmazonPayV2PayOptions.md +26 -0
- package/docs/enums/AmazonPayV2Placement.md +53 -0
- package/docs/enums/BraintreeFormFieldType.md +50 -0
- package/docs/enums/ButtonColor.md +29 -0
- package/docs/enums/ButtonType.md +22 -0
- package/docs/enums/CheckoutButtonMethodType.md +134 -0
- package/docs/enums/CheckoutIncludes.md +29 -0
- package/docs/enums/EmbeddedCheckoutEventType.md +50 -0
- package/docs/enums/HostedFieldType.md +50 -0
- package/docs/enums/HostedInputEventType.md +85 -0
- package/docs/enums/IconStyle.md +22 -0
- package/docs/enums/PaypalButtonStyleColorOption.md +36 -0
- package/docs/enums/PaypalButtonStyleLabelOption.md +43 -0
- package/docs/enums/PaypalButtonStyleLayoutOption.md +22 -0
- package/docs/enums/PaypalButtonStyleShapeOption.md +22 -0
- package/docs/enums/PaypalButtonStyleSizeOption.md +36 -0
- package/docs/enums/PaypalCommerceFormFieldType.md +50 -0
- package/docs/enums/RadiusUnit.md +22 -0
- package/docs/enums/StyleButtonColor.md +43 -0
- package/docs/enums/StyleButtonLabel.md +43 -0
- package/docs/enums/StyleButtonLayout.md +22 -0
- package/docs/enums/StyleButtonShape.md +22 -0
- package/docs/interfaces/Address.md +164 -0
- package/docs/interfaces/AddressRequestBody.md +100 -0
- package/docs/interfaces/AdyenAdditionalActionCallbacks.md +68 -0
- package/docs/interfaces/AdyenAdditionalActionCallbacks_2.md +66 -0
- package/docs/interfaces/AdyenAdditionalActionOptions.md +106 -0
- package/docs/interfaces/AdyenAdditionalActionOptions_2.md +106 -0
- package/docs/interfaces/AdyenBaseCardComponentOptions.md +33 -0
- package/docs/interfaces/AdyenBaseCardComponentOptions_2.md +33 -0
- package/docs/interfaces/AdyenComponent.md +72 -0
- package/docs/interfaces/AdyenComponentEvents.md +74 -0
- package/docs/interfaces/AdyenComponentEvents_2.md +74 -0
- package/docs/interfaces/AdyenComponent_2.md +72 -0
- package/docs/interfaces/AdyenCreditCardComponentOptions.md +185 -0
- package/docs/interfaces/AdyenIdealComponentOptions.md +17 -0
- package/docs/interfaces/AdyenPaymentMethodState.md +21 -0
- package/docs/interfaces/AdyenPaymentMethodState_2.md +15 -0
- package/docs/interfaces/AdyenPlaceholderData.md +33 -0
- package/docs/interfaces/AdyenPlaceholderData_2.md +33 -0
- package/docs/interfaces/AdyenThreeDS2Options.md +97 -0
- package/docs/interfaces/{adyenv2paymentinitializeoptions.md → AdyenV2PaymentInitializeOptions.md} +37 -39
- package/docs/interfaces/AdyenV3CreditCardComponentOptions.md +185 -0
- package/docs/interfaces/{adyenv3paymentinitializeoptions.md → AdyenV3PaymentInitializeOptions.md} +30 -32
- package/docs/interfaces/AmazonPayCustomerInitializeOptions.md +65 -0
- package/docs/interfaces/AmazonPayOrderReference.md +30 -0
- package/docs/interfaces/AmazonPayPaymentInitializeOptions.md +100 -0
- package/docs/interfaces/AmazonPayShippingInitializeOptions.md +85 -0
- package/docs/interfaces/AmazonPayV2ButtonParams.md +71 -0
- package/docs/interfaces/AmazonPayV2CheckoutSession.md +35 -0
- package/docs/interfaces/{amazonpayv2customerinitializeoptions.md → AmazonPayV2CustomerInitializeOptions.md} +5 -9
- package/docs/interfaces/{amazonpayv2paymentinitializeoptions.md → AmazonPayV2PaymentInitializeOptions.md} +5 -9
- package/docs/interfaces/{amazonpayv2shippinginitializeoptions.md → AmazonPayV2ShippingInitializeOptions.md} +5 -9
- package/docs/interfaces/AmazonPayWidgetError.md +25 -0
- package/docs/interfaces/ApplePayButtonInitializeOptions.md +38 -0
- package/docs/interfaces/ApplePayCustomerInitializeOptions.md +77 -0
- package/docs/interfaces/ApplePayPaymentInitializeOptions.md +40 -0
- package/docs/interfaces/BankInstrument.md +112 -0
- package/docs/interfaces/Banner.md +22 -0
- package/docs/interfaces/BaseAccountInstrument.md +91 -0
- package/docs/interfaces/BaseElementOptions.md +17 -0
- package/docs/interfaces/BaseElementOptions_2.md +48 -0
- package/docs/interfaces/BaseIndividualElementOptions.md +67 -0
- package/docs/interfaces/BaseInstrument.md +58 -0
- package/docs/interfaces/BillingAddress.md +182 -0
- package/docs/interfaces/BillingAddressRequestBody.md +153 -0
- package/docs/interfaces/BlockElementStyles.md +105 -0
- package/docs/interfaces/{bluesnapv2paymentinitializeoptions.md → BlueSnapV2PaymentInitializeOptions.md} +15 -24
- package/docs/interfaces/BlueSnapV2StyleProps.md +29 -0
- package/docs/interfaces/BodyStyles.md +15 -0
- package/docs/interfaces/BoltCustomerInitializeOptions.md +30 -0
- package/docs/interfaces/{boltpaymentinitializeoptions.md → BoltPaymentInitializeOptions.md} +18 -20
- package/docs/interfaces/BraintreeError.md +35 -0
- package/docs/interfaces/BraintreeFormFieldCardTypeChangeEventData.md +15 -0
- package/docs/interfaces/BraintreeFormFieldKeyboardEventData.md +15 -0
- package/docs/interfaces/BraintreeFormFieldOptions.md +35 -0
- package/docs/interfaces/BraintreeFormFieldStylesMap.md +29 -0
- package/docs/interfaces/BraintreeFormFieldValidateErrorData.md +29 -0
- package/docs/interfaces/BraintreeFormFieldValidateEventData.md +33 -0
- package/docs/interfaces/BraintreeFormFieldsMap.md +36 -0
- package/docs/interfaces/BraintreeFormOptions.md +110 -0
- package/docs/interfaces/{braintreepaymentinitializeoptions.md → BraintreePaymentInitializeOptions.md} +9 -13
- package/docs/interfaces/BraintreePaypalButtonInitializeOptions.md +96 -0
- package/docs/interfaces/BraintreePaypalCreditButtonInitializeOptions.md +87 -0
- package/docs/interfaces/BraintreeStoredCardFieldOptions.md +54 -0
- package/docs/interfaces/BraintreeStoredCardFieldsMap.md +22 -0
- package/docs/interfaces/BraintreeThreeDSecureOptions.md +51 -0
- package/docs/interfaces/BraintreeVenmoButtonInitializeOptions.md +27 -0
- package/docs/interfaces/BraintreeVerifyPayload.md +51 -0
- package/docs/interfaces/BraintreeVisaCheckoutCustomerInitializeOptions.md +35 -0
- package/docs/interfaces/{braintreevisacheckoutpaymentinitializeoptions.md → BraintreeVisaCheckoutPaymentInitializeOptions.md} +18 -18
- package/docs/interfaces/BrowserInfo.md +50 -0
- package/docs/interfaces/{buttonresponse.md → ButtonResponse.md} +5 -9
- package/docs/interfaces/ButtonStyles.md +141 -0
- package/docs/interfaces/CardCvcElementOptions.md +72 -0
- package/docs/interfaces/CardDataPaymentMethodState.md +15 -0
- package/docs/interfaces/CardDataPaymentMethodState_2.md +15 -0
- package/docs/interfaces/CardElementOptions.md +91 -0
- package/docs/interfaces/CardExpiryElementOptions.md +72 -0
- package/docs/interfaces/CardInstrument.md +115 -0
- package/docs/interfaces/CardNumberElementOptions.md +88 -0
- package/docs/interfaces/CardPaymentMethodState.md +60 -0
- package/docs/interfaces/CardPaymentMethodState_2.md +43 -0
- package/docs/interfaces/CardState.md +40 -0
- package/docs/interfaces/CardStateErrors.md +7 -0
- package/docs/interfaces/CardStateErrors_2.md +7 -0
- package/docs/interfaces/CardState_2.md +40 -0
- package/docs/interfaces/Cart.md +99 -0
- package/docs/interfaces/ChasePayCustomerInitializeOptions.md +15 -0
- package/docs/interfaces/{chasepayinitializeoptions.md → ChasePayInitializeOptions.md} +20 -20
- package/docs/interfaces/CheckableInputStyles.md +175 -0
- package/docs/interfaces/ChecklistStyles.md +127 -0
- package/docs/interfaces/Checkout.md +195 -0
- package/docs/interfaces/CheckoutButtonInitializeOptions.md +234 -0
- package/docs/interfaces/CheckoutButtonInitializerOptions.md +22 -0
- package/docs/interfaces/CheckoutButtonOptions.md +55 -0
- package/docs/interfaces/CheckoutButtonSelectors.md +22 -0
- package/docs/interfaces/CheckoutParams.md +15 -0
- package/docs/interfaces/CheckoutPayment.md +42 -0
- package/docs/interfaces/CheckoutRequestBody.md +15 -0
- package/docs/interfaces/CheckoutSelectors.md +29 -0
- package/docs/interfaces/CheckoutServiceOptions.md +36 -0
- package/docs/interfaces/CheckoutSettings.md +201 -0
- package/docs/interfaces/CheckoutStoreErrorSelector.md +636 -0
- package/docs/interfaces/CheckoutStoreSelector.md +501 -0
- package/docs/interfaces/CheckoutStoreStatusSelector.md +758 -0
- package/docs/interfaces/Consignment.md +71 -0
- package/docs/interfaces/ConsignmentAssignmentBaseRequestBodyWithAddress.md +29 -0
- package/docs/interfaces/ConsignmentAssignmentBaseRequestBodyWithShippingAddress.md +29 -0
- package/docs/interfaces/ConsignmentCreateRequestBody.md +36 -0
- package/docs/interfaces/ConsignmentLineItem.md +22 -0
- package/docs/interfaces/ConsignmentPickupOption.md +15 -0
- package/docs/interfaces/ConsignmentUpdateRequestBody.md +43 -0
- package/docs/interfaces/Coordinates.md +22 -0
- package/docs/interfaces/Country.md +43 -0
- package/docs/interfaces/Coupon.md +43 -0
- package/docs/interfaces/CreditCardInstrument.md +85 -0
- package/docs/interfaces/{creditcardpaymentinitializeoptions.md → CreditCardPaymentInitializeOptions.md} +5 -9
- package/docs/interfaces/CreditCardPlaceHolder.md +29 -0
- package/docs/interfaces/CreditCardPlaceHolder_2.md +29 -0
- package/docs/interfaces/CssProperties.md +211 -0
- package/docs/interfaces/CssProperties_2.md +211 -0
- package/docs/interfaces/Currency.md +36 -0
- package/docs/interfaces/CustomError.md +43 -0
- package/docs/interfaces/CustomItem.md +50 -0
- package/docs/interfaces/Customer.md +84 -0
- package/docs/interfaces/CustomerAccountRequestBody.md +50 -0
- package/docs/interfaces/CustomerAddress.md +182 -0
- package/docs/interfaces/CustomerCredentials.md +22 -0
- package/docs/interfaces/CustomerGroup.md +22 -0
- package/docs/interfaces/CustomerInitializeOptions.md +221 -0
- package/docs/interfaces/CustomerPasswordRequirements.md +36 -0
- package/docs/interfaces/CustomerRequestOptions.md +60 -0
- package/docs/interfaces/DigitalItem.md +310 -0
- package/docs/interfaces/{digitalriverelementclasses.md → DigitalRiverElementClasses.md} +20 -24
- package/docs/interfaces/{digitalriverpaymentinitializeoptions.md → DigitalRiverPaymentInitializeOptions.md} +30 -28
- package/docs/interfaces/Discount.md +22 -0
- package/docs/interfaces/EmbeddedCheckoutCompleteEvent.md +15 -0
- package/docs/interfaces/EmbeddedCheckoutError.md +29 -0
- package/docs/interfaces/EmbeddedCheckoutErrorEvent.md +22 -0
- package/docs/interfaces/EmbeddedCheckoutFrameErrorEvent.md +22 -0
- package/docs/interfaces/EmbeddedCheckoutFrameLoadedEvent.md +22 -0
- package/docs/interfaces/EmbeddedCheckoutLoadedEvent.md +15 -0
- package/docs/interfaces/EmbeddedCheckoutMessenger.md +109 -0
- package/docs/interfaces/EmbeddedCheckoutMessengerOptions.md +22 -0
- package/docs/interfaces/EmbeddedCheckoutOptions.md +134 -0
- package/docs/interfaces/EmbeddedCheckoutSignedOutEvent.md +15 -0
- package/docs/interfaces/EmbeddedCheckoutStyles.md +141 -0
- package/docs/interfaces/EmbeddedContentOptions.md +15 -0
- package/docs/interfaces/ExecutePaymentMethodCheckoutOptions.md +76 -0
- package/docs/interfaces/FlashMessage.md +29 -0
- package/docs/interfaces/FormField.md +113 -0
- package/docs/interfaces/FormFieldItem.md +22 -0
- package/docs/interfaces/FormFieldOptions.md +29 -0
- package/docs/interfaces/FormFields.md +29 -0
- package/docs/interfaces/GatewayOrderPayment.md +108 -0
- package/docs/interfaces/GiftCertificate.md +43 -0
- package/docs/interfaces/GiftCertificateItem.md +78 -0
- package/docs/interfaces/GiftCertificateOrderPayment.md +94 -0
- package/docs/interfaces/{googlepaybuttoninitializeoptions.md → GooglePayButtonInitializeOptions.md} +8 -12
- package/docs/interfaces/{googlepaycustomerinitializeoptions.md → GooglePayCustomerInitializeOptions.md} +11 -15
- package/docs/interfaces/{googlepaypaymentinitializeoptions.md → GooglePayPaymentInitializeOptions.md} +21 -21
- package/docs/interfaces/HostedCardFieldOptions.md +35 -0
- package/docs/interfaces/HostedCardFieldOptionsMap.md +36 -0
- package/docs/interfaces/HostedFieldStylesMap.md +29 -0
- package/docs/interfaces/HostedFormOptions.md +114 -0
- package/docs/interfaces/HostedInputBlurEvent.md +28 -0
- package/docs/interfaces/HostedInputCardTypeChangeEvent.md +28 -0
- package/docs/interfaces/HostedInputEnterEvent.md +28 -0
- package/docs/interfaces/HostedInputFocusEvent.md +28 -0
- package/docs/interfaces/HostedInputValidateErrorData.md +29 -0
- package/docs/interfaces/HostedInputValidateErrorDataMap.md +50 -0
- package/docs/interfaces/HostedInputValidateEvent.md +22 -0
- package/docs/interfaces/HostedInputValidateResults.md +22 -0
- package/docs/interfaces/HostedInstrument.md +22 -0
- package/docs/interfaces/HostedStoredCardFieldOptions.md +54 -0
- package/docs/interfaces/HostedStoredCardFieldOptionsMap.md +22 -0
- package/docs/interfaces/IbanElementOptions.md +82 -0
- package/docs/interfaces/IdealElementOptions.md +70 -0
- package/docs/interfaces/IndividualCardElementOptions.md +36 -0
- package/docs/interfaces/InitializationStrategy.md +21 -0
- package/docs/interfaces/InlineElementStyles.md +53 -0
- package/docs/interfaces/InputDetail.md +80 -0
- package/docs/interfaces/InputDetail_2.md +80 -0
- package/docs/interfaces/InputStyles.md +152 -0
- package/docs/interfaces/Item.md +22 -0
- package/docs/interfaces/Item_2.md +26 -0
- package/docs/interfaces/Item_3.md +26 -0
- package/docs/interfaces/KlarnaLoadResponse.md +28 -0
- package/docs/interfaces/KlarnaLoadResponse_2.md +28 -0
- package/docs/interfaces/{klarnapaymentinitializeoptions.md → KlarnaPaymentInitializeOptions.md} +15 -17
- package/docs/interfaces/{klarnav2paymentinitializeoptions.md → KlarnaV2PaymentInitializeOptions.md} +15 -17
- package/docs/interfaces/LabelStyles.md +76 -0
- package/docs/interfaces/LanguageConfig.md +57 -0
- package/docs/interfaces/LineItem.md +191 -0
- package/docs/interfaces/LineItemCategory.md +15 -0
- package/docs/interfaces/LineItemMap.md +36 -0
- package/docs/interfaces/LineItemOption.md +36 -0
- package/docs/interfaces/LineItemSocialData.md +36 -0
- package/docs/interfaces/LinkStyles.md +90 -0
- package/docs/interfaces/LoadingIndicatorStyles.md +29 -0
- package/docs/interfaces/Locales.md +7 -0
- package/docs/interfaces/MasterpassCustomerInitializeOptions.md +17 -0
- package/docs/interfaces/{masterpasspaymentinitializeoptions.md → MasterpassPaymentInitializeOptions.md} +5 -9
- package/docs/interfaces/{molliepaymentinitializeoptions.md → MolliePaymentInitializeOptions.md} +23 -27
- package/docs/interfaces/{monerispaymentinitializeoptions.md → MonerisPaymentInitializeOptions.md} +11 -15
- package/docs/interfaces/MonerisStylingProps.md +80 -0
- package/docs/interfaces/NonceGenerationError.md +29 -0
- package/docs/interfaces/NonceInstrument.md +36 -0
- package/docs/interfaces/Option.md +22 -0
- package/docs/interfaces/{optionsresponse.md → OptionsResponse.md} +23 -27
- package/docs/interfaces/{opypaymentinitializeoptions.md → OpyPaymentInitializeOptions.md} +6 -10
- package/docs/interfaces/Order.md +190 -0
- package/docs/interfaces/OrderConsignment.md +15 -0
- package/docs/interfaces/OrderPayment.md +58 -0
- package/docs/interfaces/OrderPaymentRequestBody.md +39 -0
- package/docs/interfaces/{orderrequestbody.md → OrderRequestBody.md} +8 -12
- package/docs/interfaces/OrderShippingConsignment.md +218 -0
- package/docs/interfaces/PasswordRequirements.md +36 -0
- package/docs/interfaces/PayPalInstrument.md +91 -0
- package/docs/interfaces/PaymentInitializeOptions.md +406 -0
- package/docs/interfaces/PaymentMethod.md +92 -0
- package/docs/interfaces/PaymentMethodConfig.md +120 -0
- package/docs/interfaces/PaymentRequestOptions.md +67 -0
- package/docs/interfaces/PaymentSettings.md +22 -0
- package/docs/interfaces/PaypalButtonInitializeOptions.md +76 -0
- package/docs/interfaces/PaypalButtonStyleOptions.md +64 -0
- package/docs/interfaces/PaypalButtonStyleOptions_2.md +50 -0
- package/docs/interfaces/PaypalCommerceButtonInitializeOptions.md +26 -0
- package/docs/interfaces/{paypalcommercecreditcardpaymentinitializeoptions.md → PaypalCommerceCreditCardPaymentInitializeOptions.md} +5 -9
- package/docs/interfaces/PaypalCommerceFormFieldCardTypeChangeEventData.md +15 -0
- package/docs/interfaces/PaypalCommerceFormFieldKeyboardEventData.md +15 -0
- package/docs/interfaces/PaypalCommerceFormFieldOptions.md +28 -0
- package/docs/interfaces/PaypalCommerceFormFieldStylesMap.md +29 -0
- package/docs/interfaces/PaypalCommerceFormFieldValidateErrorData.md +29 -0
- package/docs/interfaces/PaypalCommerceFormFieldValidateEventData.md +33 -0
- package/docs/interfaces/PaypalCommerceFormFieldsMap.md +36 -0
- package/docs/interfaces/PaypalCommerceFormOptions.md +148 -0
- package/docs/interfaces/{paypalcommercepaymentinitializeoptions.md → PaypalCommercePaymentInitializeOptions.md} +46 -49
- package/docs/interfaces/PaypalCommerceStoredCardFieldOptions.md +43 -0
- package/docs/interfaces/PaypalCommerceStoredCardFieldsMap.md +22 -0
- package/docs/interfaces/PaypalCommerceVenmoButtonInitializeOptions.md +26 -0
- package/docs/interfaces/{paypalexpresspaymentinitializeoptions.md → PaypalExpressPaymentInitializeOptions.md} +5 -9
- package/docs/interfaces/PaypalFieldsStyleOptions.md +46 -0
- package/docs/interfaces/PhysicalItem.md +311 -0
- package/docs/interfaces/PickupMethod.md +43 -0
- package/docs/interfaces/PickupOptionRequestBody.md +22 -0
- package/docs/interfaces/PickupOptionResult.md +15 -0
- package/docs/interfaces/Promotion.md +15 -0
- package/docs/interfaces/Radius.md +22 -0
- package/docs/interfaces/Region.md +22 -0
- package/docs/interfaces/RequestOptions.md +48 -0
- package/docs/interfaces/SearchArea.md +22 -0
- package/docs/interfaces/SepaPlaceHolder.md +22 -0
- package/docs/interfaces/SepaPlaceHolder_2.md +22 -0
- package/docs/interfaces/ShippingInitializeOptions.md +88 -0
- package/docs/interfaces/ShippingOption.md +64 -0
- package/docs/interfaces/ShippingRequestOptions.md +65 -0
- package/docs/interfaces/ShopperConfig.md +29 -0
- package/docs/interfaces/ShopperCurrency.md +94 -0
- package/docs/interfaces/SignInEmail.md +22 -0
- package/docs/interfaces/SignInEmailRequestBody.md +22 -0
- package/docs/interfaces/SpamProtectionOptions.md +25 -0
- package/docs/interfaces/SquareFormElement.md +28 -0
- package/docs/interfaces/{squarepaymentinitializeoptions.md → SquarePaymentInitializeOptions.md} +36 -36
- package/docs/interfaces/StepStyles.md +120 -0
- package/docs/interfaces/StepTracker.md +64 -0
- package/docs/interfaces/StepTrackerConfig.md +15 -0
- package/docs/interfaces/StoreConfig.md +109 -0
- package/docs/interfaces/StoreCurrency.md +56 -0
- package/docs/interfaces/StoreLinks.md +57 -0
- package/docs/interfaces/StoreProfile.md +71 -0
- package/docs/interfaces/StripeElementCSSProperties.md +170 -0
- package/docs/interfaces/StripeElementClasses.md +63 -0
- package/docs/interfaces/StripeElementStyle.md +44 -0
- package/docs/interfaces/StripeElementStyleVariant.md +285 -0
- package/docs/interfaces/{stripeupepaymentinitializeoptions.md → StripeUPEPaymentInitializeOptions.md} +22 -20
- package/docs/interfaces/{stripev3paymentinitializeoptions.md → StripeV3PaymentInitializeOptions.md} +11 -15
- package/docs/interfaces/StyleOptions.md +44 -0
- package/docs/interfaces/StyleOptions_2.md +44 -0
- package/docs/interfaces/SubInputDetail.md +62 -0
- package/docs/interfaces/SubInputDetail_2.md +62 -0
- package/docs/interfaces/Subscriptions.md +29 -0
- package/docs/interfaces/Tax.md +22 -0
- package/docs/interfaces/TextInputStyles.md +175 -0
- package/docs/interfaces/ThreeDSecure.md +50 -0
- package/docs/interfaces/ThreeDSecureToken.md +15 -0
- package/docs/interfaces/TranslationData.md +7 -0
- package/docs/interfaces/Translations.md +7 -0
- package/docs/interfaces/UnknownObject.md +7 -0
- package/docs/interfaces/VaultedInstrument.md +29 -0
- package/docs/interfaces/WechatDataPaymentMethodState.md +15 -0
- package/docs/interfaces/WechatDataPaymentMethodState_2.md +15 -0
- package/docs/interfaces/WechatState.md +15 -0
- package/docs/interfaces/WechatState_2.md +15 -0
- package/docs/interfaces/WithAccountCreation.md +15 -0
- package/docs/interfaces/WithCheckoutcomFawryInstrument.md +22 -0
- package/docs/interfaces/WithCheckoutcomSEPAInstrument.md +22 -0
- package/docs/interfaces/WithCheckoutcomiDealInstrument.md +15 -0
- package/docs/interfaces/WithDocumentInstrument.md +15 -0
- package/docs/interfaces/WithMollieIssuerInstrument.md +22 -0
- package/docs/interfaces/WorldpayPaymentInitializeOptions.md +30 -0
- package/docs/interfaces/ZipCodeElementOptions.md +15 -0
- package/package.json +5 -5
- package/docs/classes/cartchangederror.md +0 -103
- package/docs/classes/checkoutbuttonerrorselector.md +0 -42
- package/docs/classes/checkoutbuttoninitializer.md +0 -147
- package/docs/classes/checkoutbuttonstatusselector.md +0 -42
- package/docs/classes/checkoutservice.md +0 -1527
- package/docs/classes/currencyservice.md +0 -44
- package/docs/classes/embeddedcheckout.md +0 -30
- package/docs/classes/languageservice.md +0 -89
- package/docs/classes/requesterror.md +0 -128
- package/docs/classes/standarderror.md +0 -92
- package/docs/enums/amazonpayv2checkoutlanguage.md +0 -57
- package/docs/enums/amazonpayv2ledgercurrency.md +0 -36
- package/docs/enums/amazonpayv2payoptions.md +0 -26
- package/docs/enums/amazonpayv2placement.md +0 -53
- package/docs/enums/braintreeformfieldtype.md +0 -50
- package/docs/enums/buttoncolor.md +0 -29
- package/docs/enums/buttontype.md +0 -22
- package/docs/enums/checkoutbuttonmethodtype.md +0 -134
- package/docs/enums/checkoutincludes.md +0 -29
- package/docs/enums/embeddedcheckouteventtype.md +0 -50
- package/docs/enums/hostedfieldtype.md +0 -50
- package/docs/enums/hostedinputeventtype.md +0 -85
- package/docs/enums/iconstyle.md +0 -22
- package/docs/enums/paypalbuttonstylecoloroption.md +0 -36
- package/docs/enums/paypalbuttonstylelabeloption.md +0 -43
- package/docs/enums/paypalbuttonstylelayoutoption.md +0 -22
- package/docs/enums/paypalbuttonstyleshapeoption.md +0 -22
- package/docs/enums/paypalbuttonstylesizeoption.md +0 -36
- package/docs/enums/paypalcommerceformfieldtype.md +0 -50
- package/docs/enums/radiusunit.md +0 -22
- package/docs/enums/stylebuttoncolor.md +0 -43
- package/docs/enums/stylebuttonlabel.md +0 -43
- package/docs/enums/stylebuttonlayout.md +0 -22
- package/docs/enums/stylebuttonshape.md +0 -22
- package/docs/interfaces/address.md +0 -140
- package/docs/interfaces/addressrequestbody.md +0 -100
- package/docs/interfaces/adyenadditionalactioncallbacks.md +0 -62
- package/docs/interfaces/adyenadditionalactioncallbacks_2.md +0 -60
- package/docs/interfaces/adyenadditionalactionoptions.md +0 -94
- package/docs/interfaces/adyenadditionalactionoptions_2.md +0 -94
- package/docs/interfaces/adyenbasecardcomponentoptions.md +0 -33
- package/docs/interfaces/adyenbasecardcomponentoptions_2.md +0 -33
- package/docs/interfaces/adyencomponent.md +0 -60
- package/docs/interfaces/adyencomponent_2.md +0 -60
- package/docs/interfaces/adyencomponentevents.md +0 -68
- package/docs/interfaces/adyencomponentevents_2.md +0 -68
- package/docs/interfaces/adyencreditcardcomponentoptions.md +0 -169
- package/docs/interfaces/adyenidealcomponentoptions.md +0 -21
- package/docs/interfaces/adyenpaymentmethodstate.md +0 -21
- package/docs/interfaces/adyenpaymentmethodstate_2.md +0 -19
- package/docs/interfaces/adyenplaceholderdata.md +0 -26
- package/docs/interfaces/adyenplaceholderdata_2.md +0 -26
- package/docs/interfaces/adyenthreeds2options.md +0 -85
- package/docs/interfaces/adyenv3creditcardcomponentoptions.md +0 -169
- package/docs/interfaces/amazonpaycustomerinitializeoptions.md +0 -67
- package/docs/interfaces/amazonpayorderreference.md +0 -30
- package/docs/interfaces/amazonpaypaymentinitializeoptions.md +0 -98
- package/docs/interfaces/amazonpayshippinginitializeoptions.md +0 -83
- package/docs/interfaces/amazonpayv2buttonparams.md +0 -75
- package/docs/interfaces/amazonpayv2checkoutsession.md +0 -39
- package/docs/interfaces/amazonpaywidgeterror.md +0 -60
- package/docs/interfaces/applepaybuttoninitializeoptions.md +0 -40
- package/docs/interfaces/applepaycustomerinitializeoptions.md +0 -77
- package/docs/interfaces/applepaypaymentinitializeoptions.md +0 -44
- package/docs/interfaces/bankinstrument.md +0 -98
- package/docs/interfaces/banner.md +0 -26
- package/docs/interfaces/baseaccountinstrument.md +0 -79
- package/docs/interfaces/baseelementoptions.md +0 -21
- package/docs/interfaces/baseelementoptions_2.md +0 -48
- package/docs/interfaces/baseindividualelementoptions.md +0 -61
- package/docs/interfaces/baseinstrument.md +0 -58
- package/docs/interfaces/billingaddress.md +0 -154
- package/docs/interfaces/billingaddressrequestbody.md +0 -129
- package/docs/interfaces/blockelementstyles.md +0 -95
- package/docs/interfaces/bluesnapv2styleprops.md +0 -33
- package/docs/interfaces/bodystyles.md +0 -19
- package/docs/interfaces/boltcustomerinitializeoptions.md +0 -32
- package/docs/interfaces/braintreeerror.md +0 -69
- package/docs/interfaces/braintreeformfieldcardtypechangeeventdata.md +0 -19
- package/docs/interfaces/braintreeformfieldkeyboardeventdata.md +0 -19
- package/docs/interfaces/braintreeformfieldoptions.md +0 -35
- package/docs/interfaces/braintreeformfieldsmap.md +0 -40
- package/docs/interfaces/braintreeformfieldstylesmap.md +0 -33
- package/docs/interfaces/braintreeformfieldvalidateerrordata.md +0 -33
- package/docs/interfaces/braintreeformfieldvalidateeventdata.md +0 -40
- package/docs/interfaces/braintreeformoptions.md +0 -104
- package/docs/interfaces/braintreepaypalbuttoninitializeoptions.md +0 -94
- package/docs/interfaces/braintreepaypalcreditbuttoninitializeoptions.md +0 -85
- package/docs/interfaces/braintreestoredcardfieldoptions.md +0 -48
- package/docs/interfaces/braintreestoredcardfieldsmap.md +0 -26
- package/docs/interfaces/braintreethreedsecureoptions.md +0 -62
- package/docs/interfaces/braintreevenmobuttoninitializeoptions.md +0 -29
- package/docs/interfaces/braintreeverifypayload.md +0 -55
- package/docs/interfaces/braintreevisacheckoutcustomerinitializeoptions.md +0 -37
- package/docs/interfaces/browserinfo.md +0 -54
- package/docs/interfaces/buttonstyles.md +0 -123
- package/docs/interfaces/cardcvcelementoptions.md +0 -64
- package/docs/interfaces/carddatapaymentmethodstate.md +0 -19
- package/docs/interfaces/carddatapaymentmethodstate_2.md +0 -19
- package/docs/interfaces/cardelementoptions.md +0 -85
- package/docs/interfaces/cardexpiryelementoptions.md +0 -64
- package/docs/interfaces/cardinstrument.md +0 -103
- package/docs/interfaces/cardnumberelementoptions.md +0 -80
- package/docs/interfaces/cardpaymentmethodstate.md +0 -58
- package/docs/interfaces/cardpaymentmethodstate_2.md +0 -47
- package/docs/interfaces/cardstate.md +0 -40
- package/docs/interfaces/cardstate_2.md +0 -40
- package/docs/interfaces/cardstateerrors.md +0 -11
- package/docs/interfaces/cardstateerrors_2.md +0 -11
- package/docs/interfaces/cart.md +0 -103
- package/docs/interfaces/chasepaycustomerinitializeoptions.md +0 -19
- package/docs/interfaces/checkableinputstyles.md +0 -147
- package/docs/interfaces/checkliststyles.md +0 -109
- package/docs/interfaces/checkout.md +0 -199
- package/docs/interfaces/checkoutbuttoninitializeoptions.md +0 -232
- package/docs/interfaces/checkoutbuttoninitializeroptions.md +0 -26
- package/docs/interfaces/checkoutbuttonoptions.md +0 -55
- package/docs/interfaces/checkoutbuttonselectors.md +0 -26
- package/docs/interfaces/checkoutparams.md +0 -19
- package/docs/interfaces/checkoutpayment.md +0 -44
- package/docs/interfaces/checkoutrequestbody.md +0 -19
- package/docs/interfaces/checkoutselectors.md +0 -33
- package/docs/interfaces/checkoutserviceoptions.md +0 -40
- package/docs/interfaces/checkoutsettings.md +0 -205
- package/docs/interfaces/checkoutstoreerrorselector.md +0 -566
- package/docs/interfaces/checkoutstoreselector.md +0 -451
- package/docs/interfaces/checkoutstorestatusselector.md +0 -678
- package/docs/interfaces/consignment.md +0 -75
- package/docs/interfaces/consignmentassignmentbaserequestbodywithaddress.md +0 -33
- package/docs/interfaces/consignmentassignmentbaserequestbodywithshippingaddress.md +0 -33
- package/docs/interfaces/consignmentcreaterequestbody.md +0 -40
- package/docs/interfaces/consignmentlineitem.md +0 -26
- package/docs/interfaces/consignmentpickupoption.md +0 -19
- package/docs/interfaces/consignmentupdaterequestbody.md +0 -47
- package/docs/interfaces/coordinates.md +0 -26
- package/docs/interfaces/country.md +0 -47
- package/docs/interfaces/coupon.md +0 -47
- package/docs/interfaces/creditcardinstrument.md +0 -88
- package/docs/interfaces/creditcardplaceholder.md +0 -33
- package/docs/interfaces/creditcardplaceholder_2.md +0 -33
- package/docs/interfaces/cssproperties.md +0 -215
- package/docs/interfaces/cssproperties_2.md +0 -215
- package/docs/interfaces/currency.md +0 -40
- package/docs/interfaces/customer.md +0 -88
- package/docs/interfaces/customeraccountrequestbody.md +0 -54
- package/docs/interfaces/customeraddress.md +0 -154
- package/docs/interfaces/customercredentials.md +0 -26
- package/docs/interfaces/customergroup.md +0 -26
- package/docs/interfaces/customerinitializeoptions.md +0 -219
- package/docs/interfaces/customerpasswordrequirements.md +0 -40
- package/docs/interfaces/customerrequestoptions.md +0 -60
- package/docs/interfaces/customerror.md +0 -68
- package/docs/interfaces/customitem.md +0 -54
- package/docs/interfaces/digitalitem.md +0 -260
- package/docs/interfaces/discount.md +0 -26
- package/docs/interfaces/embeddedcheckoutcompleteevent.md +0 -19
- package/docs/interfaces/embeddedcheckouterror.md +0 -33
- package/docs/interfaces/embeddedcheckouterrorevent.md +0 -26
- package/docs/interfaces/embeddedcheckoutframeerrorevent.md +0 -26
- package/docs/interfaces/embeddedcheckoutframeloadedevent.md +0 -26
- package/docs/interfaces/embeddedcheckoutloadedevent.md +0 -19
- package/docs/interfaces/embeddedcheckoutmessenger.md +0 -105
- package/docs/interfaces/embeddedcheckoutmessengeroptions.md +0 -26
- package/docs/interfaces/embeddedcheckoutoptions.md +0 -126
- package/docs/interfaces/embeddedcheckoutsignedoutevent.md +0 -19
- package/docs/interfaces/embeddedcheckoutstyles.md +0 -145
- package/docs/interfaces/embeddedcontentoptions.md +0 -19
- package/docs/interfaces/executepaymentmethodcheckoutoptions.md +0 -72
- package/docs/interfaces/flashmessage.md +0 -33
- package/docs/interfaces/formfield.md +0 -117
- package/docs/interfaces/formfielditem.md +0 -26
- package/docs/interfaces/formfieldoptions.md +0 -33
- package/docs/interfaces/formfields.md +0 -33
- package/docs/interfaces/gatewayorderpayment.md +0 -88
- package/docs/interfaces/giftcertificate.md +0 -47
- package/docs/interfaces/giftcertificateitem.md +0 -80
- package/docs/interfaces/giftcertificateorderpayment.md +0 -81
- package/docs/interfaces/hostedcardfieldoptions.md +0 -35
- package/docs/interfaces/hostedcardfieldoptionsmap.md +0 -40
- package/docs/interfaces/hostedfieldstylesmap.md +0 -33
- package/docs/interfaces/hostedformoptions.md +0 -104
- package/docs/interfaces/hostedinputblurevent.md +0 -30
- package/docs/interfaces/hostedinputcardtypechangeevent.md +0 -30
- package/docs/interfaces/hostedinputenterevent.md +0 -30
- package/docs/interfaces/hostedinputfocusevent.md +0 -30
- package/docs/interfaces/hostedinputvalidateerrordata.md +0 -33
- package/docs/interfaces/hostedinputvalidateerrordatamap.md +0 -54
- package/docs/interfaces/hostedinputvalidateevent.md +0 -26
- package/docs/interfaces/hostedinputvalidateresults.md +0 -26
- package/docs/interfaces/hostedinstrument.md +0 -26
- package/docs/interfaces/hostedstoredcardfieldoptions.md +0 -48
- package/docs/interfaces/hostedstoredcardfieldoptionsmap.md +0 -26
- package/docs/interfaces/ibanelementoptions.md +0 -76
- package/docs/interfaces/idealelementoptions.md +0 -64
- package/docs/interfaces/individualcardelementoptions.md +0 -40
- package/docs/interfaces/initializationstrategy.md +0 -21
- package/docs/interfaces/inlineelementstyles.md +0 -53
- package/docs/interfaces/inputdetail.md +0 -84
- package/docs/interfaces/inputdetail_2.md +0 -84
- package/docs/interfaces/inputstyles.md +0 -134
- package/docs/interfaces/item.md +0 -26
- package/docs/interfaces/item_2.md +0 -30
- package/docs/interfaces/item_3.md +0 -30
- package/docs/interfaces/klarnaloadresponse.md +0 -26
- package/docs/interfaces/klarnaloadresponse_2.md +0 -26
- package/docs/interfaces/labelstyles.md +0 -66
- package/docs/interfaces/languageconfig.md +0 -61
- package/docs/interfaces/lineitem.md +0 -191
- package/docs/interfaces/lineitemcategory.md +0 -19
- package/docs/interfaces/lineitemmap.md +0 -40
- package/docs/interfaces/lineitemoption.md +0 -40
- package/docs/interfaces/lineitemsocialdata.md +0 -40
- package/docs/interfaces/linkstyles.md +0 -80
- package/docs/interfaces/loadingindicatorstyles.md +0 -33
- package/docs/interfaces/locales.md +0 -11
- package/docs/interfaces/masterpasscustomerinitializeoptions.md +0 -21
- package/docs/interfaces/monerisstylingprops.md +0 -84
- package/docs/interfaces/noncegenerationerror.md +0 -33
- package/docs/interfaces/nonceinstrument.md +0 -40
- package/docs/interfaces/option.md +0 -26
- package/docs/interfaces/order.md +0 -194
- package/docs/interfaces/orderconsignment.md +0 -19
- package/docs/interfaces/orderpayment.md +0 -58
- package/docs/interfaces/orderpaymentrequestbody.md +0 -43
- package/docs/interfaces/ordershippingconsignment.md +0 -222
- package/docs/interfaces/passwordrequirements.md +0 -40
- package/docs/interfaces/paymentinitializeoptions.md +0 -402
- package/docs/interfaces/paymentmethod.md +0 -96
- package/docs/interfaces/paymentmethodconfig.md +0 -124
- package/docs/interfaces/paymentrequestoptions.md +0 -67
- package/docs/interfaces/paymentsettings.md +0 -26
- package/docs/interfaces/paypalbuttoninitializeoptions.md +0 -76
- package/docs/interfaces/paypalbuttonstyleoptions.md +0 -68
- package/docs/interfaces/paypalbuttonstyleoptions_2.md +0 -54
- package/docs/interfaces/paypalcommercebuttoninitializeoptions.md +0 -30
- package/docs/interfaces/paypalcommerceformfieldcardtypechangeeventdata.md +0 -19
- package/docs/interfaces/paypalcommerceformfieldkeyboardeventdata.md +0 -19
- package/docs/interfaces/paypalcommerceformfieldoptions.md +0 -28
- package/docs/interfaces/paypalcommerceformfieldsmap.md +0 -40
- package/docs/interfaces/paypalcommerceformfieldstylesmap.md +0 -33
- package/docs/interfaces/paypalcommerceformfieldvalidateerrordata.md +0 -33
- package/docs/interfaces/paypalcommerceformfieldvalidateeventdata.md +0 -40
- package/docs/interfaces/paypalcommerceformoptions.md +0 -142
- package/docs/interfaces/paypalcommercestoredcardfieldoptions.md +0 -39
- package/docs/interfaces/paypalcommercestoredcardfieldsmap.md +0 -26
- package/docs/interfaces/paypalcommercevenmobuttoninitializeoptions.md +0 -30
- package/docs/interfaces/paypalfieldsstyleoptions.md +0 -26
- package/docs/interfaces/paypalinstrument.md +0 -79
- package/docs/interfaces/physicalitem.md +0 -253
- package/docs/interfaces/pickupmethod.md +0 -47
- package/docs/interfaces/pickupoptionrequestbody.md +0 -26
- package/docs/interfaces/pickupoptionresult.md +0 -19
- package/docs/interfaces/promotion.md +0 -19
- package/docs/interfaces/radius.md +0 -26
- package/docs/interfaces/region.md +0 -26
- package/docs/interfaces/requestoptions.md +0 -46
- package/docs/interfaces/searcharea.md +0 -26
- package/docs/interfaces/sepaplaceholder.md +0 -26
- package/docs/interfaces/sepaplaceholder_2.md +0 -26
- package/docs/interfaces/shippinginitializeoptions.md +0 -80
- package/docs/interfaces/shippingoption.md +0 -68
- package/docs/interfaces/shippingrequestoptions.md +0 -59
- package/docs/interfaces/shopperconfig.md +0 -33
- package/docs/interfaces/shoppercurrency.md +0 -82
- package/docs/interfaces/signinemail.md +0 -26
- package/docs/interfaces/signinemailrequestbody.md +0 -26
- package/docs/interfaces/spamprotectionoptions.md +0 -97
- package/docs/interfaces/squareformelement.md +0 -32
- package/docs/interfaces/stepstyles.md +0 -102
- package/docs/interfaces/steptracker.md +0 -60
- package/docs/interfaces/steptrackerconfig.md +0 -19
- package/docs/interfaces/storeconfig.md +0 -113
- package/docs/interfaces/storecurrency.md +0 -56
- package/docs/interfaces/storelinks.md +0 -61
- package/docs/interfaces/storeprofile.md +0 -75
- package/docs/interfaces/stripeelementclasses.md +0 -67
- package/docs/interfaces/stripeelementcssproperties.md +0 -170
- package/docs/interfaces/stripeelementstyle.md +0 -48
- package/docs/interfaces/stripeelementstylevariant.md +0 -253
- package/docs/interfaces/styleoptions.md +0 -48
- package/docs/interfaces/styleoptions_2.md +0 -48
- package/docs/interfaces/subinputdetail.md +0 -66
- package/docs/interfaces/subinputdetail_2.md +0 -66
- package/docs/interfaces/subscriptions.md +0 -33
- package/docs/interfaces/tax.md +0 -26
- package/docs/interfaces/textinputstyles.md +0 -147
- package/docs/interfaces/threedsecure.md +0 -54
- package/docs/interfaces/threedsecuretoken.md +0 -19
- package/docs/interfaces/translationdata.md +0 -11
- package/docs/interfaces/translations.md +0 -11
- package/docs/interfaces/unknownobject.md +0 -11
- package/docs/interfaces/vaultedinstrument.md +0 -33
- package/docs/interfaces/wechatdatapaymentmethodstate.md +0 -19
- package/docs/interfaces/wechatdatapaymentmethodstate_2.md +0 -19
- package/docs/interfaces/wechatstate.md +0 -19
- package/docs/interfaces/wechatstate_2.md +0 -19
- package/docs/interfaces/withaccountcreation.md +0 -19
- package/docs/interfaces/withcheckoutcomfawryinstrument.md +0 -26
- package/docs/interfaces/withcheckoutcomidealinstrument.md +0 -19
- package/docs/interfaces/withcheckoutcomsepainstrument.md +0 -26
- package/docs/interfaces/withdocumentinstrument.md +0 -19
- package/docs/interfaces/withmollieissuerinstrument.md +0 -26
- package/docs/interfaces/worldpaypaymentinitializeoptions.md +0 -39
- package/docs/interfaces/zipcodeelementoptions.md +0 -19
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
[@bigcommerce/checkout-sdk](../README.md) › [LabelStyles](labelstyles.md)
|
|
2
|
-
|
|
3
|
-
# Interface: LabelStyles
|
|
4
|
-
|
|
5
|
-
## Hierarchy
|
|
6
|
-
|
|
7
|
-
* [InlineElementStyles](inlineelementstyles.md)
|
|
8
|
-
|
|
9
|
-
↳ **LabelStyles**
|
|
10
|
-
|
|
11
|
-
## Index
|
|
12
|
-
|
|
13
|
-
### Properties
|
|
14
|
-
|
|
15
|
-
* [color](labelstyles.md#optional-color)
|
|
16
|
-
* [error](labelstyles.md#optional-error)
|
|
17
|
-
* [fontFamily](labelstyles.md#optional-fontfamily)
|
|
18
|
-
* [fontWeight](labelstyles.md#optional-fontweight)
|
|
19
|
-
* [letterSpacing](labelstyles.md#optional-letterspacing)
|
|
20
|
-
* [lineHeight](labelstyles.md#optional-lineheight)
|
|
21
|
-
|
|
22
|
-
## Properties
|
|
23
|
-
|
|
24
|
-
### `Optional` color
|
|
25
|
-
|
|
26
|
-
• **color**? : *undefined | string*
|
|
27
|
-
|
|
28
|
-
*Inherited from [BlockElementStyles](blockelementstyles.md).[color](blockelementstyles.md#optional-color)*
|
|
29
|
-
|
|
30
|
-
___
|
|
31
|
-
|
|
32
|
-
### `Optional` error
|
|
33
|
-
|
|
34
|
-
• **error**? : *[InlineElementStyles](inlineelementstyles.md)*
|
|
35
|
-
|
|
36
|
-
___
|
|
37
|
-
|
|
38
|
-
### `Optional` fontFamily
|
|
39
|
-
|
|
40
|
-
• **fontFamily**? : *undefined | string*
|
|
41
|
-
|
|
42
|
-
*Inherited from [BlockElementStyles](blockelementstyles.md).[fontFamily](blockelementstyles.md#optional-fontfamily)*
|
|
43
|
-
|
|
44
|
-
___
|
|
45
|
-
|
|
46
|
-
### `Optional` fontWeight
|
|
47
|
-
|
|
48
|
-
• **fontWeight**? : *undefined | string*
|
|
49
|
-
|
|
50
|
-
*Inherited from [BlockElementStyles](blockelementstyles.md).[fontWeight](blockelementstyles.md#optional-fontweight)*
|
|
51
|
-
|
|
52
|
-
___
|
|
53
|
-
|
|
54
|
-
### `Optional` letterSpacing
|
|
55
|
-
|
|
56
|
-
• **letterSpacing**? : *undefined | string*
|
|
57
|
-
|
|
58
|
-
*Inherited from [BlockElementStyles](blockelementstyles.md).[letterSpacing](blockelementstyles.md#optional-letterspacing)*
|
|
59
|
-
|
|
60
|
-
___
|
|
61
|
-
|
|
62
|
-
### `Optional` lineHeight
|
|
63
|
-
|
|
64
|
-
• **lineHeight**? : *undefined | string*
|
|
65
|
-
|
|
66
|
-
*Inherited from [BlockElementStyles](blockelementstyles.md).[lineHeight](blockelementstyles.md#optional-lineheight)*
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
[@bigcommerce/checkout-sdk](../README.md) › [LanguageConfig](languageconfig.md)
|
|
2
|
-
|
|
3
|
-
# Interface: LanguageConfig
|
|
4
|
-
|
|
5
|
-
## Hierarchy
|
|
6
|
-
|
|
7
|
-
* **LanguageConfig**
|
|
8
|
-
|
|
9
|
-
## Index
|
|
10
|
-
|
|
11
|
-
### Properties
|
|
12
|
-
|
|
13
|
-
* [defaultLocale](languageconfig.md#optional-defaultlocale)
|
|
14
|
-
* [defaultTranslations](languageconfig.md#defaulttranslations)
|
|
15
|
-
* [fallbackLocale](languageconfig.md#optional-fallbacklocale)
|
|
16
|
-
* [fallbackTranslations](languageconfig.md#optional-fallbacktranslations)
|
|
17
|
-
* [locale](languageconfig.md#locale)
|
|
18
|
-
* [locales](languageconfig.md#locales)
|
|
19
|
-
* [translations](languageconfig.md#translations)
|
|
20
|
-
|
|
21
|
-
## Properties
|
|
22
|
-
|
|
23
|
-
### `Optional` defaultLocale
|
|
24
|
-
|
|
25
|
-
• **defaultLocale**? : *undefined | string*
|
|
26
|
-
|
|
27
|
-
___
|
|
28
|
-
|
|
29
|
-
### defaultTranslations
|
|
30
|
-
|
|
31
|
-
• **defaultTranslations**: *[Translations](translations.md)*
|
|
32
|
-
|
|
33
|
-
___
|
|
34
|
-
|
|
35
|
-
### `Optional` fallbackLocale
|
|
36
|
-
|
|
37
|
-
• **fallbackLocale**? : *undefined | string*
|
|
38
|
-
|
|
39
|
-
___
|
|
40
|
-
|
|
41
|
-
### `Optional` fallbackTranslations
|
|
42
|
-
|
|
43
|
-
• **fallbackTranslations**? : *[Translations](translations.md)*
|
|
44
|
-
|
|
45
|
-
___
|
|
46
|
-
|
|
47
|
-
### locale
|
|
48
|
-
|
|
49
|
-
• **locale**: *string*
|
|
50
|
-
|
|
51
|
-
___
|
|
52
|
-
|
|
53
|
-
### locales
|
|
54
|
-
|
|
55
|
-
• **locales**: *[Locales](locales.md)*
|
|
56
|
-
|
|
57
|
-
___
|
|
58
|
-
|
|
59
|
-
### translations
|
|
60
|
-
|
|
61
|
-
• **translations**: *[Translations](translations.md)*
|
|
@@ -1,191 +0,0 @@
|
|
|
1
|
-
[@bigcommerce/checkout-sdk](../README.md) › [LineItem](lineitem.md)
|
|
2
|
-
|
|
3
|
-
# Interface: LineItem
|
|
4
|
-
|
|
5
|
-
## Hierarchy
|
|
6
|
-
|
|
7
|
-
* **LineItem**
|
|
8
|
-
|
|
9
|
-
↳ [DigitalItem](digitalitem.md)
|
|
10
|
-
|
|
11
|
-
↳ [PhysicalItem](physicalitem.md)
|
|
12
|
-
|
|
13
|
-
## Index
|
|
14
|
-
|
|
15
|
-
### Properties
|
|
16
|
-
|
|
17
|
-
* [addedByPromotion](lineitem.md#addedbypromotion)
|
|
18
|
-
* [brand](lineitem.md#brand)
|
|
19
|
-
* [categories](lineitem.md#optional-categories)
|
|
20
|
-
* [categoryNames](lineitem.md#optional-categorynames)
|
|
21
|
-
* [comparisonPrice](lineitem.md#comparisonprice)
|
|
22
|
-
* [couponAmount](lineitem.md#couponamount)
|
|
23
|
-
* [discountAmount](lineitem.md#discountamount)
|
|
24
|
-
* [discounts](lineitem.md#discounts)
|
|
25
|
-
* [extendedComparisonPrice](lineitem.md#extendedcomparisonprice)
|
|
26
|
-
* [extendedListPrice](lineitem.md#extendedlistprice)
|
|
27
|
-
* [extendedSalePrice](lineitem.md#extendedsaleprice)
|
|
28
|
-
* [id](lineitem.md#id)
|
|
29
|
-
* [imageUrl](lineitem.md#imageurl)
|
|
30
|
-
* [isTaxable](lineitem.md#istaxable)
|
|
31
|
-
* [listPrice](lineitem.md#listprice)
|
|
32
|
-
* [name](lineitem.md#name)
|
|
33
|
-
* [options](lineitem.md#optional-options)
|
|
34
|
-
* [parentId](lineitem.md#optional-parentid)
|
|
35
|
-
* [productId](lineitem.md#productid)
|
|
36
|
-
* [quantity](lineitem.md#quantity)
|
|
37
|
-
* [salePrice](lineitem.md#saleprice)
|
|
38
|
-
* [sku](lineitem.md#sku)
|
|
39
|
-
* [socialMedia](lineitem.md#optional-socialmedia)
|
|
40
|
-
* [url](lineitem.md#url)
|
|
41
|
-
* [variantId](lineitem.md#variantid)
|
|
42
|
-
|
|
43
|
-
## Properties
|
|
44
|
-
|
|
45
|
-
### addedByPromotion
|
|
46
|
-
|
|
47
|
-
• **addedByPromotion**: *boolean*
|
|
48
|
-
|
|
49
|
-
___
|
|
50
|
-
|
|
51
|
-
### brand
|
|
52
|
-
|
|
53
|
-
• **brand**: *string*
|
|
54
|
-
|
|
55
|
-
___
|
|
56
|
-
|
|
57
|
-
### `Optional` categories
|
|
58
|
-
|
|
59
|
-
• **categories**? : *[LineItemCategory](lineitemcategory.md)[][]*
|
|
60
|
-
|
|
61
|
-
___
|
|
62
|
-
|
|
63
|
-
### `Optional` categoryNames
|
|
64
|
-
|
|
65
|
-
• **categoryNames**? : *string[]*
|
|
66
|
-
|
|
67
|
-
___
|
|
68
|
-
|
|
69
|
-
### comparisonPrice
|
|
70
|
-
|
|
71
|
-
• **comparisonPrice**: *number*
|
|
72
|
-
|
|
73
|
-
___
|
|
74
|
-
|
|
75
|
-
### couponAmount
|
|
76
|
-
|
|
77
|
-
• **couponAmount**: *number*
|
|
78
|
-
|
|
79
|
-
___
|
|
80
|
-
|
|
81
|
-
### discountAmount
|
|
82
|
-
|
|
83
|
-
• **discountAmount**: *number*
|
|
84
|
-
|
|
85
|
-
___
|
|
86
|
-
|
|
87
|
-
### discounts
|
|
88
|
-
|
|
89
|
-
• **discounts**: *Array‹object›*
|
|
90
|
-
|
|
91
|
-
___
|
|
92
|
-
|
|
93
|
-
### extendedComparisonPrice
|
|
94
|
-
|
|
95
|
-
• **extendedComparisonPrice**: *number*
|
|
96
|
-
|
|
97
|
-
___
|
|
98
|
-
|
|
99
|
-
### extendedListPrice
|
|
100
|
-
|
|
101
|
-
• **extendedListPrice**: *number*
|
|
102
|
-
|
|
103
|
-
___
|
|
104
|
-
|
|
105
|
-
### extendedSalePrice
|
|
106
|
-
|
|
107
|
-
• **extendedSalePrice**: *number*
|
|
108
|
-
|
|
109
|
-
___
|
|
110
|
-
|
|
111
|
-
### id
|
|
112
|
-
|
|
113
|
-
• **id**: *string | number*
|
|
114
|
-
|
|
115
|
-
___
|
|
116
|
-
|
|
117
|
-
### imageUrl
|
|
118
|
-
|
|
119
|
-
• **imageUrl**: *string*
|
|
120
|
-
|
|
121
|
-
___
|
|
122
|
-
|
|
123
|
-
### isTaxable
|
|
124
|
-
|
|
125
|
-
• **isTaxable**: *boolean*
|
|
126
|
-
|
|
127
|
-
___
|
|
128
|
-
|
|
129
|
-
### listPrice
|
|
130
|
-
|
|
131
|
-
• **listPrice**: *number*
|
|
132
|
-
|
|
133
|
-
___
|
|
134
|
-
|
|
135
|
-
### name
|
|
136
|
-
|
|
137
|
-
• **name**: *string*
|
|
138
|
-
|
|
139
|
-
___
|
|
140
|
-
|
|
141
|
-
### `Optional` options
|
|
142
|
-
|
|
143
|
-
• **options**? : *[LineItemOption](lineitemoption.md)[]*
|
|
144
|
-
|
|
145
|
-
___
|
|
146
|
-
|
|
147
|
-
### `Optional` parentId
|
|
148
|
-
|
|
149
|
-
• **parentId**? : *string | null*
|
|
150
|
-
|
|
151
|
-
___
|
|
152
|
-
|
|
153
|
-
### productId
|
|
154
|
-
|
|
155
|
-
• **productId**: *number*
|
|
156
|
-
|
|
157
|
-
___
|
|
158
|
-
|
|
159
|
-
### quantity
|
|
160
|
-
|
|
161
|
-
• **quantity**: *number*
|
|
162
|
-
|
|
163
|
-
___
|
|
164
|
-
|
|
165
|
-
### salePrice
|
|
166
|
-
|
|
167
|
-
• **salePrice**: *number*
|
|
168
|
-
|
|
169
|
-
___
|
|
170
|
-
|
|
171
|
-
### sku
|
|
172
|
-
|
|
173
|
-
• **sku**: *string*
|
|
174
|
-
|
|
175
|
-
___
|
|
176
|
-
|
|
177
|
-
### `Optional` socialMedia
|
|
178
|
-
|
|
179
|
-
• **socialMedia**? : *[LineItemSocialData](lineitemsocialdata.md)[]*
|
|
180
|
-
|
|
181
|
-
___
|
|
182
|
-
|
|
183
|
-
### url
|
|
184
|
-
|
|
185
|
-
• **url**: *string*
|
|
186
|
-
|
|
187
|
-
___
|
|
188
|
-
|
|
189
|
-
### variantId
|
|
190
|
-
|
|
191
|
-
• **variantId**: *number*
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
[@bigcommerce/checkout-sdk](../README.md) › [LineItemCategory](lineitemcategory.md)
|
|
2
|
-
|
|
3
|
-
# Interface: LineItemCategory
|
|
4
|
-
|
|
5
|
-
## Hierarchy
|
|
6
|
-
|
|
7
|
-
* **LineItemCategory**
|
|
8
|
-
|
|
9
|
-
## Index
|
|
10
|
-
|
|
11
|
-
### Properties
|
|
12
|
-
|
|
13
|
-
* [name](lineitemcategory.md#name)
|
|
14
|
-
|
|
15
|
-
## Properties
|
|
16
|
-
|
|
17
|
-
### name
|
|
18
|
-
|
|
19
|
-
• **name**: *string*
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
[@bigcommerce/checkout-sdk](../README.md) › [LineItemMap](lineitemmap.md)
|
|
2
|
-
|
|
3
|
-
# Interface: LineItemMap
|
|
4
|
-
|
|
5
|
-
## Hierarchy
|
|
6
|
-
|
|
7
|
-
* **LineItemMap**
|
|
8
|
-
|
|
9
|
-
## Index
|
|
10
|
-
|
|
11
|
-
### Properties
|
|
12
|
-
|
|
13
|
-
* [customItems](lineitemmap.md#optional-customitems)
|
|
14
|
-
* [digitalItems](lineitemmap.md#digitalitems)
|
|
15
|
-
* [giftCertificates](lineitemmap.md#giftcertificates)
|
|
16
|
-
* [physicalItems](lineitemmap.md#physicalitems)
|
|
17
|
-
|
|
18
|
-
## Properties
|
|
19
|
-
|
|
20
|
-
### `Optional` customItems
|
|
21
|
-
|
|
22
|
-
• **customItems**? : *[CustomItem](customitem.md)[]*
|
|
23
|
-
|
|
24
|
-
___
|
|
25
|
-
|
|
26
|
-
### digitalItems
|
|
27
|
-
|
|
28
|
-
• **digitalItems**: *[DigitalItem](digitalitem.md)[]*
|
|
29
|
-
|
|
30
|
-
___
|
|
31
|
-
|
|
32
|
-
### giftCertificates
|
|
33
|
-
|
|
34
|
-
• **giftCertificates**: *[GiftCertificateItem](giftcertificateitem.md)[]*
|
|
35
|
-
|
|
36
|
-
___
|
|
37
|
-
|
|
38
|
-
### physicalItems
|
|
39
|
-
|
|
40
|
-
• **physicalItems**: *[PhysicalItem](physicalitem.md)[]*
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
[@bigcommerce/checkout-sdk](../README.md) › [LineItemOption](lineitemoption.md)
|
|
2
|
-
|
|
3
|
-
# Interface: LineItemOption
|
|
4
|
-
|
|
5
|
-
## Hierarchy
|
|
6
|
-
|
|
7
|
-
* **LineItemOption**
|
|
8
|
-
|
|
9
|
-
## Index
|
|
10
|
-
|
|
11
|
-
### Properties
|
|
12
|
-
|
|
13
|
-
* [name](lineitemoption.md#name)
|
|
14
|
-
* [nameId](lineitemoption.md#nameid)
|
|
15
|
-
* [value](lineitemoption.md#value)
|
|
16
|
-
* [valueId](lineitemoption.md#valueid)
|
|
17
|
-
|
|
18
|
-
## Properties
|
|
19
|
-
|
|
20
|
-
### name
|
|
21
|
-
|
|
22
|
-
• **name**: *string*
|
|
23
|
-
|
|
24
|
-
___
|
|
25
|
-
|
|
26
|
-
### nameId
|
|
27
|
-
|
|
28
|
-
• **nameId**: *number*
|
|
29
|
-
|
|
30
|
-
___
|
|
31
|
-
|
|
32
|
-
### value
|
|
33
|
-
|
|
34
|
-
• **value**: *string*
|
|
35
|
-
|
|
36
|
-
___
|
|
37
|
-
|
|
38
|
-
### valueId
|
|
39
|
-
|
|
40
|
-
• **valueId**: *number | null*
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
[@bigcommerce/checkout-sdk](../README.md) › [LineItemSocialData](lineitemsocialdata.md)
|
|
2
|
-
|
|
3
|
-
# Interface: LineItemSocialData
|
|
4
|
-
|
|
5
|
-
## Hierarchy
|
|
6
|
-
|
|
7
|
-
* **LineItemSocialData**
|
|
8
|
-
|
|
9
|
-
## Index
|
|
10
|
-
|
|
11
|
-
### Properties
|
|
12
|
-
|
|
13
|
-
* [channel](lineitemsocialdata.md#channel)
|
|
14
|
-
* [code](lineitemsocialdata.md#code)
|
|
15
|
-
* [link](lineitemsocialdata.md#link)
|
|
16
|
-
* [text](lineitemsocialdata.md#text)
|
|
17
|
-
|
|
18
|
-
## Properties
|
|
19
|
-
|
|
20
|
-
### channel
|
|
21
|
-
|
|
22
|
-
• **channel**: *string*
|
|
23
|
-
|
|
24
|
-
___
|
|
25
|
-
|
|
26
|
-
### code
|
|
27
|
-
|
|
28
|
-
• **code**: *string*
|
|
29
|
-
|
|
30
|
-
___
|
|
31
|
-
|
|
32
|
-
### link
|
|
33
|
-
|
|
34
|
-
• **link**: *string*
|
|
35
|
-
|
|
36
|
-
___
|
|
37
|
-
|
|
38
|
-
### text
|
|
39
|
-
|
|
40
|
-
• **text**: *string*
|
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
[@bigcommerce/checkout-sdk](../README.md) › [LinkStyles](linkstyles.md)
|
|
2
|
-
|
|
3
|
-
# Interface: LinkStyles
|
|
4
|
-
|
|
5
|
-
## Hierarchy
|
|
6
|
-
|
|
7
|
-
* [InlineElementStyles](inlineelementstyles.md)
|
|
8
|
-
|
|
9
|
-
↳ **LinkStyles**
|
|
10
|
-
|
|
11
|
-
## Index
|
|
12
|
-
|
|
13
|
-
### Properties
|
|
14
|
-
|
|
15
|
-
* [active](linkstyles.md#optional-active)
|
|
16
|
-
* [color](linkstyles.md#optional-color)
|
|
17
|
-
* [focus](linkstyles.md#optional-focus)
|
|
18
|
-
* [fontFamily](linkstyles.md#optional-fontfamily)
|
|
19
|
-
* [fontWeight](linkstyles.md#optional-fontweight)
|
|
20
|
-
* [hover](linkstyles.md#optional-hover)
|
|
21
|
-
* [letterSpacing](linkstyles.md#optional-letterspacing)
|
|
22
|
-
* [lineHeight](linkstyles.md#optional-lineheight)
|
|
23
|
-
|
|
24
|
-
## Properties
|
|
25
|
-
|
|
26
|
-
### `Optional` active
|
|
27
|
-
|
|
28
|
-
• **active**? : *[InlineElementStyles](inlineelementstyles.md)*
|
|
29
|
-
|
|
30
|
-
___
|
|
31
|
-
|
|
32
|
-
### `Optional` color
|
|
33
|
-
|
|
34
|
-
• **color**? : *undefined | string*
|
|
35
|
-
|
|
36
|
-
*Inherited from [BlockElementStyles](blockelementstyles.md).[color](blockelementstyles.md#optional-color)*
|
|
37
|
-
|
|
38
|
-
___
|
|
39
|
-
|
|
40
|
-
### `Optional` focus
|
|
41
|
-
|
|
42
|
-
• **focus**? : *[InlineElementStyles](inlineelementstyles.md)*
|
|
43
|
-
|
|
44
|
-
___
|
|
45
|
-
|
|
46
|
-
### `Optional` fontFamily
|
|
47
|
-
|
|
48
|
-
• **fontFamily**? : *undefined | string*
|
|
49
|
-
|
|
50
|
-
*Inherited from [BlockElementStyles](blockelementstyles.md).[fontFamily](blockelementstyles.md#optional-fontfamily)*
|
|
51
|
-
|
|
52
|
-
___
|
|
53
|
-
|
|
54
|
-
### `Optional` fontWeight
|
|
55
|
-
|
|
56
|
-
• **fontWeight**? : *undefined | string*
|
|
57
|
-
|
|
58
|
-
*Inherited from [BlockElementStyles](blockelementstyles.md).[fontWeight](blockelementstyles.md#optional-fontweight)*
|
|
59
|
-
|
|
60
|
-
___
|
|
61
|
-
|
|
62
|
-
### `Optional` hover
|
|
63
|
-
|
|
64
|
-
• **hover**? : *[InlineElementStyles](inlineelementstyles.md)*
|
|
65
|
-
|
|
66
|
-
___
|
|
67
|
-
|
|
68
|
-
### `Optional` letterSpacing
|
|
69
|
-
|
|
70
|
-
• **letterSpacing**? : *undefined | string*
|
|
71
|
-
|
|
72
|
-
*Inherited from [BlockElementStyles](blockelementstyles.md).[letterSpacing](blockelementstyles.md#optional-letterspacing)*
|
|
73
|
-
|
|
74
|
-
___
|
|
75
|
-
|
|
76
|
-
### `Optional` lineHeight
|
|
77
|
-
|
|
78
|
-
• **lineHeight**? : *undefined | string*
|
|
79
|
-
|
|
80
|
-
*Inherited from [BlockElementStyles](blockelementstyles.md).[lineHeight](blockelementstyles.md#optional-lineheight)*
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
[@bigcommerce/checkout-sdk](../README.md) › [LoadingIndicatorStyles](loadingindicatorstyles.md)
|
|
2
|
-
|
|
3
|
-
# Interface: LoadingIndicatorStyles
|
|
4
|
-
|
|
5
|
-
## Hierarchy
|
|
6
|
-
|
|
7
|
-
* **LoadingIndicatorStyles**
|
|
8
|
-
|
|
9
|
-
## Index
|
|
10
|
-
|
|
11
|
-
### Properties
|
|
12
|
-
|
|
13
|
-
* [backgroundColor](loadingindicatorstyles.md#optional-backgroundcolor)
|
|
14
|
-
* [color](loadingindicatorstyles.md#optional-color)
|
|
15
|
-
* [size](loadingindicatorstyles.md#optional-size)
|
|
16
|
-
|
|
17
|
-
## Properties
|
|
18
|
-
|
|
19
|
-
### `Optional` backgroundColor
|
|
20
|
-
|
|
21
|
-
• **backgroundColor**? : *undefined | string*
|
|
22
|
-
|
|
23
|
-
___
|
|
24
|
-
|
|
25
|
-
### `Optional` color
|
|
26
|
-
|
|
27
|
-
• **color**? : *undefined | string*
|
|
28
|
-
|
|
29
|
-
___
|
|
30
|
-
|
|
31
|
-
### `Optional` size
|
|
32
|
-
|
|
33
|
-
• **size**? : *undefined | number*
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
[@bigcommerce/checkout-sdk](../README.md) › [MasterpassCustomerInitializeOptions](masterpasscustomerinitializeoptions.md)
|
|
2
|
-
|
|
3
|
-
# Interface: MasterpassCustomerInitializeOptions
|
|
4
|
-
|
|
5
|
-
## Hierarchy
|
|
6
|
-
|
|
7
|
-
* **MasterpassCustomerInitializeOptions**
|
|
8
|
-
|
|
9
|
-
## Index
|
|
10
|
-
|
|
11
|
-
### Properties
|
|
12
|
-
|
|
13
|
-
* [container](masterpasscustomerinitializeoptions.md#container)
|
|
14
|
-
|
|
15
|
-
## Properties
|
|
16
|
-
|
|
17
|
-
### container
|
|
18
|
-
|
|
19
|
-
• **container**: *string*
|
|
20
|
-
|
|
21
|
-
The ID of a container which the checkout button should be inserted into.
|
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
[@bigcommerce/checkout-sdk](../README.md) › [MonerisStylingProps](monerisstylingprops.md)
|
|
2
|
-
|
|
3
|
-
# Interface: MonerisStylingProps
|
|
4
|
-
|
|
5
|
-
A set of stringified CSS to apply to Moneris' IFrame fields.
|
|
6
|
-
CSS attributes should be converted to string.
|
|
7
|
-
Please note that ClassNames are not supported.
|
|
8
|
-
|
|
9
|
-
IE:
|
|
10
|
-
```js
|
|
11
|
-
{
|
|
12
|
-
cssBody: 'background:white;';
|
|
13
|
-
cssTextbox: 'border-width:2px;';
|
|
14
|
-
cssTextboxCardNumber: 'width:140px;';
|
|
15
|
-
cssTextboxExpiryDate: 'width:40px;';
|
|
16
|
-
cssTextboxCVV: 'width:40px;';
|
|
17
|
-
}
|
|
18
|
-
```
|
|
19
|
-
|
|
20
|
-
When using several attributes use semicolon to separate each one.
|
|
21
|
-
IE: 'background:white;width:40px;'
|
|
22
|
-
|
|
23
|
-
## Hierarchy
|
|
24
|
-
|
|
25
|
-
* **MonerisStylingProps**
|
|
26
|
-
|
|
27
|
-
## Index
|
|
28
|
-
|
|
29
|
-
### Properties
|
|
30
|
-
|
|
31
|
-
* [cssBody](monerisstylingprops.md#optional-cssbody)
|
|
32
|
-
* [cssInputLabel](monerisstylingprops.md#optional-cssinputlabel)
|
|
33
|
-
* [cssTextbox](monerisstylingprops.md#optional-csstextbox)
|
|
34
|
-
* [cssTextboxCVV](monerisstylingprops.md#optional-csstextboxcvv)
|
|
35
|
-
* [cssTextboxCardNumber](monerisstylingprops.md#optional-csstextboxcardnumber)
|
|
36
|
-
* [cssTextboxExpiryDate](monerisstylingprops.md#optional-csstextboxexpirydate)
|
|
37
|
-
|
|
38
|
-
## Properties
|
|
39
|
-
|
|
40
|
-
### `Optional` cssBody
|
|
41
|
-
|
|
42
|
-
• **cssBody**? : *undefined | string*
|
|
43
|
-
|
|
44
|
-
Stringified CSS to apply to the body of the IFrame.
|
|
45
|
-
|
|
46
|
-
___
|
|
47
|
-
|
|
48
|
-
### `Optional` cssInputLabel
|
|
49
|
-
|
|
50
|
-
• **cssInputLabel**? : *undefined | string*
|
|
51
|
-
|
|
52
|
-
Stringified CSS to apply to input labels
|
|
53
|
-
|
|
54
|
-
___
|
|
55
|
-
|
|
56
|
-
### `Optional` cssTextbox
|
|
57
|
-
|
|
58
|
-
• **cssTextbox**? : *undefined | string*
|
|
59
|
-
|
|
60
|
-
Stringified CSS to apply to each of input fields.
|
|
61
|
-
|
|
62
|
-
___
|
|
63
|
-
|
|
64
|
-
### `Optional` cssTextboxCVV
|
|
65
|
-
|
|
66
|
-
• **cssTextboxCVV**? : *undefined | string*
|
|
67
|
-
|
|
68
|
-
Stringified CSS to apply to the card's CVV field.
|
|
69
|
-
|
|
70
|
-
___
|
|
71
|
-
|
|
72
|
-
### `Optional` cssTextboxCardNumber
|
|
73
|
-
|
|
74
|
-
• **cssTextboxCardNumber**? : *undefined | string*
|
|
75
|
-
|
|
76
|
-
Stringified CSS to apply to the card's number field.
|
|
77
|
-
|
|
78
|
-
___
|
|
79
|
-
|
|
80
|
-
### `Optional` cssTextboxExpiryDate
|
|
81
|
-
|
|
82
|
-
• **cssTextboxExpiryDate**? : *undefined | string*
|
|
83
|
-
|
|
84
|
-
Stringified CSS to apply to the card's expiry field.
|