@bigcommerce/checkout-sdk 1.264.1 → 1.266.0

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.
Files changed (653) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/checkout-button.js +1 -1
  3. package/dist/checkout-button.js.map +1 -1
  4. package/dist/checkout-button.umd.js +1 -1
  5. package/dist/checkout-button.umd.js.map +1 -1
  6. package/dist/checkout-sdk.d.ts +2 -2
  7. package/dist/checkout-sdk.js +1 -1
  8. package/dist/checkout-sdk.js.map +1 -1
  9. package/dist/checkout-sdk.umd.js +1 -1
  10. package/dist/checkout-sdk.umd.js.map +1 -1
  11. package/dist/hosted-form.js.map +1 -1
  12. package/dist/hosted-form.umd.js.map +1 -1
  13. package/docs/README.md +544 -525
  14. package/docs/classes/CartChangedError.md +76 -0
  15. package/docs/classes/CheckoutButtonErrorSelector.md +52 -0
  16. package/docs/classes/CheckoutButtonInitializer.md +177 -0
  17. package/docs/classes/CheckoutButtonStatusSelector.md +52 -0
  18. package/docs/classes/CheckoutService.md +1645 -0
  19. package/docs/classes/CurrencyService.md +54 -0
  20. package/docs/classes/EmbeddedCheckout.md +40 -0
  21. package/docs/classes/LanguageService.md +101 -0
  22. package/docs/classes/RequestError.md +106 -0
  23. package/docs/classes/StandardError.md +71 -0
  24. package/docs/enums/AmazonPayV2CheckoutLanguage.md +57 -0
  25. package/docs/enums/AmazonPayV2LedgerCurrency.md +36 -0
  26. package/docs/enums/AmazonPayV2PayOptions.md +26 -0
  27. package/docs/enums/AmazonPayV2Placement.md +53 -0
  28. package/docs/enums/BraintreeFormFieldType.md +50 -0
  29. package/docs/enums/ButtonColor.md +29 -0
  30. package/docs/enums/ButtonType.md +22 -0
  31. package/docs/enums/CheckoutButtonMethodType.md +134 -0
  32. package/docs/enums/CheckoutIncludes.md +29 -0
  33. package/docs/enums/EmbeddedCheckoutEventType.md +50 -0
  34. package/docs/enums/HostedFieldType.md +50 -0
  35. package/docs/enums/HostedInputEventType.md +85 -0
  36. package/docs/enums/IconStyle.md +22 -0
  37. package/docs/enums/PaypalButtonStyleColorOption.md +36 -0
  38. package/docs/enums/PaypalButtonStyleLabelOption.md +43 -0
  39. package/docs/enums/PaypalButtonStyleLayoutOption.md +22 -0
  40. package/docs/enums/PaypalButtonStyleShapeOption.md +22 -0
  41. package/docs/enums/PaypalButtonStyleSizeOption.md +36 -0
  42. package/docs/enums/PaypalCommerceFormFieldType.md +50 -0
  43. package/docs/enums/RadiusUnit.md +22 -0
  44. package/docs/enums/StyleButtonColor.md +43 -0
  45. package/docs/enums/StyleButtonLabel.md +43 -0
  46. package/docs/enums/StyleButtonLayout.md +22 -0
  47. package/docs/enums/StyleButtonShape.md +22 -0
  48. package/docs/interfaces/Address.md +164 -0
  49. package/docs/interfaces/AddressRequestBody.md +100 -0
  50. package/docs/interfaces/AdyenAdditionalActionCallbacks.md +68 -0
  51. package/docs/interfaces/AdyenAdditionalActionCallbacks_2.md +66 -0
  52. package/docs/interfaces/AdyenAdditionalActionOptions.md +106 -0
  53. package/docs/interfaces/AdyenAdditionalActionOptions_2.md +106 -0
  54. package/docs/interfaces/AdyenBaseCardComponentOptions.md +33 -0
  55. package/docs/interfaces/AdyenBaseCardComponentOptions_2.md +33 -0
  56. package/docs/interfaces/AdyenComponent.md +72 -0
  57. package/docs/interfaces/AdyenComponentEvents.md +74 -0
  58. package/docs/interfaces/AdyenComponentEvents_2.md +74 -0
  59. package/docs/interfaces/AdyenComponent_2.md +72 -0
  60. package/docs/interfaces/AdyenCreditCardComponentOptions.md +185 -0
  61. package/docs/interfaces/AdyenIdealComponentOptions.md +17 -0
  62. package/docs/interfaces/AdyenPaymentMethodState.md +21 -0
  63. package/docs/interfaces/AdyenPaymentMethodState_2.md +15 -0
  64. package/docs/interfaces/AdyenPlaceholderData.md +33 -0
  65. package/docs/interfaces/AdyenPlaceholderData_2.md +33 -0
  66. package/docs/interfaces/AdyenThreeDS2Options.md +97 -0
  67. package/docs/interfaces/{adyenv2paymentinitializeoptions.md → AdyenV2PaymentInitializeOptions.md} +37 -39
  68. package/docs/interfaces/AdyenV3CreditCardComponentOptions.md +185 -0
  69. package/docs/interfaces/{adyenv3paymentinitializeoptions.md → AdyenV3PaymentInitializeOptions.md} +30 -32
  70. package/docs/interfaces/AmazonPayCustomerInitializeOptions.md +65 -0
  71. package/docs/interfaces/AmazonPayOrderReference.md +30 -0
  72. package/docs/interfaces/AmazonPayPaymentInitializeOptions.md +100 -0
  73. package/docs/interfaces/AmazonPayShippingInitializeOptions.md +85 -0
  74. package/docs/interfaces/AmazonPayV2ButtonParams.md +71 -0
  75. package/docs/interfaces/AmazonPayV2CheckoutSession.md +35 -0
  76. package/docs/interfaces/{amazonpayv2customerinitializeoptions.md → AmazonPayV2CustomerInitializeOptions.md} +5 -9
  77. package/docs/interfaces/{amazonpayv2paymentinitializeoptions.md → AmazonPayV2PaymentInitializeOptions.md} +5 -9
  78. package/docs/interfaces/{amazonpayv2shippinginitializeoptions.md → AmazonPayV2ShippingInitializeOptions.md} +5 -9
  79. package/docs/interfaces/AmazonPayWidgetError.md +25 -0
  80. package/docs/interfaces/ApplePayButtonInitializeOptions.md +38 -0
  81. package/docs/interfaces/ApplePayCustomerInitializeOptions.md +77 -0
  82. package/docs/interfaces/ApplePayPaymentInitializeOptions.md +40 -0
  83. package/docs/interfaces/BankInstrument.md +112 -0
  84. package/docs/interfaces/Banner.md +22 -0
  85. package/docs/interfaces/BaseAccountInstrument.md +91 -0
  86. package/docs/interfaces/BaseElementOptions.md +17 -0
  87. package/docs/interfaces/BaseElementOptions_2.md +48 -0
  88. package/docs/interfaces/BaseIndividualElementOptions.md +67 -0
  89. package/docs/interfaces/BaseInstrument.md +58 -0
  90. package/docs/interfaces/BillingAddress.md +182 -0
  91. package/docs/interfaces/BillingAddressRequestBody.md +153 -0
  92. package/docs/interfaces/BlockElementStyles.md +105 -0
  93. package/docs/interfaces/{bluesnapv2paymentinitializeoptions.md → BlueSnapV2PaymentInitializeOptions.md} +15 -24
  94. package/docs/interfaces/BlueSnapV2StyleProps.md +29 -0
  95. package/docs/interfaces/BodyStyles.md +15 -0
  96. package/docs/interfaces/BoltCustomerInitializeOptions.md +30 -0
  97. package/docs/interfaces/{boltpaymentinitializeoptions.md → BoltPaymentInitializeOptions.md} +18 -20
  98. package/docs/interfaces/BraintreeError.md +35 -0
  99. package/docs/interfaces/BraintreeFormFieldCardTypeChangeEventData.md +15 -0
  100. package/docs/interfaces/BraintreeFormFieldKeyboardEventData.md +15 -0
  101. package/docs/interfaces/BraintreeFormFieldOptions.md +35 -0
  102. package/docs/interfaces/BraintreeFormFieldStylesMap.md +29 -0
  103. package/docs/interfaces/BraintreeFormFieldValidateErrorData.md +29 -0
  104. package/docs/interfaces/BraintreeFormFieldValidateEventData.md +33 -0
  105. package/docs/interfaces/BraintreeFormFieldsMap.md +36 -0
  106. package/docs/interfaces/BraintreeFormOptions.md +110 -0
  107. package/docs/interfaces/{braintreepaymentinitializeoptions.md → BraintreePaymentInitializeOptions.md} +9 -13
  108. package/docs/interfaces/BraintreePaypalButtonInitializeOptions.md +96 -0
  109. package/docs/interfaces/BraintreePaypalCreditButtonInitializeOptions.md +87 -0
  110. package/docs/interfaces/BraintreeStoredCardFieldOptions.md +54 -0
  111. package/docs/interfaces/BraintreeStoredCardFieldsMap.md +22 -0
  112. package/docs/interfaces/BraintreeThreeDSecureOptions.md +51 -0
  113. package/docs/interfaces/BraintreeVenmoButtonInitializeOptions.md +27 -0
  114. package/docs/interfaces/BraintreeVerifyPayload.md +51 -0
  115. package/docs/interfaces/BraintreeVisaCheckoutCustomerInitializeOptions.md +35 -0
  116. package/docs/interfaces/{braintreevisacheckoutpaymentinitializeoptions.md → BraintreeVisaCheckoutPaymentInitializeOptions.md} +18 -18
  117. package/docs/interfaces/BrowserInfo.md +50 -0
  118. package/docs/interfaces/{buttonresponse.md → ButtonResponse.md} +5 -9
  119. package/docs/interfaces/ButtonStyles.md +141 -0
  120. package/docs/interfaces/CardCvcElementOptions.md +72 -0
  121. package/docs/interfaces/CardDataPaymentMethodState.md +15 -0
  122. package/docs/interfaces/CardDataPaymentMethodState_2.md +15 -0
  123. package/docs/interfaces/CardElementOptions.md +91 -0
  124. package/docs/interfaces/CardExpiryElementOptions.md +72 -0
  125. package/docs/interfaces/CardInstrument.md +115 -0
  126. package/docs/interfaces/CardNumberElementOptions.md +88 -0
  127. package/docs/interfaces/CardPaymentMethodState.md +60 -0
  128. package/docs/interfaces/CardPaymentMethodState_2.md +43 -0
  129. package/docs/interfaces/CardState.md +40 -0
  130. package/docs/interfaces/CardStateErrors.md +7 -0
  131. package/docs/interfaces/CardStateErrors_2.md +7 -0
  132. package/docs/interfaces/CardState_2.md +40 -0
  133. package/docs/interfaces/Cart.md +99 -0
  134. package/docs/interfaces/ChasePayCustomerInitializeOptions.md +15 -0
  135. package/docs/interfaces/{chasepayinitializeoptions.md → ChasePayInitializeOptions.md} +20 -20
  136. package/docs/interfaces/CheckableInputStyles.md +175 -0
  137. package/docs/interfaces/ChecklistStyles.md +127 -0
  138. package/docs/interfaces/Checkout.md +195 -0
  139. package/docs/interfaces/CheckoutButtonInitializeOptions.md +234 -0
  140. package/docs/interfaces/CheckoutButtonInitializerOptions.md +22 -0
  141. package/docs/interfaces/CheckoutButtonOptions.md +55 -0
  142. package/docs/interfaces/CheckoutButtonSelectors.md +22 -0
  143. package/docs/interfaces/CheckoutParams.md +15 -0
  144. package/docs/interfaces/CheckoutPayment.md +42 -0
  145. package/docs/interfaces/CheckoutRequestBody.md +15 -0
  146. package/docs/interfaces/CheckoutSelectors.md +29 -0
  147. package/docs/interfaces/CheckoutServiceOptions.md +36 -0
  148. package/docs/interfaces/CheckoutSettings.md +201 -0
  149. package/docs/interfaces/CheckoutStoreErrorSelector.md +636 -0
  150. package/docs/interfaces/CheckoutStoreSelector.md +501 -0
  151. package/docs/interfaces/CheckoutStoreStatusSelector.md +758 -0
  152. package/docs/interfaces/Consignment.md +71 -0
  153. package/docs/interfaces/ConsignmentAssignmentBaseRequestBodyWithAddress.md +29 -0
  154. package/docs/interfaces/ConsignmentAssignmentBaseRequestBodyWithShippingAddress.md +29 -0
  155. package/docs/interfaces/ConsignmentCreateRequestBody.md +36 -0
  156. package/docs/interfaces/ConsignmentLineItem.md +22 -0
  157. package/docs/interfaces/ConsignmentPickupOption.md +15 -0
  158. package/docs/interfaces/ConsignmentUpdateRequestBody.md +43 -0
  159. package/docs/interfaces/Coordinates.md +22 -0
  160. package/docs/interfaces/Country.md +43 -0
  161. package/docs/interfaces/Coupon.md +43 -0
  162. package/docs/interfaces/CreditCardInstrument.md +85 -0
  163. package/docs/interfaces/{creditcardpaymentinitializeoptions.md → CreditCardPaymentInitializeOptions.md} +5 -9
  164. package/docs/interfaces/CreditCardPlaceHolder.md +29 -0
  165. package/docs/interfaces/CreditCardPlaceHolder_2.md +29 -0
  166. package/docs/interfaces/CssProperties.md +211 -0
  167. package/docs/interfaces/CssProperties_2.md +211 -0
  168. package/docs/interfaces/Currency.md +36 -0
  169. package/docs/interfaces/CustomError.md +43 -0
  170. package/docs/interfaces/CustomItem.md +50 -0
  171. package/docs/interfaces/Customer.md +84 -0
  172. package/docs/interfaces/CustomerAccountRequestBody.md +50 -0
  173. package/docs/interfaces/CustomerAddress.md +182 -0
  174. package/docs/interfaces/CustomerCredentials.md +22 -0
  175. package/docs/interfaces/CustomerGroup.md +22 -0
  176. package/docs/interfaces/CustomerInitializeOptions.md +221 -0
  177. package/docs/interfaces/CustomerPasswordRequirements.md +36 -0
  178. package/docs/interfaces/CustomerRequestOptions.md +60 -0
  179. package/docs/interfaces/DigitalItem.md +310 -0
  180. package/docs/interfaces/{digitalriverelementclasses.md → DigitalRiverElementClasses.md} +20 -24
  181. package/docs/interfaces/{digitalriverpaymentinitializeoptions.md → DigitalRiverPaymentInitializeOptions.md} +30 -28
  182. package/docs/interfaces/Discount.md +22 -0
  183. package/docs/interfaces/EmbeddedCheckoutCompleteEvent.md +15 -0
  184. package/docs/interfaces/EmbeddedCheckoutError.md +29 -0
  185. package/docs/interfaces/EmbeddedCheckoutErrorEvent.md +22 -0
  186. package/docs/interfaces/EmbeddedCheckoutFrameErrorEvent.md +22 -0
  187. package/docs/interfaces/EmbeddedCheckoutFrameLoadedEvent.md +22 -0
  188. package/docs/interfaces/EmbeddedCheckoutLoadedEvent.md +15 -0
  189. package/docs/interfaces/EmbeddedCheckoutMessenger.md +109 -0
  190. package/docs/interfaces/EmbeddedCheckoutMessengerOptions.md +22 -0
  191. package/docs/interfaces/EmbeddedCheckoutOptions.md +134 -0
  192. package/docs/interfaces/EmbeddedCheckoutSignedOutEvent.md +15 -0
  193. package/docs/interfaces/EmbeddedCheckoutStyles.md +141 -0
  194. package/docs/interfaces/EmbeddedContentOptions.md +15 -0
  195. package/docs/interfaces/ExecutePaymentMethodCheckoutOptions.md +76 -0
  196. package/docs/interfaces/FlashMessage.md +29 -0
  197. package/docs/interfaces/FormField.md +113 -0
  198. package/docs/interfaces/FormFieldItem.md +22 -0
  199. package/docs/interfaces/FormFieldOptions.md +29 -0
  200. package/docs/interfaces/FormFields.md +29 -0
  201. package/docs/interfaces/GatewayOrderPayment.md +108 -0
  202. package/docs/interfaces/GiftCertificate.md +43 -0
  203. package/docs/interfaces/GiftCertificateItem.md +78 -0
  204. package/docs/interfaces/GiftCertificateOrderPayment.md +94 -0
  205. package/docs/interfaces/{googlepaybuttoninitializeoptions.md → GooglePayButtonInitializeOptions.md} +8 -12
  206. package/docs/interfaces/{googlepaycustomerinitializeoptions.md → GooglePayCustomerInitializeOptions.md} +11 -15
  207. package/docs/interfaces/{googlepaypaymentinitializeoptions.md → GooglePayPaymentInitializeOptions.md} +21 -21
  208. package/docs/interfaces/HostedCardFieldOptions.md +35 -0
  209. package/docs/interfaces/HostedCardFieldOptionsMap.md +36 -0
  210. package/docs/interfaces/HostedFieldStylesMap.md +29 -0
  211. package/docs/interfaces/HostedFormOptions.md +114 -0
  212. package/docs/interfaces/HostedInputBlurEvent.md +28 -0
  213. package/docs/interfaces/HostedInputCardTypeChangeEvent.md +28 -0
  214. package/docs/interfaces/HostedInputEnterEvent.md +28 -0
  215. package/docs/interfaces/HostedInputFocusEvent.md +28 -0
  216. package/docs/interfaces/HostedInputValidateErrorData.md +29 -0
  217. package/docs/interfaces/HostedInputValidateErrorDataMap.md +50 -0
  218. package/docs/interfaces/HostedInputValidateEvent.md +22 -0
  219. package/docs/interfaces/HostedInputValidateResults.md +22 -0
  220. package/docs/interfaces/HostedInstrument.md +22 -0
  221. package/docs/interfaces/HostedStoredCardFieldOptions.md +54 -0
  222. package/docs/interfaces/HostedStoredCardFieldOptionsMap.md +22 -0
  223. package/docs/interfaces/IbanElementOptions.md +82 -0
  224. package/docs/interfaces/IdealElementOptions.md +70 -0
  225. package/docs/interfaces/IndividualCardElementOptions.md +36 -0
  226. package/docs/interfaces/InitializationStrategy.md +21 -0
  227. package/docs/interfaces/InlineElementStyles.md +53 -0
  228. package/docs/interfaces/InputDetail.md +80 -0
  229. package/docs/interfaces/InputDetail_2.md +80 -0
  230. package/docs/interfaces/InputStyles.md +152 -0
  231. package/docs/interfaces/Item.md +22 -0
  232. package/docs/interfaces/Item_2.md +26 -0
  233. package/docs/interfaces/Item_3.md +26 -0
  234. package/docs/interfaces/KlarnaLoadResponse.md +28 -0
  235. package/docs/interfaces/KlarnaLoadResponse_2.md +28 -0
  236. package/docs/interfaces/{klarnapaymentinitializeoptions.md → KlarnaPaymentInitializeOptions.md} +15 -17
  237. package/docs/interfaces/{klarnav2paymentinitializeoptions.md → KlarnaV2PaymentInitializeOptions.md} +15 -17
  238. package/docs/interfaces/LabelStyles.md +76 -0
  239. package/docs/interfaces/LanguageConfig.md +57 -0
  240. package/docs/interfaces/LineItem.md +191 -0
  241. package/docs/interfaces/LineItemCategory.md +15 -0
  242. package/docs/interfaces/LineItemMap.md +36 -0
  243. package/docs/interfaces/LineItemOption.md +36 -0
  244. package/docs/interfaces/LineItemSocialData.md +36 -0
  245. package/docs/interfaces/LinkStyles.md +90 -0
  246. package/docs/interfaces/LoadingIndicatorStyles.md +29 -0
  247. package/docs/interfaces/Locales.md +7 -0
  248. package/docs/interfaces/MasterpassCustomerInitializeOptions.md +17 -0
  249. package/docs/interfaces/{masterpasspaymentinitializeoptions.md → MasterpassPaymentInitializeOptions.md} +5 -9
  250. package/docs/interfaces/{molliepaymentinitializeoptions.md → MolliePaymentInitializeOptions.md} +23 -27
  251. package/docs/interfaces/{monerispaymentinitializeoptions.md → MonerisPaymentInitializeOptions.md} +11 -15
  252. package/docs/interfaces/MonerisStylingProps.md +80 -0
  253. package/docs/interfaces/NonceGenerationError.md +29 -0
  254. package/docs/interfaces/NonceInstrument.md +36 -0
  255. package/docs/interfaces/Option.md +22 -0
  256. package/docs/interfaces/{optionsresponse.md → OptionsResponse.md} +23 -27
  257. package/docs/interfaces/{opypaymentinitializeoptions.md → OpyPaymentInitializeOptions.md} +6 -10
  258. package/docs/interfaces/Order.md +190 -0
  259. package/docs/interfaces/OrderConsignment.md +15 -0
  260. package/docs/interfaces/OrderPayment.md +58 -0
  261. package/docs/interfaces/OrderPaymentRequestBody.md +39 -0
  262. package/docs/interfaces/{orderrequestbody.md → OrderRequestBody.md} +8 -12
  263. package/docs/interfaces/OrderShippingConsignment.md +218 -0
  264. package/docs/interfaces/PasswordRequirements.md +36 -0
  265. package/docs/interfaces/PayPalInstrument.md +91 -0
  266. package/docs/interfaces/PaymentInitializeOptions.md +406 -0
  267. package/docs/interfaces/PaymentMethod.md +98 -0
  268. package/docs/interfaces/PaymentMethodConfig.md +120 -0
  269. package/docs/interfaces/PaymentRequestOptions.md +67 -0
  270. package/docs/interfaces/PaymentSettings.md +22 -0
  271. package/docs/interfaces/PaypalButtonInitializeOptions.md +76 -0
  272. package/docs/interfaces/PaypalButtonStyleOptions.md +64 -0
  273. package/docs/interfaces/PaypalButtonStyleOptions_2.md +50 -0
  274. package/docs/interfaces/PaypalCommerceButtonInitializeOptions.md +26 -0
  275. package/docs/interfaces/{paypalcommercecreditcardpaymentinitializeoptions.md → PaypalCommerceCreditCardPaymentInitializeOptions.md} +5 -9
  276. package/docs/interfaces/PaypalCommerceFormFieldCardTypeChangeEventData.md +15 -0
  277. package/docs/interfaces/PaypalCommerceFormFieldKeyboardEventData.md +15 -0
  278. package/docs/interfaces/PaypalCommerceFormFieldOptions.md +28 -0
  279. package/docs/interfaces/PaypalCommerceFormFieldStylesMap.md +29 -0
  280. package/docs/interfaces/PaypalCommerceFormFieldValidateErrorData.md +29 -0
  281. package/docs/interfaces/PaypalCommerceFormFieldValidateEventData.md +33 -0
  282. package/docs/interfaces/PaypalCommerceFormFieldsMap.md +36 -0
  283. package/docs/interfaces/PaypalCommerceFormOptions.md +148 -0
  284. package/docs/interfaces/{paypalcommercepaymentinitializeoptions.md → PaypalCommercePaymentInitializeOptions.md} +46 -49
  285. package/docs/interfaces/PaypalCommerceStoredCardFieldOptions.md +43 -0
  286. package/docs/interfaces/PaypalCommerceStoredCardFieldsMap.md +22 -0
  287. package/docs/interfaces/PaypalCommerceVenmoButtonInitializeOptions.md +26 -0
  288. package/docs/interfaces/{paypalexpresspaymentinitializeoptions.md → PaypalExpressPaymentInitializeOptions.md} +5 -9
  289. package/docs/interfaces/PaypalFieldsStyleOptions.md +46 -0
  290. package/docs/interfaces/PhysicalItem.md +311 -0
  291. package/docs/interfaces/PickupMethod.md +43 -0
  292. package/docs/interfaces/PickupOptionRequestBody.md +22 -0
  293. package/docs/interfaces/PickupOptionResult.md +15 -0
  294. package/docs/interfaces/Promotion.md +15 -0
  295. package/docs/interfaces/Radius.md +22 -0
  296. package/docs/interfaces/Region.md +22 -0
  297. package/docs/interfaces/RequestOptions.md +48 -0
  298. package/docs/interfaces/SearchArea.md +22 -0
  299. package/docs/interfaces/SepaPlaceHolder.md +22 -0
  300. package/docs/interfaces/SepaPlaceHolder_2.md +22 -0
  301. package/docs/interfaces/ShippingInitializeOptions.md +88 -0
  302. package/docs/interfaces/ShippingOption.md +64 -0
  303. package/docs/interfaces/ShippingRequestOptions.md +65 -0
  304. package/docs/interfaces/ShopperConfig.md +29 -0
  305. package/docs/interfaces/ShopperCurrency.md +94 -0
  306. package/docs/interfaces/SignInEmail.md +22 -0
  307. package/docs/interfaces/SignInEmailRequestBody.md +22 -0
  308. package/docs/interfaces/SpamProtectionOptions.md +25 -0
  309. package/docs/interfaces/SquareFormElement.md +28 -0
  310. package/docs/interfaces/{squarepaymentinitializeoptions.md → SquarePaymentInitializeOptions.md} +36 -36
  311. package/docs/interfaces/StepStyles.md +120 -0
  312. package/docs/interfaces/StepTracker.md +64 -0
  313. package/docs/interfaces/StepTrackerConfig.md +15 -0
  314. package/docs/interfaces/StoreConfig.md +109 -0
  315. package/docs/interfaces/StoreCurrency.md +56 -0
  316. package/docs/interfaces/StoreLinks.md +57 -0
  317. package/docs/interfaces/StoreProfile.md +71 -0
  318. package/docs/interfaces/StripeElementCSSProperties.md +170 -0
  319. package/docs/interfaces/StripeElementClasses.md +63 -0
  320. package/docs/interfaces/StripeElementStyle.md +44 -0
  321. package/docs/interfaces/StripeElementStyleVariant.md +285 -0
  322. package/docs/interfaces/{stripeupepaymentinitializeoptions.md → StripeUPEPaymentInitializeOptions.md} +22 -20
  323. package/docs/interfaces/{stripev3paymentinitializeoptions.md → StripeV3PaymentInitializeOptions.md} +11 -15
  324. package/docs/interfaces/StyleOptions.md +44 -0
  325. package/docs/interfaces/StyleOptions_2.md +44 -0
  326. package/docs/interfaces/SubInputDetail.md +62 -0
  327. package/docs/interfaces/SubInputDetail_2.md +62 -0
  328. package/docs/interfaces/Subscriptions.md +29 -0
  329. package/docs/interfaces/Tax.md +22 -0
  330. package/docs/interfaces/TextInputStyles.md +175 -0
  331. package/docs/interfaces/ThreeDSecure.md +50 -0
  332. package/docs/interfaces/ThreeDSecureToken.md +15 -0
  333. package/docs/interfaces/TranslationData.md +7 -0
  334. package/docs/interfaces/Translations.md +7 -0
  335. package/docs/interfaces/UnknownObject.md +7 -0
  336. package/docs/interfaces/VaultedInstrument.md +29 -0
  337. package/docs/interfaces/WechatDataPaymentMethodState.md +15 -0
  338. package/docs/interfaces/WechatDataPaymentMethodState_2.md +15 -0
  339. package/docs/interfaces/WechatState.md +15 -0
  340. package/docs/interfaces/WechatState_2.md +15 -0
  341. package/docs/interfaces/WithAccountCreation.md +15 -0
  342. package/docs/interfaces/WithCheckoutcomFawryInstrument.md +22 -0
  343. package/docs/interfaces/WithCheckoutcomSEPAInstrument.md +22 -0
  344. package/docs/interfaces/WithCheckoutcomiDealInstrument.md +15 -0
  345. package/docs/interfaces/WithDocumentInstrument.md +15 -0
  346. package/docs/interfaces/WithMollieIssuerInstrument.md +22 -0
  347. package/docs/interfaces/WorldpayPaymentInitializeOptions.md +30 -0
  348. package/docs/interfaces/ZipCodeElementOptions.md +15 -0
  349. package/package.json +5 -5
  350. package/docs/classes/cartchangederror.md +0 -103
  351. package/docs/classes/checkoutbuttonerrorselector.md +0 -42
  352. package/docs/classes/checkoutbuttoninitializer.md +0 -147
  353. package/docs/classes/checkoutbuttonstatusselector.md +0 -42
  354. package/docs/classes/checkoutservice.md +0 -1527
  355. package/docs/classes/currencyservice.md +0 -44
  356. package/docs/classes/embeddedcheckout.md +0 -30
  357. package/docs/classes/languageservice.md +0 -89
  358. package/docs/classes/requesterror.md +0 -128
  359. package/docs/classes/standarderror.md +0 -92
  360. package/docs/enums/amazonpayv2checkoutlanguage.md +0 -57
  361. package/docs/enums/amazonpayv2ledgercurrency.md +0 -36
  362. package/docs/enums/amazonpayv2payoptions.md +0 -26
  363. package/docs/enums/amazonpayv2placement.md +0 -53
  364. package/docs/enums/braintreeformfieldtype.md +0 -50
  365. package/docs/enums/buttoncolor.md +0 -29
  366. package/docs/enums/buttontype.md +0 -22
  367. package/docs/enums/checkoutbuttonmethodtype.md +0 -134
  368. package/docs/enums/checkoutincludes.md +0 -29
  369. package/docs/enums/embeddedcheckouteventtype.md +0 -50
  370. package/docs/enums/hostedfieldtype.md +0 -50
  371. package/docs/enums/hostedinputeventtype.md +0 -85
  372. package/docs/enums/iconstyle.md +0 -22
  373. package/docs/enums/paypalbuttonstylecoloroption.md +0 -36
  374. package/docs/enums/paypalbuttonstylelabeloption.md +0 -43
  375. package/docs/enums/paypalbuttonstylelayoutoption.md +0 -22
  376. package/docs/enums/paypalbuttonstyleshapeoption.md +0 -22
  377. package/docs/enums/paypalbuttonstylesizeoption.md +0 -36
  378. package/docs/enums/paypalcommerceformfieldtype.md +0 -50
  379. package/docs/enums/radiusunit.md +0 -22
  380. package/docs/enums/stylebuttoncolor.md +0 -43
  381. package/docs/enums/stylebuttonlabel.md +0 -43
  382. package/docs/enums/stylebuttonlayout.md +0 -22
  383. package/docs/enums/stylebuttonshape.md +0 -22
  384. package/docs/interfaces/address.md +0 -140
  385. package/docs/interfaces/addressrequestbody.md +0 -100
  386. package/docs/interfaces/adyenadditionalactioncallbacks.md +0 -62
  387. package/docs/interfaces/adyenadditionalactioncallbacks_2.md +0 -60
  388. package/docs/interfaces/adyenadditionalactionoptions.md +0 -94
  389. package/docs/interfaces/adyenadditionalactionoptions_2.md +0 -94
  390. package/docs/interfaces/adyenbasecardcomponentoptions.md +0 -33
  391. package/docs/interfaces/adyenbasecardcomponentoptions_2.md +0 -33
  392. package/docs/interfaces/adyencomponent.md +0 -60
  393. package/docs/interfaces/adyencomponent_2.md +0 -60
  394. package/docs/interfaces/adyencomponentevents.md +0 -68
  395. package/docs/interfaces/adyencomponentevents_2.md +0 -68
  396. package/docs/interfaces/adyencreditcardcomponentoptions.md +0 -169
  397. package/docs/interfaces/adyenidealcomponentoptions.md +0 -21
  398. package/docs/interfaces/adyenpaymentmethodstate.md +0 -21
  399. package/docs/interfaces/adyenpaymentmethodstate_2.md +0 -19
  400. package/docs/interfaces/adyenplaceholderdata.md +0 -26
  401. package/docs/interfaces/adyenplaceholderdata_2.md +0 -26
  402. package/docs/interfaces/adyenthreeds2options.md +0 -85
  403. package/docs/interfaces/adyenv3creditcardcomponentoptions.md +0 -169
  404. package/docs/interfaces/amazonpaycustomerinitializeoptions.md +0 -67
  405. package/docs/interfaces/amazonpayorderreference.md +0 -30
  406. package/docs/interfaces/amazonpaypaymentinitializeoptions.md +0 -98
  407. package/docs/interfaces/amazonpayshippinginitializeoptions.md +0 -83
  408. package/docs/interfaces/amazonpayv2buttonparams.md +0 -75
  409. package/docs/interfaces/amazonpayv2checkoutsession.md +0 -39
  410. package/docs/interfaces/amazonpaywidgeterror.md +0 -60
  411. package/docs/interfaces/applepaybuttoninitializeoptions.md +0 -40
  412. package/docs/interfaces/applepaycustomerinitializeoptions.md +0 -77
  413. package/docs/interfaces/applepaypaymentinitializeoptions.md +0 -44
  414. package/docs/interfaces/bankinstrument.md +0 -98
  415. package/docs/interfaces/banner.md +0 -26
  416. package/docs/interfaces/baseaccountinstrument.md +0 -79
  417. package/docs/interfaces/baseelementoptions.md +0 -21
  418. package/docs/interfaces/baseelementoptions_2.md +0 -48
  419. package/docs/interfaces/baseindividualelementoptions.md +0 -61
  420. package/docs/interfaces/baseinstrument.md +0 -58
  421. package/docs/interfaces/billingaddress.md +0 -154
  422. package/docs/interfaces/billingaddressrequestbody.md +0 -129
  423. package/docs/interfaces/blockelementstyles.md +0 -95
  424. package/docs/interfaces/bluesnapv2styleprops.md +0 -33
  425. package/docs/interfaces/bodystyles.md +0 -19
  426. package/docs/interfaces/boltcustomerinitializeoptions.md +0 -32
  427. package/docs/interfaces/braintreeerror.md +0 -69
  428. package/docs/interfaces/braintreeformfieldcardtypechangeeventdata.md +0 -19
  429. package/docs/interfaces/braintreeformfieldkeyboardeventdata.md +0 -19
  430. package/docs/interfaces/braintreeformfieldoptions.md +0 -35
  431. package/docs/interfaces/braintreeformfieldsmap.md +0 -40
  432. package/docs/interfaces/braintreeformfieldstylesmap.md +0 -33
  433. package/docs/interfaces/braintreeformfieldvalidateerrordata.md +0 -33
  434. package/docs/interfaces/braintreeformfieldvalidateeventdata.md +0 -40
  435. package/docs/interfaces/braintreeformoptions.md +0 -104
  436. package/docs/interfaces/braintreepaypalbuttoninitializeoptions.md +0 -94
  437. package/docs/interfaces/braintreepaypalcreditbuttoninitializeoptions.md +0 -85
  438. package/docs/interfaces/braintreestoredcardfieldoptions.md +0 -48
  439. package/docs/interfaces/braintreestoredcardfieldsmap.md +0 -26
  440. package/docs/interfaces/braintreethreedsecureoptions.md +0 -62
  441. package/docs/interfaces/braintreevenmobuttoninitializeoptions.md +0 -29
  442. package/docs/interfaces/braintreeverifypayload.md +0 -55
  443. package/docs/interfaces/braintreevisacheckoutcustomerinitializeoptions.md +0 -37
  444. package/docs/interfaces/browserinfo.md +0 -54
  445. package/docs/interfaces/buttonstyles.md +0 -123
  446. package/docs/interfaces/cardcvcelementoptions.md +0 -64
  447. package/docs/interfaces/carddatapaymentmethodstate.md +0 -19
  448. package/docs/interfaces/carddatapaymentmethodstate_2.md +0 -19
  449. package/docs/interfaces/cardelementoptions.md +0 -85
  450. package/docs/interfaces/cardexpiryelementoptions.md +0 -64
  451. package/docs/interfaces/cardinstrument.md +0 -103
  452. package/docs/interfaces/cardnumberelementoptions.md +0 -80
  453. package/docs/interfaces/cardpaymentmethodstate.md +0 -58
  454. package/docs/interfaces/cardpaymentmethodstate_2.md +0 -47
  455. package/docs/interfaces/cardstate.md +0 -40
  456. package/docs/interfaces/cardstate_2.md +0 -40
  457. package/docs/interfaces/cardstateerrors.md +0 -11
  458. package/docs/interfaces/cardstateerrors_2.md +0 -11
  459. package/docs/interfaces/cart.md +0 -103
  460. package/docs/interfaces/chasepaycustomerinitializeoptions.md +0 -19
  461. package/docs/interfaces/checkableinputstyles.md +0 -147
  462. package/docs/interfaces/checkliststyles.md +0 -109
  463. package/docs/interfaces/checkout.md +0 -199
  464. package/docs/interfaces/checkoutbuttoninitializeoptions.md +0 -232
  465. package/docs/interfaces/checkoutbuttoninitializeroptions.md +0 -26
  466. package/docs/interfaces/checkoutbuttonoptions.md +0 -55
  467. package/docs/interfaces/checkoutbuttonselectors.md +0 -26
  468. package/docs/interfaces/checkoutparams.md +0 -19
  469. package/docs/interfaces/checkoutpayment.md +0 -44
  470. package/docs/interfaces/checkoutrequestbody.md +0 -19
  471. package/docs/interfaces/checkoutselectors.md +0 -33
  472. package/docs/interfaces/checkoutserviceoptions.md +0 -40
  473. package/docs/interfaces/checkoutsettings.md +0 -205
  474. package/docs/interfaces/checkoutstoreerrorselector.md +0 -566
  475. package/docs/interfaces/checkoutstoreselector.md +0 -451
  476. package/docs/interfaces/checkoutstorestatusselector.md +0 -678
  477. package/docs/interfaces/consignment.md +0 -75
  478. package/docs/interfaces/consignmentassignmentbaserequestbodywithaddress.md +0 -33
  479. package/docs/interfaces/consignmentassignmentbaserequestbodywithshippingaddress.md +0 -33
  480. package/docs/interfaces/consignmentcreaterequestbody.md +0 -40
  481. package/docs/interfaces/consignmentlineitem.md +0 -26
  482. package/docs/interfaces/consignmentpickupoption.md +0 -19
  483. package/docs/interfaces/consignmentupdaterequestbody.md +0 -47
  484. package/docs/interfaces/coordinates.md +0 -26
  485. package/docs/interfaces/country.md +0 -47
  486. package/docs/interfaces/coupon.md +0 -47
  487. package/docs/interfaces/creditcardinstrument.md +0 -88
  488. package/docs/interfaces/creditcardplaceholder.md +0 -33
  489. package/docs/interfaces/creditcardplaceholder_2.md +0 -33
  490. package/docs/interfaces/cssproperties.md +0 -215
  491. package/docs/interfaces/cssproperties_2.md +0 -215
  492. package/docs/interfaces/currency.md +0 -40
  493. package/docs/interfaces/customer.md +0 -88
  494. package/docs/interfaces/customeraccountrequestbody.md +0 -54
  495. package/docs/interfaces/customeraddress.md +0 -154
  496. package/docs/interfaces/customercredentials.md +0 -26
  497. package/docs/interfaces/customergroup.md +0 -26
  498. package/docs/interfaces/customerinitializeoptions.md +0 -219
  499. package/docs/interfaces/customerpasswordrequirements.md +0 -40
  500. package/docs/interfaces/customerrequestoptions.md +0 -60
  501. package/docs/interfaces/customerror.md +0 -68
  502. package/docs/interfaces/customitem.md +0 -54
  503. package/docs/interfaces/digitalitem.md +0 -260
  504. package/docs/interfaces/discount.md +0 -26
  505. package/docs/interfaces/embeddedcheckoutcompleteevent.md +0 -19
  506. package/docs/interfaces/embeddedcheckouterror.md +0 -33
  507. package/docs/interfaces/embeddedcheckouterrorevent.md +0 -26
  508. package/docs/interfaces/embeddedcheckoutframeerrorevent.md +0 -26
  509. package/docs/interfaces/embeddedcheckoutframeloadedevent.md +0 -26
  510. package/docs/interfaces/embeddedcheckoutloadedevent.md +0 -19
  511. package/docs/interfaces/embeddedcheckoutmessenger.md +0 -105
  512. package/docs/interfaces/embeddedcheckoutmessengeroptions.md +0 -26
  513. package/docs/interfaces/embeddedcheckoutoptions.md +0 -126
  514. package/docs/interfaces/embeddedcheckoutsignedoutevent.md +0 -19
  515. package/docs/interfaces/embeddedcheckoutstyles.md +0 -145
  516. package/docs/interfaces/embeddedcontentoptions.md +0 -19
  517. package/docs/interfaces/executepaymentmethodcheckoutoptions.md +0 -72
  518. package/docs/interfaces/flashmessage.md +0 -33
  519. package/docs/interfaces/formfield.md +0 -117
  520. package/docs/interfaces/formfielditem.md +0 -26
  521. package/docs/interfaces/formfieldoptions.md +0 -33
  522. package/docs/interfaces/formfields.md +0 -33
  523. package/docs/interfaces/gatewayorderpayment.md +0 -88
  524. package/docs/interfaces/giftcertificate.md +0 -47
  525. package/docs/interfaces/giftcertificateitem.md +0 -80
  526. package/docs/interfaces/giftcertificateorderpayment.md +0 -81
  527. package/docs/interfaces/hostedcardfieldoptions.md +0 -35
  528. package/docs/interfaces/hostedcardfieldoptionsmap.md +0 -40
  529. package/docs/interfaces/hostedfieldstylesmap.md +0 -33
  530. package/docs/interfaces/hostedformoptions.md +0 -104
  531. package/docs/interfaces/hostedinputblurevent.md +0 -30
  532. package/docs/interfaces/hostedinputcardtypechangeevent.md +0 -30
  533. package/docs/interfaces/hostedinputenterevent.md +0 -30
  534. package/docs/interfaces/hostedinputfocusevent.md +0 -30
  535. package/docs/interfaces/hostedinputvalidateerrordata.md +0 -33
  536. package/docs/interfaces/hostedinputvalidateerrordatamap.md +0 -54
  537. package/docs/interfaces/hostedinputvalidateevent.md +0 -26
  538. package/docs/interfaces/hostedinputvalidateresults.md +0 -26
  539. package/docs/interfaces/hostedinstrument.md +0 -26
  540. package/docs/interfaces/hostedstoredcardfieldoptions.md +0 -48
  541. package/docs/interfaces/hostedstoredcardfieldoptionsmap.md +0 -26
  542. package/docs/interfaces/ibanelementoptions.md +0 -76
  543. package/docs/interfaces/idealelementoptions.md +0 -64
  544. package/docs/interfaces/individualcardelementoptions.md +0 -40
  545. package/docs/interfaces/initializationstrategy.md +0 -21
  546. package/docs/interfaces/inlineelementstyles.md +0 -53
  547. package/docs/interfaces/inputdetail.md +0 -84
  548. package/docs/interfaces/inputdetail_2.md +0 -84
  549. package/docs/interfaces/inputstyles.md +0 -134
  550. package/docs/interfaces/item.md +0 -26
  551. package/docs/interfaces/item_2.md +0 -30
  552. package/docs/interfaces/item_3.md +0 -30
  553. package/docs/interfaces/klarnaloadresponse.md +0 -26
  554. package/docs/interfaces/klarnaloadresponse_2.md +0 -26
  555. package/docs/interfaces/labelstyles.md +0 -66
  556. package/docs/interfaces/languageconfig.md +0 -61
  557. package/docs/interfaces/lineitem.md +0 -191
  558. package/docs/interfaces/lineitemcategory.md +0 -19
  559. package/docs/interfaces/lineitemmap.md +0 -40
  560. package/docs/interfaces/lineitemoption.md +0 -40
  561. package/docs/interfaces/lineitemsocialdata.md +0 -40
  562. package/docs/interfaces/linkstyles.md +0 -80
  563. package/docs/interfaces/loadingindicatorstyles.md +0 -33
  564. package/docs/interfaces/locales.md +0 -11
  565. package/docs/interfaces/masterpasscustomerinitializeoptions.md +0 -21
  566. package/docs/interfaces/monerisstylingprops.md +0 -84
  567. package/docs/interfaces/noncegenerationerror.md +0 -33
  568. package/docs/interfaces/nonceinstrument.md +0 -40
  569. package/docs/interfaces/option.md +0 -26
  570. package/docs/interfaces/order.md +0 -194
  571. package/docs/interfaces/orderconsignment.md +0 -19
  572. package/docs/interfaces/orderpayment.md +0 -58
  573. package/docs/interfaces/orderpaymentrequestbody.md +0 -43
  574. package/docs/interfaces/ordershippingconsignment.md +0 -222
  575. package/docs/interfaces/passwordrequirements.md +0 -40
  576. package/docs/interfaces/paymentinitializeoptions.md +0 -402
  577. package/docs/interfaces/paymentmethod.md +0 -96
  578. package/docs/interfaces/paymentmethodconfig.md +0 -124
  579. package/docs/interfaces/paymentrequestoptions.md +0 -67
  580. package/docs/interfaces/paymentsettings.md +0 -26
  581. package/docs/interfaces/paypalbuttoninitializeoptions.md +0 -76
  582. package/docs/interfaces/paypalbuttonstyleoptions.md +0 -68
  583. package/docs/interfaces/paypalbuttonstyleoptions_2.md +0 -54
  584. package/docs/interfaces/paypalcommercebuttoninitializeoptions.md +0 -30
  585. package/docs/interfaces/paypalcommerceformfieldcardtypechangeeventdata.md +0 -19
  586. package/docs/interfaces/paypalcommerceformfieldkeyboardeventdata.md +0 -19
  587. package/docs/interfaces/paypalcommerceformfieldoptions.md +0 -28
  588. package/docs/interfaces/paypalcommerceformfieldsmap.md +0 -40
  589. package/docs/interfaces/paypalcommerceformfieldstylesmap.md +0 -33
  590. package/docs/interfaces/paypalcommerceformfieldvalidateerrordata.md +0 -33
  591. package/docs/interfaces/paypalcommerceformfieldvalidateeventdata.md +0 -40
  592. package/docs/interfaces/paypalcommerceformoptions.md +0 -142
  593. package/docs/interfaces/paypalcommercestoredcardfieldoptions.md +0 -39
  594. package/docs/interfaces/paypalcommercestoredcardfieldsmap.md +0 -26
  595. package/docs/interfaces/paypalcommercevenmobuttoninitializeoptions.md +0 -30
  596. package/docs/interfaces/paypalfieldsstyleoptions.md +0 -26
  597. package/docs/interfaces/paypalinstrument.md +0 -79
  598. package/docs/interfaces/physicalitem.md +0 -253
  599. package/docs/interfaces/pickupmethod.md +0 -47
  600. package/docs/interfaces/pickupoptionrequestbody.md +0 -26
  601. package/docs/interfaces/pickupoptionresult.md +0 -19
  602. package/docs/interfaces/promotion.md +0 -19
  603. package/docs/interfaces/radius.md +0 -26
  604. package/docs/interfaces/region.md +0 -26
  605. package/docs/interfaces/requestoptions.md +0 -46
  606. package/docs/interfaces/searcharea.md +0 -26
  607. package/docs/interfaces/sepaplaceholder.md +0 -26
  608. package/docs/interfaces/sepaplaceholder_2.md +0 -26
  609. package/docs/interfaces/shippinginitializeoptions.md +0 -80
  610. package/docs/interfaces/shippingoption.md +0 -68
  611. package/docs/interfaces/shippingrequestoptions.md +0 -59
  612. package/docs/interfaces/shopperconfig.md +0 -33
  613. package/docs/interfaces/shoppercurrency.md +0 -82
  614. package/docs/interfaces/signinemail.md +0 -26
  615. package/docs/interfaces/signinemailrequestbody.md +0 -26
  616. package/docs/interfaces/spamprotectionoptions.md +0 -97
  617. package/docs/interfaces/squareformelement.md +0 -32
  618. package/docs/interfaces/stepstyles.md +0 -102
  619. package/docs/interfaces/steptracker.md +0 -60
  620. package/docs/interfaces/steptrackerconfig.md +0 -19
  621. package/docs/interfaces/storeconfig.md +0 -113
  622. package/docs/interfaces/storecurrency.md +0 -56
  623. package/docs/interfaces/storelinks.md +0 -61
  624. package/docs/interfaces/storeprofile.md +0 -75
  625. package/docs/interfaces/stripeelementclasses.md +0 -67
  626. package/docs/interfaces/stripeelementcssproperties.md +0 -170
  627. package/docs/interfaces/stripeelementstyle.md +0 -48
  628. package/docs/interfaces/stripeelementstylevariant.md +0 -253
  629. package/docs/interfaces/styleoptions.md +0 -48
  630. package/docs/interfaces/styleoptions_2.md +0 -48
  631. package/docs/interfaces/subinputdetail.md +0 -66
  632. package/docs/interfaces/subinputdetail_2.md +0 -66
  633. package/docs/interfaces/subscriptions.md +0 -33
  634. package/docs/interfaces/tax.md +0 -26
  635. package/docs/interfaces/textinputstyles.md +0 -147
  636. package/docs/interfaces/threedsecure.md +0 -54
  637. package/docs/interfaces/threedsecuretoken.md +0 -19
  638. package/docs/interfaces/translationdata.md +0 -11
  639. package/docs/interfaces/translations.md +0 -11
  640. package/docs/interfaces/unknownobject.md +0 -11
  641. package/docs/interfaces/vaultedinstrument.md +0 -33
  642. package/docs/interfaces/wechatdatapaymentmethodstate.md +0 -19
  643. package/docs/interfaces/wechatdatapaymentmethodstate_2.md +0 -19
  644. package/docs/interfaces/wechatstate.md +0 -19
  645. package/docs/interfaces/wechatstate_2.md +0 -19
  646. package/docs/interfaces/withaccountcreation.md +0 -19
  647. package/docs/interfaces/withcheckoutcomfawryinstrument.md +0 -26
  648. package/docs/interfaces/withcheckoutcomidealinstrument.md +0 -19
  649. package/docs/interfaces/withcheckoutcomsepainstrument.md +0 -26
  650. package/docs/interfaces/withdocumentinstrument.md +0 -19
  651. package/docs/interfaces/withmollieissuerinstrument.md +0 -26
  652. package/docs/interfaces/worldpaypaymentinitializeoptions.md +0 -39
  653. package/docs/interfaces/zipcodeelementoptions.md +0 -19
