@bigcommerce/checkout-sdk 1.271.2 → 1.272.1
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 +21 -0
- package/dist/checkout-button.d.ts +671 -651
- package/dist/checkout-button.js +1 -1
- package/dist/checkout-button.umd.js +1 -1
- package/dist/checkout-sdk.d.ts +7275 -763
- 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/embedded-checkout.d.ts +242 -218
- package/dist/internal-mappers.d.ts +762 -763
- package/dist/tsdoc-metadata.json +11 -11
- package/docs/README.md +756 -126
- 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 +141 -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 +161 -0
- package/docs/interfaces/AdyenV3CreditCardComponentOptions.md +185 -0
- package/docs/interfaces/AdyenV3PaymentInitializeOptions.md +135 -0
- 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 +24 -0
- package/docs/interfaces/AmazonPayV2PaymentInitializeOptions.md +39 -0
- package/docs/interfaces/AmazonPayV2ShippingInitializeOptions.md +26 -0
- 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 +72 -0
- 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 +94 -0
- 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 +101 -0
- 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 +70 -0
- package/docs/interfaces/BrowserInfo.md +50 -0
- package/docs/interfaces/ButtonResponse.md +19 -0
- 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 +98 -0
- 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 +244 -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 +91 -0
- 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 +67 -0
- package/docs/interfaces/DigitalRiverPaymentInitializeOptions.md +146 -0
- 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 +31 -0
- package/docs/interfaces/GooglePayCustomerInitializeOptions.md +42 -0
- package/docs/interfaces/GooglePayPaymentInitializeOptions.md +93 -0
- 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 +73 -0
- package/docs/interfaces/KlarnaV2PaymentInitializeOptions.md +73 -0
- 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 +35 -0
- package/docs/interfaces/MolliePaymentInitializeOptions.md +96 -0
- package/docs/interfaces/MonerisPaymentInitializeOptions.md +57 -0
- 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 +77 -0
- package/docs/interfaces/OpyPaymentInitializeOptions.md +40 -0
- 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 +33 -0
- 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 +98 -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/PaypalCommerceAlternativeMethodsButtonOptions.md +35 -0
- package/docs/interfaces/PaypalCommerceButtonInitializeOptions.md +26 -0
- package/docs/interfaces/PaypalCommerceCreditCardPaymentInitializeOptions.md +90 -0
- 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 +186 -0
- 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 +36 -0
- 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 +131 -0
- 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 +70 -0
- package/docs/interfaces/StripeV3PaymentInitializeOptions.md +76 -0
- 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 +2 -2
- package/docs/classes/CacheKeyResolver.md +0 -58
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
[@bigcommerce/checkout-sdk](../README.md) / PickupOptionRequestBody
|
|
2
|
+
|
|
3
|
+
# Interface: PickupOptionRequestBody
|
|
4
|
+
|
|
5
|
+
## Table of contents
|
|
6
|
+
|
|
7
|
+
### Properties
|
|
8
|
+
|
|
9
|
+
- [consignmentId](PickupOptionRequestBody.md#consignmentid)
|
|
10
|
+
- [searchArea](PickupOptionRequestBody.md#searcharea)
|
|
11
|
+
|
|
12
|
+
## Properties
|
|
13
|
+
|
|
14
|
+
### consignmentId
|
|
15
|
+
|
|
16
|
+
• **consignmentId**: `string`
|
|
17
|
+
|
|
18
|
+
___
|
|
19
|
+
|
|
20
|
+
### searchArea
|
|
21
|
+
|
|
22
|
+
• **searchArea**: [`SearchArea`](SearchArea.md)
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
[@bigcommerce/checkout-sdk](../README.md) / PickupOptionResult
|
|
2
|
+
|
|
3
|
+
# Interface: PickupOptionResult
|
|
4
|
+
|
|
5
|
+
## Table of contents
|
|
6
|
+
|
|
7
|
+
### Properties
|
|
8
|
+
|
|
9
|
+
- [options](PickupOptionResult.md#options)
|
|
10
|
+
|
|
11
|
+
## Properties
|
|
12
|
+
|
|
13
|
+
### options
|
|
14
|
+
|
|
15
|
+
• **options**: [`Option`](Option.md)[]
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
[@bigcommerce/checkout-sdk](../README.md) / Radius
|
|
2
|
+
|
|
3
|
+
# Interface: Radius
|
|
4
|
+
|
|
5
|
+
## Table of contents
|
|
6
|
+
|
|
7
|
+
### Properties
|
|
8
|
+
|
|
9
|
+
- [unit](Radius.md#unit)
|
|
10
|
+
- [value](Radius.md#value)
|
|
11
|
+
|
|
12
|
+
## Properties
|
|
13
|
+
|
|
14
|
+
### unit
|
|
15
|
+
|
|
16
|
+
• **unit**: [`RadiusUnit`](../enums/RadiusUnit.md)
|
|
17
|
+
|
|
18
|
+
___
|
|
19
|
+
|
|
20
|
+
### value
|
|
21
|
+
|
|
22
|
+
• **value**: `number`
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
[@bigcommerce/checkout-sdk](../README.md) / Region
|
|
2
|
+
|
|
3
|
+
# Interface: Region
|
|
4
|
+
|
|
5
|
+
## Table of contents
|
|
6
|
+
|
|
7
|
+
### Properties
|
|
8
|
+
|
|
9
|
+
- [code](Region.md#code)
|
|
10
|
+
- [name](Region.md#name)
|
|
11
|
+
|
|
12
|
+
## Properties
|
|
13
|
+
|
|
14
|
+
### code
|
|
15
|
+
|
|
16
|
+
• **code**: `string`
|
|
17
|
+
|
|
18
|
+
___
|
|
19
|
+
|
|
20
|
+
### name
|
|
21
|
+
|
|
22
|
+
• **name**: `string`
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
[@bigcommerce/checkout-sdk](../README.md) / RequestOptions
|
|
2
|
+
|
|
3
|
+
# Interface: RequestOptions<TParams\>
|
|
4
|
+
|
|
5
|
+
A set of options for configuring an asynchronous request.
|
|
6
|
+
|
|
7
|
+
## Type parameters
|
|
8
|
+
|
|
9
|
+
| Name | Type |
|
|
10
|
+
| :------ | :------ |
|
|
11
|
+
| `TParams` | {} |
|
|
12
|
+
|
|
13
|
+
## Hierarchy
|
|
14
|
+
|
|
15
|
+
- **`RequestOptions`**
|
|
16
|
+
|
|
17
|
+
↳ [`CheckoutButtonOptions`](CheckoutButtonOptions.md)
|
|
18
|
+
|
|
19
|
+
↳ [`CustomerRequestOptions`](CustomerRequestOptions.md)
|
|
20
|
+
|
|
21
|
+
↳ [`PaymentRequestOptions`](PaymentRequestOptions.md)
|
|
22
|
+
|
|
23
|
+
↳ [`ShippingRequestOptions`](ShippingRequestOptions.md)
|
|
24
|
+
|
|
25
|
+
## Table of contents
|
|
26
|
+
|
|
27
|
+
### Properties
|
|
28
|
+
|
|
29
|
+
- [params](RequestOptions.md#params)
|
|
30
|
+
- [timeout](RequestOptions.md#timeout)
|
|
31
|
+
|
|
32
|
+
## Properties
|
|
33
|
+
|
|
34
|
+
### params
|
|
35
|
+
|
|
36
|
+
• `Optional` **params**: `TParams`
|
|
37
|
+
|
|
38
|
+
The parameters of the request, if required.
|
|
39
|
+
|
|
40
|
+
___
|
|
41
|
+
|
|
42
|
+
### timeout
|
|
43
|
+
|
|
44
|
+
• `Optional` **timeout**: `default`
|
|
45
|
+
|
|
46
|
+
Provide this option if you want to cancel or time out the request. If the
|
|
47
|
+
timeout object completes before the request, the request will be
|
|
48
|
+
cancelled.
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
[@bigcommerce/checkout-sdk](../README.md) / SearchArea
|
|
2
|
+
|
|
3
|
+
# Interface: SearchArea
|
|
4
|
+
|
|
5
|
+
## Table of contents
|
|
6
|
+
|
|
7
|
+
### Properties
|
|
8
|
+
|
|
9
|
+
- [coordinates](SearchArea.md#coordinates)
|
|
10
|
+
- [radius](SearchArea.md#radius)
|
|
11
|
+
|
|
12
|
+
## Properties
|
|
13
|
+
|
|
14
|
+
### coordinates
|
|
15
|
+
|
|
16
|
+
• **coordinates**: [`Coordinates`](Coordinates.md)
|
|
17
|
+
|
|
18
|
+
___
|
|
19
|
+
|
|
20
|
+
### radius
|
|
21
|
+
|
|
22
|
+
• **radius**: [`Radius`](Radius.md)
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
[@bigcommerce/checkout-sdk](../README.md) / SepaPlaceHolder
|
|
2
|
+
|
|
3
|
+
# Interface: SepaPlaceHolder
|
|
4
|
+
|
|
5
|
+
## Table of contents
|
|
6
|
+
|
|
7
|
+
### Properties
|
|
8
|
+
|
|
9
|
+
- [ibanNumber](SepaPlaceHolder.md#ibannumber)
|
|
10
|
+
- [ownerName](SepaPlaceHolder.md#ownername)
|
|
11
|
+
|
|
12
|
+
## Properties
|
|
13
|
+
|
|
14
|
+
### ibanNumber
|
|
15
|
+
|
|
16
|
+
• `Optional` **ibanNumber**: `string`
|
|
17
|
+
|
|
18
|
+
___
|
|
19
|
+
|
|
20
|
+
### ownerName
|
|
21
|
+
|
|
22
|
+
• `Optional` **ownerName**: `string`
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
[@bigcommerce/checkout-sdk](../README.md) / SepaPlaceHolder_2
|
|
2
|
+
|
|
3
|
+
# Interface: SepaPlaceHolder\_2
|
|
4
|
+
|
|
5
|
+
## Table of contents
|
|
6
|
+
|
|
7
|
+
### Properties
|
|
8
|
+
|
|
9
|
+
- [ibanNumber](SepaPlaceHolder_2.md#ibannumber)
|
|
10
|
+
- [ownerName](SepaPlaceHolder_2.md#ownername)
|
|
11
|
+
|
|
12
|
+
## Properties
|
|
13
|
+
|
|
14
|
+
### ibanNumber
|
|
15
|
+
|
|
16
|
+
• `Optional` **ibanNumber**: `string`
|
|
17
|
+
|
|
18
|
+
___
|
|
19
|
+
|
|
20
|
+
### ownerName
|
|
21
|
+
|
|
22
|
+
• `Optional` **ownerName**: `string`
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
[@bigcommerce/checkout-sdk](../README.md) / ShippingInitializeOptions
|
|
2
|
+
|
|
3
|
+
# Interface: ShippingInitializeOptions<T\>
|
|
4
|
+
|
|
5
|
+
A set of options that are required to initialize the shipping step of the
|
|
6
|
+
current checkout flow.
|
|
7
|
+
|
|
8
|
+
Some payment methods have specific requirements for setting the shipping
|
|
9
|
+
details for checkout. For example, Amazon Pay requires the customer to enter
|
|
10
|
+
their shipping address using their address book widget. As a result, you may
|
|
11
|
+
need to provide additional information in order to initialize the shipping
|
|
12
|
+
step of checkout.
|
|
13
|
+
|
|
14
|
+
## Type parameters
|
|
15
|
+
|
|
16
|
+
| Name | Type |
|
|
17
|
+
| :------ | :------ |
|
|
18
|
+
| `T` | {} |
|
|
19
|
+
|
|
20
|
+
## Hierarchy
|
|
21
|
+
|
|
22
|
+
- [`ShippingRequestOptions`](ShippingRequestOptions.md)<`T`\>
|
|
23
|
+
|
|
24
|
+
↳ **`ShippingInitializeOptions`**
|
|
25
|
+
|
|
26
|
+
## Table of contents
|
|
27
|
+
|
|
28
|
+
### Properties
|
|
29
|
+
|
|
30
|
+
- [amazon](ShippingInitializeOptions.md#amazon)
|
|
31
|
+
- [amazonpay](ShippingInitializeOptions.md#amazonpay)
|
|
32
|
+
- [methodId](ShippingInitializeOptions.md#methodid)
|
|
33
|
+
- [params](ShippingInitializeOptions.md#params)
|
|
34
|
+
- [timeout](ShippingInitializeOptions.md#timeout)
|
|
35
|
+
|
|
36
|
+
## Properties
|
|
37
|
+
|
|
38
|
+
### amazon
|
|
39
|
+
|
|
40
|
+
• `Optional` **amazon**: [`AmazonPayShippingInitializeOptions`](AmazonPayShippingInitializeOptions.md)
|
|
41
|
+
|
|
42
|
+
The options that are required to initialize the shipping step of checkout
|
|
43
|
+
when using Amazon Pay.
|
|
44
|
+
|
|
45
|
+
___
|
|
46
|
+
|
|
47
|
+
### amazonpay
|
|
48
|
+
|
|
49
|
+
• `Optional` **amazonpay**: [`AmazonPayV2ShippingInitializeOptions`](AmazonPayV2ShippingInitializeOptions.md)
|
|
50
|
+
|
|
51
|
+
The options that are required to initialize the shipping step of checkout
|
|
52
|
+
when using AmazonPayV2.
|
|
53
|
+
|
|
54
|
+
___
|
|
55
|
+
|
|
56
|
+
### methodId
|
|
57
|
+
|
|
58
|
+
• `Optional` **methodId**: `string`
|
|
59
|
+
|
|
60
|
+
#### Inherited from
|
|
61
|
+
|
|
62
|
+
[ShippingRequestOptions](ShippingRequestOptions.md).[methodId](ShippingRequestOptions.md#methodid)
|
|
63
|
+
|
|
64
|
+
___
|
|
65
|
+
|
|
66
|
+
### params
|
|
67
|
+
|
|
68
|
+
• `Optional` **params**: `T`
|
|
69
|
+
|
|
70
|
+
The parameters of the request, if required.
|
|
71
|
+
|
|
72
|
+
#### Inherited from
|
|
73
|
+
|
|
74
|
+
[ShippingRequestOptions](ShippingRequestOptions.md).[params](ShippingRequestOptions.md#params)
|
|
75
|
+
|
|
76
|
+
___
|
|
77
|
+
|
|
78
|
+
### timeout
|
|
79
|
+
|
|
80
|
+
• `Optional` **timeout**: `default`
|
|
81
|
+
|
|
82
|
+
Provide this option if you want to cancel or time out the request. If the
|
|
83
|
+
timeout object completes before the request, the request will be
|
|
84
|
+
cancelled.
|
|
85
|
+
|
|
86
|
+
#### Inherited from
|
|
87
|
+
|
|
88
|
+
[ShippingRequestOptions](ShippingRequestOptions.md).[timeout](ShippingRequestOptions.md#timeout)
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
[@bigcommerce/checkout-sdk](../README.md) / ShippingOption
|
|
2
|
+
|
|
3
|
+
# Interface: ShippingOption
|
|
4
|
+
|
|
5
|
+
## Table of contents
|
|
6
|
+
|
|
7
|
+
### Properties
|
|
8
|
+
|
|
9
|
+
- [additionalDescription](ShippingOption.md#additionaldescription)
|
|
10
|
+
- [cost](ShippingOption.md#cost)
|
|
11
|
+
- [description](ShippingOption.md#description)
|
|
12
|
+
- [id](ShippingOption.md#id)
|
|
13
|
+
- [imageUrl](ShippingOption.md#imageurl)
|
|
14
|
+
- [isRecommended](ShippingOption.md#isrecommended)
|
|
15
|
+
- [transitTime](ShippingOption.md#transittime)
|
|
16
|
+
- [type](ShippingOption.md#type)
|
|
17
|
+
|
|
18
|
+
## Properties
|
|
19
|
+
|
|
20
|
+
### additionalDescription
|
|
21
|
+
|
|
22
|
+
• **additionalDescription**: `string`
|
|
23
|
+
|
|
24
|
+
___
|
|
25
|
+
|
|
26
|
+
### cost
|
|
27
|
+
|
|
28
|
+
• **cost**: `number`
|
|
29
|
+
|
|
30
|
+
___
|
|
31
|
+
|
|
32
|
+
### description
|
|
33
|
+
|
|
34
|
+
• **description**: `string`
|
|
35
|
+
|
|
36
|
+
___
|
|
37
|
+
|
|
38
|
+
### id
|
|
39
|
+
|
|
40
|
+
• **id**: `string`
|
|
41
|
+
|
|
42
|
+
___
|
|
43
|
+
|
|
44
|
+
### imageUrl
|
|
45
|
+
|
|
46
|
+
• **imageUrl**: `string`
|
|
47
|
+
|
|
48
|
+
___
|
|
49
|
+
|
|
50
|
+
### isRecommended
|
|
51
|
+
|
|
52
|
+
• **isRecommended**: `boolean`
|
|
53
|
+
|
|
54
|
+
___
|
|
55
|
+
|
|
56
|
+
### transitTime
|
|
57
|
+
|
|
58
|
+
• **transitTime**: `string`
|
|
59
|
+
|
|
60
|
+
___
|
|
61
|
+
|
|
62
|
+
### type
|
|
63
|
+
|
|
64
|
+
• **type**: `string`
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
[@bigcommerce/checkout-sdk](../README.md) / ShippingRequestOptions
|
|
2
|
+
|
|
3
|
+
# Interface: ShippingRequestOptions<T\>
|
|
4
|
+
|
|
5
|
+
A set of options for configuring any requests related to the shipping step of
|
|
6
|
+
the current checkout flow.
|
|
7
|
+
|
|
8
|
+
Some payment methods have their own shipping configuration flow. Therefore,
|
|
9
|
+
you need to specify the method you intend to use if you want to trigger a
|
|
10
|
+
specific flow for setting the shipping address or option. Otherwise, these
|
|
11
|
+
options are not required.
|
|
12
|
+
|
|
13
|
+
## Type parameters
|
|
14
|
+
|
|
15
|
+
| Name | Type |
|
|
16
|
+
| :------ | :------ |
|
|
17
|
+
| `T` | {} |
|
|
18
|
+
|
|
19
|
+
## Hierarchy
|
|
20
|
+
|
|
21
|
+
- [`RequestOptions`](RequestOptions.md)<`T`\>
|
|
22
|
+
|
|
23
|
+
↳ **`ShippingRequestOptions`**
|
|
24
|
+
|
|
25
|
+
↳↳ [`ShippingInitializeOptions`](ShippingInitializeOptions.md)
|
|
26
|
+
|
|
27
|
+
## Table of contents
|
|
28
|
+
|
|
29
|
+
### Properties
|
|
30
|
+
|
|
31
|
+
- [methodId](ShippingRequestOptions.md#methodid)
|
|
32
|
+
- [params](ShippingRequestOptions.md#params)
|
|
33
|
+
- [timeout](ShippingRequestOptions.md#timeout)
|
|
34
|
+
|
|
35
|
+
## Properties
|
|
36
|
+
|
|
37
|
+
### methodId
|
|
38
|
+
|
|
39
|
+
• `Optional` **methodId**: `string`
|
|
40
|
+
|
|
41
|
+
___
|
|
42
|
+
|
|
43
|
+
### params
|
|
44
|
+
|
|
45
|
+
• `Optional` **params**: `T`
|
|
46
|
+
|
|
47
|
+
The parameters of the request, if required.
|
|
48
|
+
|
|
49
|
+
#### Inherited from
|
|
50
|
+
|
|
51
|
+
[RequestOptions](RequestOptions.md).[params](RequestOptions.md#params)
|
|
52
|
+
|
|
53
|
+
___
|
|
54
|
+
|
|
55
|
+
### timeout
|
|
56
|
+
|
|
57
|
+
• `Optional` **timeout**: `default`
|
|
58
|
+
|
|
59
|
+
Provide this option if you want to cancel or time out the request. If the
|
|
60
|
+
timeout object completes before the request, the request will be
|
|
61
|
+
cancelled.
|
|
62
|
+
|
|
63
|
+
#### Inherited from
|
|
64
|
+
|
|
65
|
+
[RequestOptions](RequestOptions.md).[timeout](RequestOptions.md#timeout)
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
[@bigcommerce/checkout-sdk](../README.md) / ShopperConfig
|
|
2
|
+
|
|
3
|
+
# Interface: ShopperConfig
|
|
4
|
+
|
|
5
|
+
## Table of contents
|
|
6
|
+
|
|
7
|
+
### Properties
|
|
8
|
+
|
|
9
|
+
- [defaultNewsletterSignup](ShopperConfig.md#defaultnewslettersignup)
|
|
10
|
+
- [passwordRequirements](ShopperConfig.md#passwordrequirements)
|
|
11
|
+
- [showNewsletterSignup](ShopperConfig.md#shownewslettersignup)
|
|
12
|
+
|
|
13
|
+
## Properties
|
|
14
|
+
|
|
15
|
+
### defaultNewsletterSignup
|
|
16
|
+
|
|
17
|
+
• **defaultNewsletterSignup**: `boolean`
|
|
18
|
+
|
|
19
|
+
___
|
|
20
|
+
|
|
21
|
+
### passwordRequirements
|
|
22
|
+
|
|
23
|
+
• **passwordRequirements**: [`PasswordRequirements`](PasswordRequirements.md)
|
|
24
|
+
|
|
25
|
+
___
|
|
26
|
+
|
|
27
|
+
### showNewsletterSignup
|
|
28
|
+
|
|
29
|
+
• **showNewsletterSignup**: `boolean`
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
[@bigcommerce/checkout-sdk](../README.md) / ShopperCurrency
|
|
2
|
+
|
|
3
|
+
# Interface: ShopperCurrency
|
|
4
|
+
|
|
5
|
+
## Hierarchy
|
|
6
|
+
|
|
7
|
+
- [`StoreCurrency`](StoreCurrency.md)
|
|
8
|
+
|
|
9
|
+
↳ **`ShopperCurrency`**
|
|
10
|
+
|
|
11
|
+
## Table of contents
|
|
12
|
+
|
|
13
|
+
### Properties
|
|
14
|
+
|
|
15
|
+
- [code](ShopperCurrency.md#code)
|
|
16
|
+
- [decimalPlaces](ShopperCurrency.md#decimalplaces)
|
|
17
|
+
- [decimalSeparator](ShopperCurrency.md#decimalseparator)
|
|
18
|
+
- [exchangeRate](ShopperCurrency.md#exchangerate)
|
|
19
|
+
- [isTransactional](ShopperCurrency.md#istransactional)
|
|
20
|
+
- [symbol](ShopperCurrency.md#symbol)
|
|
21
|
+
- [symbolLocation](ShopperCurrency.md#symbollocation)
|
|
22
|
+
- [thousandsSeparator](ShopperCurrency.md#thousandsseparator)
|
|
23
|
+
|
|
24
|
+
## Properties
|
|
25
|
+
|
|
26
|
+
### code
|
|
27
|
+
|
|
28
|
+
• **code**: `string`
|
|
29
|
+
|
|
30
|
+
#### Inherited from
|
|
31
|
+
|
|
32
|
+
[StoreCurrency](StoreCurrency.md).[code](StoreCurrency.md#code)
|
|
33
|
+
|
|
34
|
+
___
|
|
35
|
+
|
|
36
|
+
### decimalPlaces
|
|
37
|
+
|
|
38
|
+
• **decimalPlaces**: `string`
|
|
39
|
+
|
|
40
|
+
#### Inherited from
|
|
41
|
+
|
|
42
|
+
[StoreCurrency](StoreCurrency.md).[decimalPlaces](StoreCurrency.md#decimalplaces)
|
|
43
|
+
|
|
44
|
+
___
|
|
45
|
+
|
|
46
|
+
### decimalSeparator
|
|
47
|
+
|
|
48
|
+
• **decimalSeparator**: `string`
|
|
49
|
+
|
|
50
|
+
#### Inherited from
|
|
51
|
+
|
|
52
|
+
[StoreCurrency](StoreCurrency.md).[decimalSeparator](StoreCurrency.md#decimalseparator)
|
|
53
|
+
|
|
54
|
+
___
|
|
55
|
+
|
|
56
|
+
### exchangeRate
|
|
57
|
+
|
|
58
|
+
• **exchangeRate**: `number`
|
|
59
|
+
|
|
60
|
+
___
|
|
61
|
+
|
|
62
|
+
### isTransactional
|
|
63
|
+
|
|
64
|
+
• **isTransactional**: `boolean`
|
|
65
|
+
|
|
66
|
+
___
|
|
67
|
+
|
|
68
|
+
### symbol
|
|
69
|
+
|
|
70
|
+
• **symbol**: `string`
|
|
71
|
+
|
|
72
|
+
#### Inherited from
|
|
73
|
+
|
|
74
|
+
[StoreCurrency](StoreCurrency.md).[symbol](StoreCurrency.md#symbol)
|
|
75
|
+
|
|
76
|
+
___
|
|
77
|
+
|
|
78
|
+
### symbolLocation
|
|
79
|
+
|
|
80
|
+
• **symbolLocation**: `string`
|
|
81
|
+
|
|
82
|
+
#### Inherited from
|
|
83
|
+
|
|
84
|
+
[StoreCurrency](StoreCurrency.md).[symbolLocation](StoreCurrency.md#symbollocation)
|
|
85
|
+
|
|
86
|
+
___
|
|
87
|
+
|
|
88
|
+
### thousandsSeparator
|
|
89
|
+
|
|
90
|
+
• **thousandsSeparator**: `string`
|
|
91
|
+
|
|
92
|
+
#### Inherited from
|
|
93
|
+
|
|
94
|
+
[StoreCurrency](StoreCurrency.md).[thousandsSeparator](StoreCurrency.md#thousandsseparator)
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
[@bigcommerce/checkout-sdk](../README.md) / SignInEmail
|
|
2
|
+
|
|
3
|
+
# Interface: SignInEmail
|
|
4
|
+
|
|
5
|
+
## Table of contents
|
|
6
|
+
|
|
7
|
+
### Properties
|
|
8
|
+
|
|
9
|
+
- [expiry](SignInEmail.md#expiry)
|
|
10
|
+
- [sent_email](SignInEmail.md#sent_email)
|
|
11
|
+
|
|
12
|
+
## Properties
|
|
13
|
+
|
|
14
|
+
### expiry
|
|
15
|
+
|
|
16
|
+
• **expiry**: `number`
|
|
17
|
+
|
|
18
|
+
___
|
|
19
|
+
|
|
20
|
+
### sent\_email
|
|
21
|
+
|
|
22
|
+
• **sent\_email**: `string`
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
[@bigcommerce/checkout-sdk](../README.md) / SignInEmailRequestBody
|
|
2
|
+
|
|
3
|
+
# Interface: SignInEmailRequestBody
|
|
4
|
+
|
|
5
|
+
## Table of contents
|
|
6
|
+
|
|
7
|
+
### Properties
|
|
8
|
+
|
|
9
|
+
- [email](SignInEmailRequestBody.md#email)
|
|
10
|
+
- [redirectUrl](SignInEmailRequestBody.md#redirecturl)
|
|
11
|
+
|
|
12
|
+
## Properties
|
|
13
|
+
|
|
14
|
+
### email
|
|
15
|
+
|
|
16
|
+
• **email**: `string`
|
|
17
|
+
|
|
18
|
+
___
|
|
19
|
+
|
|
20
|
+
### redirectUrl
|
|
21
|
+
|
|
22
|
+
• `Optional` **redirectUrl**: `string`
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
[@bigcommerce/checkout-sdk](../README.md) / SpamProtectionOptions
|
|
2
|
+
|
|
3
|
+
# Interface: SpamProtectionOptions
|
|
4
|
+
|
|
5
|
+
The set of options for configuring any requests related to spam protection.
|
|
6
|
+
|
|
7
|
+
## Hierarchy
|
|
8
|
+
|
|
9
|
+
- `RequestOptions_2`
|
|
10
|
+
|
|
11
|
+
↳ **`SpamProtectionOptions`**
|
|
12
|
+
|
|
13
|
+
## Table of contents
|
|
14
|
+
|
|
15
|
+
### Properties
|
|
16
|
+
|
|
17
|
+
- [containerId](SpamProtectionOptions.md#containerid)
|
|
18
|
+
|
|
19
|
+
## Properties
|
|
20
|
+
|
|
21
|
+
### containerId
|
|
22
|
+
|
|
23
|
+
• **containerId**: `string`
|
|
24
|
+
|
|
25
|
+
The container ID where the spam protection should be rendered.
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
[@bigcommerce/checkout-sdk](../README.md) / SquareFormElement
|
|
2
|
+
|
|
3
|
+
# Interface: SquareFormElement
|
|
4
|
+
|
|
5
|
+
Configures any form element provided by Square payment.
|
|
6
|
+
|
|
7
|
+
## Table of contents
|
|
8
|
+
|
|
9
|
+
### Properties
|
|
10
|
+
|
|
11
|
+
- [elementId](SquareFormElement.md#elementid)
|
|
12
|
+
- [placeholder](SquareFormElement.md#placeholder)
|
|
13
|
+
|
|
14
|
+
## Properties
|
|
15
|
+
|
|
16
|
+
### elementId
|
|
17
|
+
|
|
18
|
+
• **elementId**: `string`
|
|
19
|
+
|
|
20
|
+
The ID of the container which the form element should insert into.
|
|
21
|
+
|
|
22
|
+
___
|
|
23
|
+
|
|
24
|
+
### placeholder
|
|
25
|
+
|
|
26
|
+
• `Optional` **placeholder**: `string`
|
|
27
|
+
|
|
28
|
+
The placeholder text to use for the form element, if provided.
|