@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,131 @@
|
|
|
1
|
+
[@bigcommerce/checkout-sdk](../README.md) / SquarePaymentInitializeOptions
|
|
2
|
+
|
|
3
|
+
# Interface: SquarePaymentInitializeOptions
|
|
4
|
+
|
|
5
|
+
A set of options that are required to initialize the Square payment method.
|
|
6
|
+
|
|
7
|
+
Once Square payment is initialized, credit card form fields, provided by the
|
|
8
|
+
payment provider as iframes, will be inserted into the current page. These
|
|
9
|
+
options provide a location and styling for each of the form fields.
|
|
10
|
+
|
|
11
|
+
```html
|
|
12
|
+
<!-- These containers are where the hosted (iframed) credit card fields will be inserted -->
|
|
13
|
+
<div id="card-number"></div>
|
|
14
|
+
<div id="card-name"></div>
|
|
15
|
+
<div id="card-expiry"></div>
|
|
16
|
+
<div id="card-code"></div>
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
```js
|
|
20
|
+
service.initializePayment({
|
|
21
|
+
methodId: 'squarev2',
|
|
22
|
+
square: {
|
|
23
|
+
cardNumber: {
|
|
24
|
+
elementId: 'card-number',
|
|
25
|
+
},
|
|
26
|
+
cvv: {
|
|
27
|
+
elementId: 'card-code',
|
|
28
|
+
},
|
|
29
|
+
expirationDate: {
|
|
30
|
+
elementId: 'card-expiry',
|
|
31
|
+
},
|
|
32
|
+
postalCode: {
|
|
33
|
+
elementId: 'card-code',
|
|
34
|
+
},
|
|
35
|
+
},
|
|
36
|
+
});
|
|
37
|
+
```
|
|
38
|
+
|
|
39
|
+
## Table of contents
|
|
40
|
+
|
|
41
|
+
### Properties
|
|
42
|
+
|
|
43
|
+
- [cardNumber](SquarePaymentInitializeOptions.md#cardnumber)
|
|
44
|
+
- [cvv](SquarePaymentInitializeOptions.md#cvv)
|
|
45
|
+
- [expirationDate](SquarePaymentInitializeOptions.md#expirationdate)
|
|
46
|
+
- [inputClass](SquarePaymentInitializeOptions.md#inputclass)
|
|
47
|
+
- [inputStyles](SquarePaymentInitializeOptions.md#inputstyles)
|
|
48
|
+
- [postalCode](SquarePaymentInitializeOptions.md#postalcode)
|
|
49
|
+
|
|
50
|
+
### Methods
|
|
51
|
+
|
|
52
|
+
- [onError](SquarePaymentInitializeOptions.md#onerror)
|
|
53
|
+
- [onPaymentSelect](SquarePaymentInitializeOptions.md#onpaymentselect)
|
|
54
|
+
|
|
55
|
+
## Properties
|
|
56
|
+
|
|
57
|
+
### cardNumber
|
|
58
|
+
|
|
59
|
+
• **cardNumber**: [`SquareFormElement`](SquareFormElement.md)
|
|
60
|
+
|
|
61
|
+
The location to insert the credit card number form field.
|
|
62
|
+
|
|
63
|
+
___
|
|
64
|
+
|
|
65
|
+
### cvv
|
|
66
|
+
|
|
67
|
+
• **cvv**: [`SquareFormElement`](SquareFormElement.md)
|
|
68
|
+
|
|
69
|
+
The location to insert the CVV form field.
|
|
70
|
+
|
|
71
|
+
___
|
|
72
|
+
|
|
73
|
+
### expirationDate
|
|
74
|
+
|
|
75
|
+
• **expirationDate**: [`SquareFormElement`](SquareFormElement.md)
|
|
76
|
+
|
|
77
|
+
The location to insert the expiration date form field.
|
|
78
|
+
|
|
79
|
+
___
|
|
80
|
+
|
|
81
|
+
### inputClass
|
|
82
|
+
|
|
83
|
+
• `Optional` **inputClass**: `string`
|
|
84
|
+
|
|
85
|
+
The CSS class to apply to all form fields.
|
|
86
|
+
|
|
87
|
+
___
|
|
88
|
+
|
|
89
|
+
### inputStyles
|
|
90
|
+
|
|
91
|
+
• `Optional` **inputStyles**: { [key: string]: `string`; }[]
|
|
92
|
+
|
|
93
|
+
The set of CSS styles to apply to all form fields.
|
|
94
|
+
|
|
95
|
+
___
|
|
96
|
+
|
|
97
|
+
### postalCode
|
|
98
|
+
|
|
99
|
+
• **postalCode**: [`SquareFormElement`](SquareFormElement.md)
|
|
100
|
+
|
|
101
|
+
The location to insert the postal code form field.
|
|
102
|
+
|
|
103
|
+
## Methods
|
|
104
|
+
|
|
105
|
+
### onError
|
|
106
|
+
|
|
107
|
+
▸ `Optional` **onError**(`errors?`): `void`
|
|
108
|
+
|
|
109
|
+
A callback that gets called when an error occurs in the card nonce generation
|
|
110
|
+
|
|
111
|
+
#### Parameters
|
|
112
|
+
|
|
113
|
+
| Name | Type |
|
|
114
|
+
| :------ | :------ |
|
|
115
|
+
| `errors?` | [`NonceGenerationError`](NonceGenerationError.md)[] |
|
|
116
|
+
|
|
117
|
+
#### Returns
|
|
118
|
+
|
|
119
|
+
`void`
|
|
120
|
+
|
|
121
|
+
___
|
|
122
|
+
|
|
123
|
+
### onPaymentSelect
|
|
124
|
+
|
|
125
|
+
▸ `Optional` **onPaymentSelect**(): `void`
|
|
126
|
+
|
|
127
|
+
A callback that gets called when the customer selects a payment option.
|
|
128
|
+
|
|
129
|
+
#### Returns
|
|
130
|
+
|
|
131
|
+
`void`
|
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
[@bigcommerce/checkout-sdk](../README.md) / StepStyles
|
|
2
|
+
|
|
3
|
+
# Interface: StepStyles
|
|
4
|
+
|
|
5
|
+
## Hierarchy
|
|
6
|
+
|
|
7
|
+
- [`BlockElementStyles`](BlockElementStyles.md)
|
|
8
|
+
|
|
9
|
+
↳ **`StepStyles`**
|
|
10
|
+
|
|
11
|
+
## Table of contents
|
|
12
|
+
|
|
13
|
+
### Properties
|
|
14
|
+
|
|
15
|
+
- [backgroundColor](StepStyles.md#backgroundcolor)
|
|
16
|
+
- [borderColor](StepStyles.md#bordercolor)
|
|
17
|
+
- [borderWidth](StepStyles.md#borderwidth)
|
|
18
|
+
- [boxShadow](StepStyles.md#boxshadow)
|
|
19
|
+
- [color](StepStyles.md#color)
|
|
20
|
+
- [fontFamily](StepStyles.md#fontfamily)
|
|
21
|
+
- [fontWeight](StepStyles.md#fontweight)
|
|
22
|
+
- [icon](StepStyles.md#icon)
|
|
23
|
+
- [letterSpacing](StepStyles.md#letterspacing)
|
|
24
|
+
- [lineHeight](StepStyles.md#lineheight)
|
|
25
|
+
|
|
26
|
+
## Properties
|
|
27
|
+
|
|
28
|
+
### backgroundColor
|
|
29
|
+
|
|
30
|
+
• `Optional` **backgroundColor**: `string`
|
|
31
|
+
|
|
32
|
+
#### Inherited from
|
|
33
|
+
|
|
34
|
+
[BlockElementStyles](BlockElementStyles.md).[backgroundColor](BlockElementStyles.md#backgroundcolor)
|
|
35
|
+
|
|
36
|
+
___
|
|
37
|
+
|
|
38
|
+
### borderColor
|
|
39
|
+
|
|
40
|
+
• `Optional` **borderColor**: `string`
|
|
41
|
+
|
|
42
|
+
#### Inherited from
|
|
43
|
+
|
|
44
|
+
[BlockElementStyles](BlockElementStyles.md).[borderColor](BlockElementStyles.md#bordercolor)
|
|
45
|
+
|
|
46
|
+
___
|
|
47
|
+
|
|
48
|
+
### borderWidth
|
|
49
|
+
|
|
50
|
+
• `Optional` **borderWidth**: `string`
|
|
51
|
+
|
|
52
|
+
#### Inherited from
|
|
53
|
+
|
|
54
|
+
[BlockElementStyles](BlockElementStyles.md).[borderWidth](BlockElementStyles.md#borderwidth)
|
|
55
|
+
|
|
56
|
+
___
|
|
57
|
+
|
|
58
|
+
### boxShadow
|
|
59
|
+
|
|
60
|
+
• `Optional` **boxShadow**: `string`
|
|
61
|
+
|
|
62
|
+
#### Inherited from
|
|
63
|
+
|
|
64
|
+
[BlockElementStyles](BlockElementStyles.md).[boxShadow](BlockElementStyles.md#boxshadow)
|
|
65
|
+
|
|
66
|
+
___
|
|
67
|
+
|
|
68
|
+
### color
|
|
69
|
+
|
|
70
|
+
• `Optional` **color**: `string`
|
|
71
|
+
|
|
72
|
+
#### Inherited from
|
|
73
|
+
|
|
74
|
+
[BlockElementStyles](BlockElementStyles.md).[color](BlockElementStyles.md#color)
|
|
75
|
+
|
|
76
|
+
___
|
|
77
|
+
|
|
78
|
+
### fontFamily
|
|
79
|
+
|
|
80
|
+
• `Optional` **fontFamily**: `string`
|
|
81
|
+
|
|
82
|
+
#### Inherited from
|
|
83
|
+
|
|
84
|
+
[BlockElementStyles](BlockElementStyles.md).[fontFamily](BlockElementStyles.md#fontfamily)
|
|
85
|
+
|
|
86
|
+
___
|
|
87
|
+
|
|
88
|
+
### fontWeight
|
|
89
|
+
|
|
90
|
+
• `Optional` **fontWeight**: `string`
|
|
91
|
+
|
|
92
|
+
#### Inherited from
|
|
93
|
+
|
|
94
|
+
[BlockElementStyles](BlockElementStyles.md).[fontWeight](BlockElementStyles.md#fontweight)
|
|
95
|
+
|
|
96
|
+
___
|
|
97
|
+
|
|
98
|
+
### icon
|
|
99
|
+
|
|
100
|
+
• `Optional` **icon**: [`BlockElementStyles`](BlockElementStyles.md)
|
|
101
|
+
|
|
102
|
+
___
|
|
103
|
+
|
|
104
|
+
### letterSpacing
|
|
105
|
+
|
|
106
|
+
• `Optional` **letterSpacing**: `string`
|
|
107
|
+
|
|
108
|
+
#### Inherited from
|
|
109
|
+
|
|
110
|
+
[BlockElementStyles](BlockElementStyles.md).[letterSpacing](BlockElementStyles.md#letterspacing)
|
|
111
|
+
|
|
112
|
+
___
|
|
113
|
+
|
|
114
|
+
### lineHeight
|
|
115
|
+
|
|
116
|
+
• `Optional` **lineHeight**: `string`
|
|
117
|
+
|
|
118
|
+
#### Inherited from
|
|
119
|
+
|
|
120
|
+
[BlockElementStyles](BlockElementStyles.md).[lineHeight](BlockElementStyles.md#lineheight)
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
[@bigcommerce/checkout-sdk](../README.md) / StepTracker
|
|
2
|
+
|
|
3
|
+
# Interface: StepTracker
|
|
4
|
+
|
|
5
|
+
## Table of contents
|
|
6
|
+
|
|
7
|
+
### Methods
|
|
8
|
+
|
|
9
|
+
- [trackCheckoutStarted](StepTracker.md#trackcheckoutstarted)
|
|
10
|
+
- [trackOrderComplete](StepTracker.md#trackordercomplete)
|
|
11
|
+
- [trackStepCompleted](StepTracker.md#trackstepcompleted)
|
|
12
|
+
- [trackStepViewed](StepTracker.md#trackstepviewed)
|
|
13
|
+
|
|
14
|
+
## Methods
|
|
15
|
+
|
|
16
|
+
### trackCheckoutStarted
|
|
17
|
+
|
|
18
|
+
▸ **trackCheckoutStarted**(): `void`
|
|
19
|
+
|
|
20
|
+
#### Returns
|
|
21
|
+
|
|
22
|
+
`void`
|
|
23
|
+
|
|
24
|
+
___
|
|
25
|
+
|
|
26
|
+
### trackOrderComplete
|
|
27
|
+
|
|
28
|
+
▸ **trackOrderComplete**(): `void`
|
|
29
|
+
|
|
30
|
+
#### Returns
|
|
31
|
+
|
|
32
|
+
`void`
|
|
33
|
+
|
|
34
|
+
___
|
|
35
|
+
|
|
36
|
+
### trackStepCompleted
|
|
37
|
+
|
|
38
|
+
▸ **trackStepCompleted**(`step`): `void`
|
|
39
|
+
|
|
40
|
+
#### Parameters
|
|
41
|
+
|
|
42
|
+
| Name | Type |
|
|
43
|
+
| :------ | :------ |
|
|
44
|
+
| `step` | `string` |
|
|
45
|
+
|
|
46
|
+
#### Returns
|
|
47
|
+
|
|
48
|
+
`void`
|
|
49
|
+
|
|
50
|
+
___
|
|
51
|
+
|
|
52
|
+
### trackStepViewed
|
|
53
|
+
|
|
54
|
+
▸ **trackStepViewed**(`step`): `void`
|
|
55
|
+
|
|
56
|
+
#### Parameters
|
|
57
|
+
|
|
58
|
+
| Name | Type |
|
|
59
|
+
| :------ | :------ |
|
|
60
|
+
| `step` | `string` |
|
|
61
|
+
|
|
62
|
+
#### Returns
|
|
63
|
+
|
|
64
|
+
`void`
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
[@bigcommerce/checkout-sdk](../README.md) / StepTrackerConfig
|
|
2
|
+
|
|
3
|
+
# Interface: StepTrackerConfig
|
|
4
|
+
|
|
5
|
+
## Table of contents
|
|
6
|
+
|
|
7
|
+
### Properties
|
|
8
|
+
|
|
9
|
+
- [checkoutSteps](StepTrackerConfig.md#checkoutsteps)
|
|
10
|
+
|
|
11
|
+
## Properties
|
|
12
|
+
|
|
13
|
+
### checkoutSteps
|
|
14
|
+
|
|
15
|
+
• `Optional` **checkoutSteps**: [`AnalyticStepType`](../README.md#analyticsteptype)[]
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
[@bigcommerce/checkout-sdk](../README.md) / StoreConfig
|
|
2
|
+
|
|
3
|
+
# Interface: StoreConfig
|
|
4
|
+
|
|
5
|
+
## Table of contents
|
|
6
|
+
|
|
7
|
+
### Properties
|
|
8
|
+
|
|
9
|
+
- [cdnPath](StoreConfig.md#cdnpath)
|
|
10
|
+
- [checkoutSettings](StoreConfig.md#checkoutsettings)
|
|
11
|
+
- [currency](StoreConfig.md#currency)
|
|
12
|
+
- [displayDateFormat](StoreConfig.md#displaydateformat)
|
|
13
|
+
- [formFields](StoreConfig.md#formfields)
|
|
14
|
+
- [imageDirectory](StoreConfig.md#imagedirectory)
|
|
15
|
+
- [inputDateFormat](StoreConfig.md#inputdateformat)
|
|
16
|
+
- [isAngularDebuggingEnabled](StoreConfig.md#isangulardebuggingenabled)
|
|
17
|
+
- [links](StoreConfig.md#links)
|
|
18
|
+
- [paymentSettings](StoreConfig.md#paymentsettings)
|
|
19
|
+
- [shopperConfig](StoreConfig.md#shopperconfig)
|
|
20
|
+
- [shopperCurrency](StoreConfig.md#shoppercurrency)
|
|
21
|
+
- [storeProfile](StoreConfig.md#storeprofile)
|
|
22
|
+
|
|
23
|
+
## Properties
|
|
24
|
+
|
|
25
|
+
### cdnPath
|
|
26
|
+
|
|
27
|
+
• **cdnPath**: `string`
|
|
28
|
+
|
|
29
|
+
___
|
|
30
|
+
|
|
31
|
+
### checkoutSettings
|
|
32
|
+
|
|
33
|
+
• **checkoutSettings**: [`CheckoutSettings`](CheckoutSettings.md)
|
|
34
|
+
|
|
35
|
+
___
|
|
36
|
+
|
|
37
|
+
### currency
|
|
38
|
+
|
|
39
|
+
• **currency**: [`StoreCurrency`](StoreCurrency.md)
|
|
40
|
+
|
|
41
|
+
___
|
|
42
|
+
|
|
43
|
+
### displayDateFormat
|
|
44
|
+
|
|
45
|
+
• **displayDateFormat**: `string`
|
|
46
|
+
|
|
47
|
+
___
|
|
48
|
+
|
|
49
|
+
### formFields
|
|
50
|
+
|
|
51
|
+
• **formFields**: [`FormFields`](FormFields.md)
|
|
52
|
+
|
|
53
|
+
**`deprecated`** Please use instead the data selectors
|
|
54
|
+
|
|
55
|
+
**`remarks`**
|
|
56
|
+
```js
|
|
57
|
+
const data = CheckoutService.getState().data;
|
|
58
|
+
const shippingAddressFields = data.getShippingAddressFields('US');
|
|
59
|
+
const billingAddressFields = data.getBillingAddressFields('US');
|
|
60
|
+
const customerAccountFields = data.getCustomerAccountFields();
|
|
61
|
+
```
|
|
62
|
+
|
|
63
|
+
___
|
|
64
|
+
|
|
65
|
+
### imageDirectory
|
|
66
|
+
|
|
67
|
+
• **imageDirectory**: `string`
|
|
68
|
+
|
|
69
|
+
___
|
|
70
|
+
|
|
71
|
+
### inputDateFormat
|
|
72
|
+
|
|
73
|
+
• **inputDateFormat**: `string`
|
|
74
|
+
|
|
75
|
+
___
|
|
76
|
+
|
|
77
|
+
### isAngularDebuggingEnabled
|
|
78
|
+
|
|
79
|
+
• **isAngularDebuggingEnabled**: `boolean`
|
|
80
|
+
|
|
81
|
+
___
|
|
82
|
+
|
|
83
|
+
### links
|
|
84
|
+
|
|
85
|
+
• **links**: [`StoreLinks`](StoreLinks.md)
|
|
86
|
+
|
|
87
|
+
___
|
|
88
|
+
|
|
89
|
+
### paymentSettings
|
|
90
|
+
|
|
91
|
+
• **paymentSettings**: [`PaymentSettings`](PaymentSettings.md)
|
|
92
|
+
|
|
93
|
+
___
|
|
94
|
+
|
|
95
|
+
### shopperConfig
|
|
96
|
+
|
|
97
|
+
• **shopperConfig**: [`ShopperConfig`](ShopperConfig.md)
|
|
98
|
+
|
|
99
|
+
___
|
|
100
|
+
|
|
101
|
+
### shopperCurrency
|
|
102
|
+
|
|
103
|
+
• **shopperCurrency**: [`ShopperCurrency`](ShopperCurrency.md)
|
|
104
|
+
|
|
105
|
+
___
|
|
106
|
+
|
|
107
|
+
### storeProfile
|
|
108
|
+
|
|
109
|
+
• **storeProfile**: [`StoreProfile`](StoreProfile.md)
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
[@bigcommerce/checkout-sdk](../README.md) / StoreCurrency
|
|
2
|
+
|
|
3
|
+
# Interface: StoreCurrency
|
|
4
|
+
|
|
5
|
+
## Hierarchy
|
|
6
|
+
|
|
7
|
+
- **`StoreCurrency`**
|
|
8
|
+
|
|
9
|
+
↳ [`ShopperCurrency`](ShopperCurrency.md)
|
|
10
|
+
|
|
11
|
+
## Table of contents
|
|
12
|
+
|
|
13
|
+
### Properties
|
|
14
|
+
|
|
15
|
+
- [code](StoreCurrency.md#code)
|
|
16
|
+
- [decimalPlaces](StoreCurrency.md#decimalplaces)
|
|
17
|
+
- [decimalSeparator](StoreCurrency.md#decimalseparator)
|
|
18
|
+
- [symbol](StoreCurrency.md#symbol)
|
|
19
|
+
- [symbolLocation](StoreCurrency.md#symbollocation)
|
|
20
|
+
- [thousandsSeparator](StoreCurrency.md#thousandsseparator)
|
|
21
|
+
|
|
22
|
+
## Properties
|
|
23
|
+
|
|
24
|
+
### code
|
|
25
|
+
|
|
26
|
+
• **code**: `string`
|
|
27
|
+
|
|
28
|
+
___
|
|
29
|
+
|
|
30
|
+
### decimalPlaces
|
|
31
|
+
|
|
32
|
+
• **decimalPlaces**: `string`
|
|
33
|
+
|
|
34
|
+
___
|
|
35
|
+
|
|
36
|
+
### decimalSeparator
|
|
37
|
+
|
|
38
|
+
• **decimalSeparator**: `string`
|
|
39
|
+
|
|
40
|
+
___
|
|
41
|
+
|
|
42
|
+
### symbol
|
|
43
|
+
|
|
44
|
+
• **symbol**: `string`
|
|
45
|
+
|
|
46
|
+
___
|
|
47
|
+
|
|
48
|
+
### symbolLocation
|
|
49
|
+
|
|
50
|
+
• **symbolLocation**: `string`
|
|
51
|
+
|
|
52
|
+
___
|
|
53
|
+
|
|
54
|
+
### thousandsSeparator
|
|
55
|
+
|
|
56
|
+
• **thousandsSeparator**: `string`
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
[@bigcommerce/checkout-sdk](../README.md) / StoreLinks
|
|
2
|
+
|
|
3
|
+
# Interface: StoreLinks
|
|
4
|
+
|
|
5
|
+
## Table of contents
|
|
6
|
+
|
|
7
|
+
### Properties
|
|
8
|
+
|
|
9
|
+
- [cartLink](StoreLinks.md#cartlink)
|
|
10
|
+
- [checkoutLink](StoreLinks.md#checkoutlink)
|
|
11
|
+
- [createAccountLink](StoreLinks.md#createaccountlink)
|
|
12
|
+
- [forgotPasswordLink](StoreLinks.md#forgotpasswordlink)
|
|
13
|
+
- [loginLink](StoreLinks.md#loginlink)
|
|
14
|
+
- [orderConfirmationLink](StoreLinks.md#orderconfirmationlink)
|
|
15
|
+
- [siteLink](StoreLinks.md#sitelink)
|
|
16
|
+
|
|
17
|
+
## Properties
|
|
18
|
+
|
|
19
|
+
### cartLink
|
|
20
|
+
|
|
21
|
+
• **cartLink**: `string`
|
|
22
|
+
|
|
23
|
+
___
|
|
24
|
+
|
|
25
|
+
### checkoutLink
|
|
26
|
+
|
|
27
|
+
• **checkoutLink**: `string`
|
|
28
|
+
|
|
29
|
+
___
|
|
30
|
+
|
|
31
|
+
### createAccountLink
|
|
32
|
+
|
|
33
|
+
• **createAccountLink**: `string`
|
|
34
|
+
|
|
35
|
+
___
|
|
36
|
+
|
|
37
|
+
### forgotPasswordLink
|
|
38
|
+
|
|
39
|
+
• **forgotPasswordLink**: `string`
|
|
40
|
+
|
|
41
|
+
___
|
|
42
|
+
|
|
43
|
+
### loginLink
|
|
44
|
+
|
|
45
|
+
• **loginLink**: `string`
|
|
46
|
+
|
|
47
|
+
___
|
|
48
|
+
|
|
49
|
+
### orderConfirmationLink
|
|
50
|
+
|
|
51
|
+
• **orderConfirmationLink**: `string`
|
|
52
|
+
|
|
53
|
+
___
|
|
54
|
+
|
|
55
|
+
### siteLink
|
|
56
|
+
|
|
57
|
+
• **siteLink**: `string`
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
[@bigcommerce/checkout-sdk](../README.md) / StoreProfile
|
|
2
|
+
|
|
3
|
+
# Interface: StoreProfile
|
|
4
|
+
|
|
5
|
+
## Table of contents
|
|
6
|
+
|
|
7
|
+
### Properties
|
|
8
|
+
|
|
9
|
+
- [orderEmail](StoreProfile.md#orderemail)
|
|
10
|
+
- [shopPath](StoreProfile.md#shoppath)
|
|
11
|
+
- [storeCountry](StoreProfile.md#storecountry)
|
|
12
|
+
- [storeCountryCode](StoreProfile.md#storecountrycode)
|
|
13
|
+
- [storeHash](StoreProfile.md#storehash)
|
|
14
|
+
- [storeId](StoreProfile.md#storeid)
|
|
15
|
+
- [storeLanguage](StoreProfile.md#storelanguage)
|
|
16
|
+
- [storeName](StoreProfile.md#storename)
|
|
17
|
+
- [storePhoneNumber](StoreProfile.md#storephonenumber)
|
|
18
|
+
|
|
19
|
+
## Properties
|
|
20
|
+
|
|
21
|
+
### orderEmail
|
|
22
|
+
|
|
23
|
+
• **orderEmail**: `string`
|
|
24
|
+
|
|
25
|
+
___
|
|
26
|
+
|
|
27
|
+
### shopPath
|
|
28
|
+
|
|
29
|
+
• **shopPath**: `string`
|
|
30
|
+
|
|
31
|
+
___
|
|
32
|
+
|
|
33
|
+
### storeCountry
|
|
34
|
+
|
|
35
|
+
• **storeCountry**: `string`
|
|
36
|
+
|
|
37
|
+
___
|
|
38
|
+
|
|
39
|
+
### storeCountryCode
|
|
40
|
+
|
|
41
|
+
• **storeCountryCode**: `string`
|
|
42
|
+
|
|
43
|
+
___
|
|
44
|
+
|
|
45
|
+
### storeHash
|
|
46
|
+
|
|
47
|
+
• **storeHash**: `string`
|
|
48
|
+
|
|
49
|
+
___
|
|
50
|
+
|
|
51
|
+
### storeId
|
|
52
|
+
|
|
53
|
+
• **storeId**: `string`
|
|
54
|
+
|
|
55
|
+
___
|
|
56
|
+
|
|
57
|
+
### storeLanguage
|
|
58
|
+
|
|
59
|
+
• **storeLanguage**: `string`
|
|
60
|
+
|
|
61
|
+
___
|
|
62
|
+
|
|
63
|
+
### storeName
|
|
64
|
+
|
|
65
|
+
• **storeName**: `string`
|
|
66
|
+
|
|
67
|
+
___
|
|
68
|
+
|
|
69
|
+
### storePhoneNumber
|
|
70
|
+
|
|
71
|
+
• **storePhoneNumber**: `string`
|