@@ -0,0 +1,758 @@
1
+ [@bigcommerce/checkout-sdk](../README.md) / CheckoutStoreStatusSelector
2
+
3
+ # Interface: CheckoutStoreStatusSelector
4
+
5
+ Responsible for checking the statuses of various asynchronous actions related
6
+ to checkout.
7
+
8
+ This object has a set of getters that return true if an action is in
9
+ progress. For example, you can check whether a customer is submitting an
10
+ order and waiting for the request to complete.
11
+
12
+ ## Table of contents
13
+
14
+ ### Methods
15
+
16
+ - [isApplyingCoupon](CheckoutStoreStatusSelector.md#isapplyingcoupon)
17
+ - [isApplyingGiftCertificate](CheckoutStoreStatusSelector.md#isapplyinggiftcertificate)
18
+ - [isApplyingStoreCredit](CheckoutStoreStatusSelector.md#isapplyingstorecredit)
19
+ - [isContinuingAsGuest](CheckoutStoreStatusSelector.md#iscontinuingasguest)
20
+ - [isCreatingConsignments](CheckoutStoreStatusSelector.md#iscreatingconsignments)
21
+ - [isCreatingCustomerAccount](CheckoutStoreStatusSelector.md#iscreatingcustomeraccount)
22
+ - [isCreatingCustomerAddress](CheckoutStoreStatusSelector.md#iscreatingcustomeraddress)
23
+ - [isCustomerStepPending](CheckoutStoreStatusSelector.md#iscustomersteppending)
24
+ - [isDeletingConsignment](CheckoutStoreStatusSelector.md#isdeletingconsignment)
25
+ - [isDeletingInstrument](CheckoutStoreStatusSelector.md#isdeletinginstrument)
26
+ - [isExecutingPaymentMethodCheckout](CheckoutStoreStatusSelector.md#isexecutingpaymentmethodcheckout)
27
+ - [isExecutingSpamCheck](CheckoutStoreStatusSelector.md#isexecutingspamcheck)
28
+ - [isFinalizingOrder](CheckoutStoreStatusSelector.md#isfinalizingorder)
29
+ - [isInitializingCustomer](CheckoutStoreStatusSelector.md#isinitializingcustomer)
30
+ - [isInitializingPayment](CheckoutStoreStatusSelector.md#isinitializingpayment)
31
+ - [isInitializingShipping](CheckoutStoreStatusSelector.md#isinitializingshipping)
32
+ - [isLoadingBillingCountries](CheckoutStoreStatusSelector.md#isloadingbillingcountries)
33
+ - [isLoadingCart](CheckoutStoreStatusSelector.md#isloadingcart)
34
+ - [isLoadingCheckout](CheckoutStoreStatusSelector.md#isloadingcheckout)
35
+ - [isLoadingConfig](CheckoutStoreStatusSelector.md#isloadingconfig)
36
+ - [isLoadingInstruments](CheckoutStoreStatusSelector.md#isloadinginstruments)
37
+ - [isLoadingOrder](CheckoutStoreStatusSelector.md#isloadingorder)
38
+ - [isLoadingPaymentMethod](CheckoutStoreStatusSelector.md#isloadingpaymentmethod)
39
+ - [isLoadingPaymentMethods](CheckoutStoreStatusSelector.md#isloadingpaymentmethods)
40
+ - [isLoadingPickupOptions](CheckoutStoreStatusSelector.md#isloadingpickupoptions)
41
+ - [isLoadingShippingCountries](CheckoutStoreStatusSelector.md#isloadingshippingcountries)
42
+ - [isLoadingShippingOptions](CheckoutStoreStatusSelector.md#isloadingshippingoptions)
43
+ - [isPaymentStepPending](CheckoutStoreStatusSelector.md#ispaymentsteppending)
44
+ - [isPending](CheckoutStoreStatusSelector.md#ispending)
45
+ - [isRemovingCoupon](CheckoutStoreStatusSelector.md#isremovingcoupon)
46
+ - [isRemovingGiftCertificate](CheckoutStoreStatusSelector.md#isremovinggiftcertificate)
47
+ - [isSelectingShippingOption](CheckoutStoreStatusSelector.md#isselectingshippingoption)
48
+ - [isSendingSignInEmail](CheckoutStoreStatusSelector.md#issendingsigninemail)
49
+ - [isShippingStepPending](CheckoutStoreStatusSelector.md#isshippingsteppending)
50
+ - [isSigningIn](CheckoutStoreStatusSelector.md#issigningin)
51
+ - [isSigningOut](CheckoutStoreStatusSelector.md#issigningout)
52
+ - [isSubmittingOrder](CheckoutStoreStatusSelector.md#issubmittingorder)
53
+ - [isUpdatingBillingAddress](CheckoutStoreStatusSelector.md#isupdatingbillingaddress)
54
+ - [isUpdatingCheckout](CheckoutStoreStatusSelector.md#isupdatingcheckout)
55
+ - [isUpdatingConsignment](CheckoutStoreStatusSelector.md#isupdatingconsignment)
56
+ - [isUpdatingShippingAddress](CheckoutStoreStatusSelector.md#isupdatingshippingaddress)
57
+ - [isUpdatingSubscriptions](CheckoutStoreStatusSelector.md#isupdatingsubscriptions)
58
+
59
+ ## Methods
60
+
61
+ ### isApplyingCoupon
62
+
63
+ ▸ **isApplyingCoupon**(): `boolean`
64
+
65
+ Checks whether the current customer is applying a coupon code.
66
+
67
+ #### Returns
68
+
69
+ `boolean`
70
+
71
+ True if applying a coupon code, otherwise false.
72
+
73
+ ___
74
+
75
+ ### isApplyingGiftCertificate
76
+
77
+ ▸ **isApplyingGiftCertificate**(): `boolean`
78
+
79
+ Checks whether the current customer is applying a gift certificate.
80
+
81
+ #### Returns
82
+
83
+ `boolean`
84
+
85
+ True if applying a gift certificate, otherwise false.
86
+
87
+ ___
88
+
89
+ ### isApplyingStoreCredit
90
+
91
+ ▸ **isApplyingStoreCredit**(): `boolean`
92
+
93
+ Checks whether the current customer is applying store credit.
94
+
95
+ #### Returns
96
+
97
+ `boolean`
98
+
99
+ True if applying store credit, otherwise false.
100
+
101
+ ___
102
+
103
+ ### isContinuingAsGuest
104
+
105
+ ▸ **isContinuingAsGuest**(): `boolean`
106
+
107
+ Checks whether the shopper is continuing out as a guest.
108
+
109
+ #### Returns
110
+
111
+ `boolean`
112
+
113
+ True if continuing as guest, otherwise false.
114
+
115
+ ___
116
+
117
+ ### isCreatingConsignments
118
+
119
+ ▸ **isCreatingConsignments**(): `boolean`
120
+
121
+ Checks whether a given/any consignment is being updated.
122
+
123
+ A consignment ID should be provided when checking for a specific consignment,
124
+ otherwise it will check for any consignment.
125
+
126
+ #### Returns
127
+
128
+ `boolean`
129
+
130
+ True if creating consignments, otherwise false.
131
+
132
+ ___
133
+
134
+ ### isCreatingCustomerAccount
135
+
136
+ ▸ **isCreatingCustomerAccount**(): `boolean`
137
+
138
+ Checks whether a customer account is being created
139
+
140
+ #### Returns
141
+
142
+ `boolean`
143
+
144
+ True if creating, otherwise false.
145
+
146
+ ___
147
+
148
+ ### isCreatingCustomerAddress
149
+
150
+ ▸ **isCreatingCustomerAddress**(): `boolean`
151
+
152
+ Checks whether a customer address is being created
153
+
154
+ #### Returns
155
+
156
+ `boolean`
157
+
158
+ True if creating, otherwise false.
159
+
160
+ ___
161
+
162
+ ### isCustomerStepPending
163
+
164
+ ▸ **isCustomerStepPending**(): `boolean`
165
+
166
+ Checks whether the customer step of a checkout is in a pending state.
167
+
168
+ The customer step is considered to be pending if it is in the process of
169
+ initializing, signing in, signing out, and/or interacting with a customer
170
+ widget.
171
+
172
+ #### Returns
173
+
174
+ `boolean`
175
+
176
+ True if the customer step is pending, otherwise false.
177
+
178
+ ___
179
+
180
+ ### isDeletingConsignment
181
+
182
+ ▸ **isDeletingConsignment**(`consignmentId?`): `boolean`
183
+
184
+ Checks whether a given/any consignment is being deleted.
185
+
186
+ A consignment ID should be provided when checking for a specific consignment,
187
+ otherwise it will check for any consignment.
188
+
189
+ #### Parameters
190
+
191
+ | Name | Type | Description |
192
+ | :------ | :------ | :------ |
193
+ | `consignmentId?` | `string` | The identifier of the consignment to be checked. |
194
+
195
+ #### Returns
196
+
197
+ `boolean`
198
+
199
+ True if deleting consignment(s), otherwise false.
200
+
201
+ ___
202
+
203
+ ### isDeletingInstrument
204
+
205
+ ▸ **isDeletingInstrument**(`instrumentId?`): `boolean`
206
+
207
+ Checks whether the current customer is deleting a payment instrument.
208
+
209
+ #### Parameters
210
+
211
+ | Name | Type |
212
+ | :------ | :------ |
213
+ | `instrumentId?` | `string` |
214
+
215
+ #### Returns
216
+
217
+ `boolean`
218
+
219
+ True if deleting a payment instrument, otherwise false.
220
+
221
+ ___
222
+
223
+ ### isExecutingPaymentMethodCheckout
224
+
225
+ ▸ **isExecutingPaymentMethodCheckout**(`methodId?`): `boolean`
226
+
227
+ Checks whether the current customer is executing payment method checkout.
228
+
229
+ If an ID is provided, the method also checks whether the customer is
230
+ executing payment method checkout using a specific customer method with the same ID.
231
+
232
+ #### Parameters
233
+
234
+ | Name | Type | Description |
235
+ | :------ | :------ | :------ |
236
+ | `methodId?` | `string` | The identifier of the method used for continuing the current customer. |
237
+
238
+ #### Returns
239
+
240
+ `boolean`
241
+
242
+ True if the customer is executing payment method checkout, otherwise false.
243
+
244
+ ___
245
+
246
+ ### isExecutingSpamCheck
247
+
248
+ ▸ **isExecutingSpamCheck**(): `boolean`
249
+
250
+ Checks whether spam check is executing.
251
+
252
+ #### Returns
253
+
254
+ `boolean`
255
+
256
+ True if the current checkout is being updated, otherwise false.
257
+
258
+ ___
259
+
260
+ ### isFinalizingOrder
261
+
262
+ ▸ **isFinalizingOrder**(): `boolean`
263
+
264
+ Checks whether the current order is finalizing.
265
+
266
+ #### Returns
267
+
268
+ `boolean`
269
+
270
+ True if the current order is finalizing, otherwise false.
271
+
272
+ ___
273
+
274
+ ### isInitializingCustomer
275
+
276
+ ▸ **isInitializingCustomer**(`methodId?`): `boolean`
277
+
278
+ Checks whether the customer step is initializing.
279
+
280
+ If an ID is provided, the method also checks whether the customer step is
281
+ initializing using a specific customer method with the same ID.
282
+
283
+ #### Parameters
284
+
285
+ | Name | Type | Description |
286
+ | :------ | :------ | :------ |
287
+ | `methodId?` | `string` | The identifier of the method used for initializing the customer step of checkout. |
288
+
289
+ #### Returns
290
+
291
+ `boolean`
292
+
293
+ True if the customer step is initializing, otherwise false.
294
+
295
+ ___
296
+
297
+ ### isInitializingPayment
298
+
299
+ ▸ **isInitializingPayment**(`methodId?`): `boolean`
300
+
301
+ Checks whether a specific or any payment method is initializing.
302
+
303
+ The method returns true if no ID is provided and at least one payment
304
+ method is initializing.
305
+
306
+ #### Parameters
307
+
308
+ | Name | Type | Description |
309
+ | :------ | :------ | :------ |
310
+ | `methodId?` | `string` | The identifier of the payment method to check. |
311
+
312
+ #### Returns
313
+
314
+ `boolean`
315
+
316
+ True if the payment method is initializing, otherwise false.
317
+
318
+ ___
319
+
320
+ ### isInitializingShipping
321
+
322
+ ▸ **isInitializingShipping**(`methodId?`): `boolean`
323
+
324
+ Checks whether the shipping step of a checkout process is initializing.
325
+
326
+ If an identifier is provided, the method also checks whether the shipping
327
+ step is initializing using a specific shipping method with the same
328
+ identifier.
329
+
330
+ #### Parameters
331
+
332
+ | Name | Type | Description |
333
+ | :------ | :------ | :------ |
334
+ | `methodId?` | `string` | The identifer of the initialization method to check. |
335
+
336
+ #### Returns
337
+
338
+ `boolean`
339
+
340
+ True if the shipping step is initializing, otherwise false.
341
+
342
+ ___
343
+
344
+ ### isLoadingBillingCountries
345
+
346
+ ▸ **isLoadingBillingCountries**(): `boolean`
347
+
348
+ Checks whether billing countries are loading.
349
+
350
+ #### Returns
351
+
352
+ `boolean`
353
+
354
+ True if billing countries are loading, otherwise false.
355
+
356
+ ___
357
+
358
+ ### isLoadingCart
359
+
360
+ ▸ **isLoadingCart**(): `boolean`
361
+
362
+ Checks whether the current cart is loading.
363
+
364
+ #### Returns
365
+
366
+ `boolean`
367
+
368
+ True if the current cart is loading, otherwise false.
369
+
370
+ ___
371
+
372
+ ### isLoadingCheckout
373
+
374
+ ▸ **isLoadingCheckout**(): `boolean`
375
+
376
+ Checks whether the current checkout is loading.
377
+
378
+ #### Returns
379
+
380
+ `boolean`
381
+
382
+ True if the current checkout is loading, otherwise false.
383
+
384
+ ___
385
+
386
+ ### isLoadingConfig
387
+
388
+ ▸ **isLoadingConfig**(): `boolean`
389
+
390
+ Checks whether the checkout configuration of a store is loading.
391
+
392
+ #### Returns
393
+
394
+ `boolean`
395
+
396
+ True if the configuration is loading, otherwise false.
397
+
398
+ ___
399
+
400
+ ### isLoadingInstruments
401
+
402
+ ▸ **isLoadingInstruments**(): `boolean`
403
+
404
+ Checks whether the current customer's payment instruments are loading.
405
+
406
+ #### Returns
407
+
408
+ `boolean`
409
+
410
+ True if payment instruments are loading, otherwise false.
411
+
412
+ ___
413
+
414
+ ### isLoadingOrder
415
+
416
+ ▸ **isLoadingOrder**(): `boolean`
417
+
418
+ Checks whether the current order is loading.
419
+
420
+ #### Returns
421
+
422
+ `boolean`
423
+
424
+ True if the current order is loading, otherwise false.
425
+
426
+ ___
427
+
428
+ ### isLoadingPaymentMethod
429
+
430
+ ▸ **isLoadingPaymentMethod**(`methodId?`): `boolean`
431
+
432
+ Checks whether a specific or any payment method is loading.
433
+
434
+ The method returns true if no ID is provided and at least one payment
435
+ method is loading.
436
+
437
+ #### Parameters
438
+
439
+ | Name | Type | Description |
440
+ | :------ | :------ | :------ |
441
+ | `methodId?` | `string` | The identifier of the payment method to check. |
442
+
443
+ #### Returns
444
+
445
+ `boolean`
446
+
447
+ True if the payment method is loading, otherwise false.
448
+
449
+ ___
450
+
451
+ ### isLoadingPaymentMethods
452
+
453
+ ▸ **isLoadingPaymentMethods**(): `boolean`
454
+
455
+ Checks whether payment methods are loading.
456
+
457
+ #### Returns
458
+
459
+ `boolean`
460
+
461
+ True if payment methods are loading, otherwise false.
462
+
463
+ ___
464
+
465
+ ### isLoadingPickupOptions
466
+
467
+ ▸ **isLoadingPickupOptions**(): `boolean`
468
+
469
+ Checks whether pickup options are loading.
470
+
471
+ #### Returns
472
+
473
+ `boolean`
474
+
475
+ True if pickup options are loading, otherwise false.
476
+
477
+ ___
478
+
479
+ ### isLoadingShippingCountries
480
+
481
+ ▸ **isLoadingShippingCountries**(): `boolean`
482
+
483
+ Checks whether shipping countries are loading.
484
+
485
+ #### Returns
486
+
487
+ `boolean`
488
+
489
+ True if shipping countries are loading, otherwise false.
490
+
491
+ ___
492
+
493
+ ### isLoadingShippingOptions
494
+
495
+ ▸ **isLoadingShippingOptions**(): `boolean`
496
+
497
+ Checks whether shipping options are loading.
498
+
499
+ #### Returns
500
+
501
+ `boolean`
502
+
503
+ True if shipping options are loading, otherwise false.
504
+
505
+ ___
506
+
507
+ ### isPaymentStepPending
508
+
509
+ ▸ **isPaymentStepPending**(): `boolean`
510
+
511
+ Checks whether the payment step of a checkout is in a pending state.
512
+
513
+ The payment step is considered to be pending if it is in the process of
514
+ initializing, submitting an order, finalizing an order, and/or
515
+ interacting with a payment widget.
516
+
517
+ #### Returns
518
+
519
+ `boolean`
520
+
521
+ True if the payment step is pending, otherwise false.
522
+
523
+ ___
524
+
525
+ ### isPending
526
+
527
+ ▸ **isPending**(): `boolean`
528
+
529
+ Checks whether any checkout action is pending.
530
+
531
+ #### Returns
532
+
533
+ `boolean`
534
+
535
+ True if there is a pending action, otherwise false.
536
+
537
+ ___
538
+
539
+ ### isRemovingCoupon
540
+
541
+ ▸ **isRemovingCoupon**(): `boolean`
542
+
543
+ Checks whether the current customer is removing a coupon code.
544
+
545
+ #### Returns
546
+
547
+ `boolean`
548
+
549
+ True if removing a coupon code, otherwise false.
550
+
551
+ ___
552
+
553
+ ### isRemovingGiftCertificate
554
+
555
+ ▸ **isRemovingGiftCertificate**(): `boolean`
556
+
557
+ Checks whether the current customer is removing a gift certificate.
558
+
559
+ #### Returns
560
+
561
+ `boolean`
562
+
563
+ True if removing a gift certificate, otherwise false.
564
+
565
+ ___
566
+
567
+ ### isSelectingShippingOption
568
+
569
+ ▸ **isSelectingShippingOption**(`consignmentId?`): `boolean`
570
+
571
+ Checks whether a shipping option is being selected.
572
+
573
+ A consignment ID should be provided when checking if a shipping option
574
+ is being selected for a specific consignment, otherwise it will check
575
+ for all consignments.
576
+
577
+ #### Parameters
578
+
579
+ | Name | Type | Description |
580
+ | :------ | :------ | :------ |
581
+ | `consignmentId?` | `string` | The identifier of the consignment to be checked. |
582
+
583
+ #### Returns
584
+
585
+ `boolean`
586
+
587
+ True if selecting a shipping option, otherwise false.
588
+
589
+ ___
590
+
591
+ ### isSendingSignInEmail
592
+
593
+ ▸ **isSendingSignInEmail**(): `boolean`
594
+
595
+ Checks whether a sign-in email is being sent.
596
+
597
+ #### Returns
598
+
599
+ `boolean`
600
+
601
+ True if sending a sign-in email, otherwise false
602
+
603
+ ___
604
+
605
+ ### isShippingStepPending
606
+
607
+ ▸ **isShippingStepPending**(): `boolean`
608
+
609
+ Checks whether the shipping step of a checkout is in a pending state.
610
+
611
+ The shipping step is considered to be pending if it is in the process of
612
+ initializing, updating address, selecting a shipping option, and/or
613
+ interacting with a shipping widget.
614
+
615
+ #### Returns
616
+
617
+ `boolean`
618
+
619
+ True if the shipping step is pending, otherwise false.
620
+
621
+ ___
622
+
623
+ ### isSigningIn
624
+
625
+ ▸ **isSigningIn**(`methodId?`): `boolean`
626
+
627
+ Checks whether the current customer is signing in.
628
+
629
+ If an ID is provided, the method also checks whether the customer is
630
+ signing in using a specific customer method with the same ID.
631
+
632
+ #### Parameters
633
+
634
+ | Name | Type | Description |
635
+ | :------ | :------ | :------ |
636
+ | `methodId?` | `string` | The identifier of the method used for signing in the current customer. |
637
+
638
+ #### Returns
639
+
640
+ `boolean`
641
+
642
+ True if the customer is signing in, otherwise false.
643
+
644
+ ___
645
+
646
+ ### isSigningOut
647
+
648
+ ▸ **isSigningOut**(`methodId?`): `boolean`
649
+
650
+ Checks whether the current customer is signing out.
651
+
652
+ If an ID is provided, the method also checks whether the customer is
653
+ signing out using a specific customer method with the same ID.
654
+
655
+ #### Parameters
656
+
657
+ | Name | Type | Description |
658
+ | :------ | :------ | :------ |
659
+ | `methodId?` | `string` | The identifier of the method used for signing out the current customer. |
660
+
661
+ #### Returns
662
+
663
+ `boolean`
664
+
665
+ True if the customer is signing out, otherwise false.
666
+
667
+ ___
668
+
669
+ ### isSubmittingOrder
670
+
671
+ ▸ **isSubmittingOrder**(): `boolean`
672
+
673
+ Checks whether the current order is submitting.
674
+
675
+ #### Returns
676
+
677
+ `boolean`
678
+
679
+ True if the current order is submitting, otherwise false.
680
+
681
+ ___
682
+
683
+ ### isUpdatingBillingAddress
684
+
685
+ ▸ **isUpdatingBillingAddress**(): `boolean`
686
+
687
+ Checks whether the billing address is being updated.
688
+
689
+ #### Returns
690
+
691
+ `boolean`
692
+
693
+ True if updating their billing address, otherwise false.
694
+
695
+ ___
696
+
697
+ ### isUpdatingCheckout
698
+
699
+ ▸ **isUpdatingCheckout**(): `boolean`
700
+
701
+ Checks whether the current checkout is being updated.
702
+
703
+ #### Returns
704
+
705
+ `boolean`
706
+
707
+ True if the current checkout is being updated, otherwise false.
708
+
709
+ ___
710
+
711
+ ### isUpdatingConsignment
712
+
713
+ ▸ **isUpdatingConsignment**(`consignmentId?`): `boolean`
714
+
715
+ Checks whether a given/any consignment is being updated.
716
+
717
+ A consignment ID should be provided when checking for a specific consignment,
718
+ otherwise it will check for any consignment.
719
+
720
+ #### Parameters
721
+
722
+ | Name | Type | Description |
723
+ | :------ | :------ | :------ |
724
+ | `consignmentId?` | `string` | The identifier of the consignment to be checked. |
725
+
726
+ #### Returns
727
+
728
+ `boolean`
729
+
730
+ True if updating consignment(s), otherwise false.
731
+
732
+ ___
733
+
734
+ ### isUpdatingShippingAddress
735
+
736
+ ▸ **isUpdatingShippingAddress**(): `boolean`
737
+
738
+ Checks the shipping address is being updated.
739
+
740
+ #### Returns
741
+
742
+ `boolean`
743
+
744
+ True if updating their shipping address, otherwise false.
745
+
746
+ ___
747
+
748
+ ### isUpdatingSubscriptions
749
+
750
+ ▸ **isUpdatingSubscriptions**(): `boolean`
751
+
752
+ Checks whether the subscriptions are being updated.
753
+
754
+ #### Returns
755
+
756
+ `boolean`
757
+
758
+ True if updating subscriptions, otherwise false.