@bigcommerce/checkout-sdk 1.263.0 → 1.264.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (652) hide show
  1. package/CHANGELOG.md +11 -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.js +1 -1
  7. package/dist/checkout-sdk.js.map +1 -1
  8. package/dist/checkout-sdk.umd.js +1 -1
  9. package/dist/checkout-sdk.umd.js.map +1 -1
  10. package/dist/hosted-form.js.map +1 -1
  11. package/dist/hosted-form.umd.js.map +1 -1
  12. package/docs/README.md +544 -525
  13. package/docs/classes/CartChangedError.md +76 -0
  14. package/docs/classes/CheckoutButtonErrorSelector.md +52 -0
  15. package/docs/classes/CheckoutButtonInitializer.md +177 -0
  16. package/docs/classes/CheckoutButtonStatusSelector.md +52 -0
  17. package/docs/classes/CheckoutService.md +1645 -0
  18. package/docs/classes/CurrencyService.md +54 -0
  19. package/docs/classes/EmbeddedCheckout.md +40 -0
  20. package/docs/classes/LanguageService.md +101 -0
  21. package/docs/classes/RequestError.md +106 -0
  22. package/docs/classes/StandardError.md +71 -0
  23. package/docs/enums/AmazonPayV2CheckoutLanguage.md +57 -0
  24. package/docs/enums/AmazonPayV2LedgerCurrency.md +36 -0
  25. package/docs/enums/AmazonPayV2PayOptions.md +26 -0
  26. package/docs/enums/AmazonPayV2Placement.md +53 -0
  27. package/docs/enums/BraintreeFormFieldType.md +50 -0
  28. package/docs/enums/ButtonColor.md +29 -0
  29. package/docs/enums/ButtonType.md +22 -0
  30. package/docs/enums/CheckoutButtonMethodType.md +134 -0
  31. package/docs/enums/CheckoutIncludes.md +29 -0
  32. package/docs/enums/EmbeddedCheckoutEventType.md +50 -0
  33. package/docs/enums/HostedFieldType.md +50 -0
  34. package/docs/enums/HostedInputEventType.md +85 -0
  35. package/docs/enums/IconStyle.md +22 -0
  36. package/docs/enums/PaypalButtonStyleColorOption.md +36 -0
  37. package/docs/enums/PaypalButtonStyleLabelOption.md +43 -0
  38. package/docs/enums/PaypalButtonStyleLayoutOption.md +22 -0
  39. package/docs/enums/PaypalButtonStyleShapeOption.md +22 -0
  40. package/docs/enums/PaypalButtonStyleSizeOption.md +36 -0
  41. package/docs/enums/PaypalCommerceFormFieldType.md +50 -0
  42. package/docs/enums/RadiusUnit.md +22 -0
  43. package/docs/enums/StyleButtonColor.md +43 -0
  44. package/docs/enums/StyleButtonLabel.md +43 -0
  45. package/docs/enums/StyleButtonLayout.md +22 -0
  46. package/docs/enums/StyleButtonShape.md +22 -0
  47. package/docs/interfaces/Address.md +164 -0
  48. package/docs/interfaces/AddressRequestBody.md +100 -0
  49. package/docs/interfaces/AdyenAdditionalActionCallbacks.md +68 -0
  50. package/docs/interfaces/AdyenAdditionalActionCallbacks_2.md +66 -0
  51. package/docs/interfaces/AdyenAdditionalActionOptions.md +106 -0
  52. package/docs/interfaces/AdyenAdditionalActionOptions_2.md +106 -0
  53. package/docs/interfaces/AdyenBaseCardComponentOptions.md +33 -0
  54. package/docs/interfaces/AdyenBaseCardComponentOptions_2.md +33 -0
  55. package/docs/interfaces/AdyenComponent.md +72 -0
  56. package/docs/interfaces/AdyenComponentEvents.md +74 -0
  57. package/docs/interfaces/AdyenComponentEvents_2.md +74 -0
  58. package/docs/interfaces/AdyenComponent_2.md +72 -0
  59. package/docs/interfaces/AdyenCreditCardComponentOptions.md +185 -0
  60. package/docs/interfaces/AdyenIdealComponentOptions.md +17 -0
  61. package/docs/interfaces/AdyenPaymentMethodState.md +21 -0
  62. package/docs/interfaces/AdyenPaymentMethodState_2.md +15 -0
  63. package/docs/interfaces/AdyenPlaceholderData.md +33 -0
  64. package/docs/interfaces/AdyenPlaceholderData_2.md +33 -0
  65. package/docs/interfaces/AdyenThreeDS2Options.md +97 -0
  66. package/docs/interfaces/{adyenv2paymentinitializeoptions.md → AdyenV2PaymentInitializeOptions.md} +37 -39
  67. package/docs/interfaces/AdyenV3CreditCardComponentOptions.md +185 -0
  68. package/docs/interfaces/{adyenv3paymentinitializeoptions.md → AdyenV3PaymentInitializeOptions.md} +30 -32
  69. package/docs/interfaces/AmazonPayCustomerInitializeOptions.md +65 -0
  70. package/docs/interfaces/AmazonPayOrderReference.md +30 -0
  71. package/docs/interfaces/AmazonPayPaymentInitializeOptions.md +100 -0
  72. package/docs/interfaces/AmazonPayShippingInitializeOptions.md +85 -0
  73. package/docs/interfaces/AmazonPayV2ButtonParams.md +71 -0
  74. package/docs/interfaces/AmazonPayV2CheckoutSession.md +35 -0
  75. package/docs/interfaces/{amazonpayv2customerinitializeoptions.md → AmazonPayV2CustomerInitializeOptions.md} +5 -9
  76. package/docs/interfaces/{amazonpayv2paymentinitializeoptions.md → AmazonPayV2PaymentInitializeOptions.md} +5 -9
  77. package/docs/interfaces/{amazonpayv2shippinginitializeoptions.md → AmazonPayV2ShippingInitializeOptions.md} +5 -9
  78. package/docs/interfaces/AmazonPayWidgetError.md +25 -0
  79. package/docs/interfaces/ApplePayButtonInitializeOptions.md +38 -0
  80. package/docs/interfaces/ApplePayCustomerInitializeOptions.md +77 -0
  81. package/docs/interfaces/ApplePayPaymentInitializeOptions.md +40 -0
  82. package/docs/interfaces/BankInstrument.md +112 -0
  83. package/docs/interfaces/Banner.md +22 -0
  84. package/docs/interfaces/BaseAccountInstrument.md +91 -0
  85. package/docs/interfaces/BaseElementOptions.md +17 -0
  86. package/docs/interfaces/BaseElementOptions_2.md +48 -0
  87. package/docs/interfaces/BaseIndividualElementOptions.md +67 -0
  88. package/docs/interfaces/BaseInstrument.md +58 -0
  89. package/docs/interfaces/BillingAddress.md +182 -0
  90. package/docs/interfaces/BillingAddressRequestBody.md +153 -0
  91. package/docs/interfaces/BlockElementStyles.md +105 -0
  92. package/docs/interfaces/{bluesnapv2paymentinitializeoptions.md → BlueSnapV2PaymentInitializeOptions.md} +15 -24
  93. package/docs/interfaces/BlueSnapV2StyleProps.md +29 -0
  94. package/docs/interfaces/BodyStyles.md +15 -0
  95. package/docs/interfaces/BoltCustomerInitializeOptions.md +30 -0
  96. package/docs/interfaces/{boltpaymentinitializeoptions.md → BoltPaymentInitializeOptions.md} +18 -20
  97. package/docs/interfaces/BraintreeError.md +35 -0
  98. package/docs/interfaces/BraintreeFormFieldCardTypeChangeEventData.md +15 -0
  99. package/docs/interfaces/BraintreeFormFieldKeyboardEventData.md +15 -0
  100. package/docs/interfaces/BraintreeFormFieldOptions.md +35 -0
  101. package/docs/interfaces/BraintreeFormFieldStylesMap.md +29 -0
  102. package/docs/interfaces/BraintreeFormFieldValidateErrorData.md +29 -0
  103. package/docs/interfaces/BraintreeFormFieldValidateEventData.md +33 -0
  104. package/docs/interfaces/BraintreeFormFieldsMap.md +36 -0
  105. package/docs/interfaces/BraintreeFormOptions.md +110 -0
  106. package/docs/interfaces/{braintreepaymentinitializeoptions.md → BraintreePaymentInitializeOptions.md} +9 -13
  107. package/docs/interfaces/BraintreePaypalButtonInitializeOptions.md +96 -0
  108. package/docs/interfaces/BraintreePaypalCreditButtonInitializeOptions.md +87 -0
  109. package/docs/interfaces/BraintreeStoredCardFieldOptions.md +54 -0
  110. package/docs/interfaces/BraintreeStoredCardFieldsMap.md +22 -0
  111. package/docs/interfaces/BraintreeThreeDSecureOptions.md +51 -0
  112. package/docs/interfaces/BraintreeVenmoButtonInitializeOptions.md +27 -0
  113. package/docs/interfaces/BraintreeVerifyPayload.md +51 -0
  114. package/docs/interfaces/BraintreeVisaCheckoutCustomerInitializeOptions.md +35 -0
  115. package/docs/interfaces/{braintreevisacheckoutpaymentinitializeoptions.md → BraintreeVisaCheckoutPaymentInitializeOptions.md} +18 -18
  116. package/docs/interfaces/BrowserInfo.md +50 -0
  117. package/docs/interfaces/{buttonresponse.md → ButtonResponse.md} +5 -9
  118. package/docs/interfaces/ButtonStyles.md +141 -0
  119. package/docs/interfaces/CardCvcElementOptions.md +72 -0
  120. package/docs/interfaces/CardDataPaymentMethodState.md +15 -0
  121. package/docs/interfaces/CardDataPaymentMethodState_2.md +15 -0
  122. package/docs/interfaces/CardElementOptions.md +91 -0
  123. package/docs/interfaces/CardExpiryElementOptions.md +72 -0
  124. package/docs/interfaces/CardInstrument.md +115 -0
  125. package/docs/interfaces/CardNumberElementOptions.md +88 -0
  126. package/docs/interfaces/CardPaymentMethodState.md +60 -0
  127. package/docs/interfaces/CardPaymentMethodState_2.md +43 -0
  128. package/docs/interfaces/CardState.md +40 -0
  129. package/docs/interfaces/CardStateErrors.md +7 -0
  130. package/docs/interfaces/CardStateErrors_2.md +7 -0
  131. package/docs/interfaces/CardState_2.md +40 -0
  132. package/docs/interfaces/Cart.md +99 -0
  133. package/docs/interfaces/ChasePayCustomerInitializeOptions.md +15 -0
  134. package/docs/interfaces/{chasepayinitializeoptions.md → ChasePayInitializeOptions.md} +20 -20
  135. package/docs/interfaces/CheckableInputStyles.md +175 -0
  136. package/docs/interfaces/ChecklistStyles.md +127 -0
  137. package/docs/interfaces/Checkout.md +195 -0
  138. package/docs/interfaces/CheckoutButtonInitializeOptions.md +234 -0
  139. package/docs/interfaces/CheckoutButtonInitializerOptions.md +22 -0
  140. package/docs/interfaces/CheckoutButtonOptions.md +55 -0
  141. package/docs/interfaces/CheckoutButtonSelectors.md +22 -0
  142. package/docs/interfaces/CheckoutParams.md +15 -0
  143. package/docs/interfaces/CheckoutPayment.md +42 -0
  144. package/docs/interfaces/CheckoutRequestBody.md +15 -0
  145. package/docs/interfaces/CheckoutSelectors.md +29 -0
  146. package/docs/interfaces/CheckoutServiceOptions.md +36 -0
  147. package/docs/interfaces/CheckoutSettings.md +201 -0
  148. package/docs/interfaces/CheckoutStoreErrorSelector.md +636 -0
  149. package/docs/interfaces/CheckoutStoreSelector.md +501 -0
  150. package/docs/interfaces/CheckoutStoreStatusSelector.md +758 -0
  151. package/docs/interfaces/Consignment.md +71 -0
  152. package/docs/interfaces/ConsignmentAssignmentBaseRequestBodyWithAddress.md +29 -0
  153. package/docs/interfaces/ConsignmentAssignmentBaseRequestBodyWithShippingAddress.md +29 -0
  154. package/docs/interfaces/ConsignmentCreateRequestBody.md +36 -0
  155. package/docs/interfaces/ConsignmentLineItem.md +22 -0
  156. package/docs/interfaces/ConsignmentPickupOption.md +15 -0
  157. package/docs/interfaces/ConsignmentUpdateRequestBody.md +43 -0
  158. package/docs/interfaces/Coordinates.md +22 -0
  159. package/docs/interfaces/Country.md +43 -0
  160. package/docs/interfaces/Coupon.md +43 -0
  161. package/docs/interfaces/CreditCardInstrument.md +85 -0
  162. package/docs/interfaces/{creditcardpaymentinitializeoptions.md → CreditCardPaymentInitializeOptions.md} +5 -9
  163. package/docs/interfaces/CreditCardPlaceHolder.md +29 -0
  164. package/docs/interfaces/CreditCardPlaceHolder_2.md +29 -0
  165. package/docs/interfaces/CssProperties.md +211 -0
  166. package/docs/interfaces/CssProperties_2.md +211 -0
  167. package/docs/interfaces/Currency.md +36 -0
  168. package/docs/interfaces/CustomError.md +43 -0
  169. package/docs/interfaces/CustomItem.md +50 -0
  170. package/docs/interfaces/Customer.md +84 -0
  171. package/docs/interfaces/CustomerAccountRequestBody.md +50 -0
  172. package/docs/interfaces/CustomerAddress.md +182 -0
  173. package/docs/interfaces/CustomerCredentials.md +22 -0
  174. package/docs/interfaces/CustomerGroup.md +22 -0
  175. package/docs/interfaces/CustomerInitializeOptions.md +221 -0
  176. package/docs/interfaces/CustomerPasswordRequirements.md +36 -0
  177. package/docs/interfaces/CustomerRequestOptions.md +60 -0
  178. package/docs/interfaces/DigitalItem.md +310 -0
  179. package/docs/interfaces/{digitalriverelementclasses.md → DigitalRiverElementClasses.md} +20 -24
  180. package/docs/interfaces/{digitalriverpaymentinitializeoptions.md → DigitalRiverPaymentInitializeOptions.md} +30 -28
  181. package/docs/interfaces/Discount.md +22 -0
  182. package/docs/interfaces/EmbeddedCheckoutCompleteEvent.md +15 -0
  183. package/docs/interfaces/EmbeddedCheckoutError.md +29 -0
  184. package/docs/interfaces/EmbeddedCheckoutErrorEvent.md +22 -0
  185. package/docs/interfaces/EmbeddedCheckoutFrameErrorEvent.md +22 -0
  186. package/docs/interfaces/EmbeddedCheckoutFrameLoadedEvent.md +22 -0
  187. package/docs/interfaces/EmbeddedCheckoutLoadedEvent.md +15 -0
  188. package/docs/interfaces/EmbeddedCheckoutMessenger.md +109 -0
  189. package/docs/interfaces/EmbeddedCheckoutMessengerOptions.md +22 -0
  190. package/docs/interfaces/EmbeddedCheckoutOptions.md +134 -0
  191. package/docs/interfaces/EmbeddedCheckoutSignedOutEvent.md +15 -0
  192. package/docs/interfaces/EmbeddedCheckoutStyles.md +141 -0
  193. package/docs/interfaces/EmbeddedContentOptions.md +15 -0
  194. package/docs/interfaces/ExecutePaymentMethodCheckoutOptions.md +76 -0
  195. package/docs/interfaces/FlashMessage.md +29 -0
  196. package/docs/interfaces/FormField.md +113 -0
  197. package/docs/interfaces/FormFieldItem.md +22 -0
  198. package/docs/interfaces/FormFieldOptions.md +29 -0
  199. package/docs/interfaces/FormFields.md +29 -0
  200. package/docs/interfaces/GatewayOrderPayment.md +108 -0
  201. package/docs/interfaces/GiftCertificate.md +43 -0
  202. package/docs/interfaces/GiftCertificateItem.md +78 -0
  203. package/docs/interfaces/GiftCertificateOrderPayment.md +94 -0
  204. package/docs/interfaces/{googlepaybuttoninitializeoptions.md → GooglePayButtonInitializeOptions.md} +8 -12
  205. package/docs/interfaces/{googlepaycustomerinitializeoptions.md → GooglePayCustomerInitializeOptions.md} +11 -15
  206. package/docs/interfaces/{googlepaypaymentinitializeoptions.md → GooglePayPaymentInitializeOptions.md} +21 -21
  207. package/docs/interfaces/HostedCardFieldOptions.md +35 -0
  208. package/docs/interfaces/HostedCardFieldOptionsMap.md +36 -0
  209. package/docs/interfaces/HostedFieldStylesMap.md +29 -0
  210. package/docs/interfaces/HostedFormOptions.md +114 -0
  211. package/docs/interfaces/HostedInputBlurEvent.md +28 -0
  212. package/docs/interfaces/HostedInputCardTypeChangeEvent.md +28 -0
  213. package/docs/interfaces/HostedInputEnterEvent.md +28 -0
  214. package/docs/interfaces/HostedInputFocusEvent.md +28 -0
  215. package/docs/interfaces/HostedInputValidateErrorData.md +29 -0
  216. package/docs/interfaces/HostedInputValidateErrorDataMap.md +50 -0
  217. package/docs/interfaces/HostedInputValidateEvent.md +22 -0
  218. package/docs/interfaces/HostedInputValidateResults.md +22 -0
  219. package/docs/interfaces/HostedInstrument.md +22 -0
  220. package/docs/interfaces/HostedStoredCardFieldOptions.md +54 -0
  221. package/docs/interfaces/HostedStoredCardFieldOptionsMap.md +22 -0
  222. package/docs/interfaces/IbanElementOptions.md +82 -0
  223. package/docs/interfaces/IdealElementOptions.md +70 -0
  224. package/docs/interfaces/IndividualCardElementOptions.md +36 -0
  225. package/docs/interfaces/InitializationStrategy.md +21 -0
  226. package/docs/interfaces/InlineElementStyles.md +53 -0
  227. package/docs/interfaces/InputDetail.md +80 -0
  228. package/docs/interfaces/InputDetail_2.md +80 -0
  229. package/docs/interfaces/InputStyles.md +152 -0
  230. package/docs/interfaces/Item.md +22 -0
  231. package/docs/interfaces/Item_2.md +26 -0
  232. package/docs/interfaces/Item_3.md +26 -0
  233. package/docs/interfaces/KlarnaLoadResponse.md +28 -0
  234. package/docs/interfaces/KlarnaLoadResponse_2.md +28 -0
  235. package/docs/interfaces/{klarnapaymentinitializeoptions.md → KlarnaPaymentInitializeOptions.md} +15 -17
  236. package/docs/interfaces/{klarnav2paymentinitializeoptions.md → KlarnaV2PaymentInitializeOptions.md} +15 -17
  237. package/docs/interfaces/LabelStyles.md +76 -0
  238. package/docs/interfaces/LanguageConfig.md +57 -0
  239. package/docs/interfaces/LineItem.md +191 -0
  240. package/docs/interfaces/LineItemCategory.md +15 -0
  241. package/docs/interfaces/LineItemMap.md +36 -0
  242. package/docs/interfaces/LineItemOption.md +36 -0
  243. package/docs/interfaces/LineItemSocialData.md +36 -0
  244. package/docs/interfaces/LinkStyles.md +90 -0
  245. package/docs/interfaces/LoadingIndicatorStyles.md +29 -0
  246. package/docs/interfaces/Locales.md +7 -0
  247. package/docs/interfaces/MasterpassCustomerInitializeOptions.md +17 -0
  248. package/docs/interfaces/{masterpasspaymentinitializeoptions.md → MasterpassPaymentInitializeOptions.md} +5 -9
  249. package/docs/interfaces/{molliepaymentinitializeoptions.md → MolliePaymentInitializeOptions.md} +23 -27
  250. package/docs/interfaces/{monerispaymentinitializeoptions.md → MonerisPaymentInitializeOptions.md} +11 -15
  251. package/docs/interfaces/MonerisStylingProps.md +80 -0
  252. package/docs/interfaces/NonceGenerationError.md +29 -0
  253. package/docs/interfaces/NonceInstrument.md +36 -0
  254. package/docs/interfaces/Option.md +22 -0
  255. package/docs/interfaces/{optionsresponse.md → OptionsResponse.md} +23 -27
  256. package/docs/interfaces/{opypaymentinitializeoptions.md → OpyPaymentInitializeOptions.md} +6 -10
  257. package/docs/interfaces/Order.md +190 -0
  258. package/docs/interfaces/OrderConsignment.md +15 -0
  259. package/docs/interfaces/OrderPayment.md +58 -0
  260. package/docs/interfaces/OrderPaymentRequestBody.md +39 -0
  261. package/docs/interfaces/{orderrequestbody.md → OrderRequestBody.md} +8 -12
  262. package/docs/interfaces/OrderShippingConsignment.md +218 -0
  263. package/docs/interfaces/PasswordRequirements.md +36 -0
  264. package/docs/interfaces/PayPalInstrument.md +91 -0
  265. package/docs/interfaces/PaymentInitializeOptions.md +406 -0
  266. package/docs/interfaces/PaymentMethod.md +92 -0
  267. package/docs/interfaces/PaymentMethodConfig.md +120 -0
  268. package/docs/interfaces/PaymentRequestOptions.md +67 -0
  269. package/docs/interfaces/PaymentSettings.md +22 -0
  270. package/docs/interfaces/PaypalButtonInitializeOptions.md +76 -0
  271. package/docs/interfaces/PaypalButtonStyleOptions.md +64 -0
  272. package/docs/interfaces/PaypalButtonStyleOptions_2.md +50 -0
  273. package/docs/interfaces/PaypalCommerceButtonInitializeOptions.md +26 -0
  274. package/docs/interfaces/{paypalcommercecreditcardpaymentinitializeoptions.md → PaypalCommerceCreditCardPaymentInitializeOptions.md} +5 -9
  275. package/docs/interfaces/PaypalCommerceFormFieldCardTypeChangeEventData.md +15 -0
  276. package/docs/interfaces/PaypalCommerceFormFieldKeyboardEventData.md +15 -0
  277. package/docs/interfaces/PaypalCommerceFormFieldOptions.md +28 -0
  278. package/docs/interfaces/PaypalCommerceFormFieldStylesMap.md +29 -0
  279. package/docs/interfaces/PaypalCommerceFormFieldValidateErrorData.md +29 -0
  280. package/docs/interfaces/PaypalCommerceFormFieldValidateEventData.md +33 -0
  281. package/docs/interfaces/PaypalCommerceFormFieldsMap.md +36 -0
  282. package/docs/interfaces/PaypalCommerceFormOptions.md +148 -0
  283. package/docs/interfaces/{paypalcommercepaymentinitializeoptions.md → PaypalCommercePaymentInitializeOptions.md} +46 -49
  284. package/docs/interfaces/PaypalCommerceStoredCardFieldOptions.md +43 -0
  285. package/docs/interfaces/PaypalCommerceStoredCardFieldsMap.md +22 -0
  286. package/docs/interfaces/PaypalCommerceVenmoButtonInitializeOptions.md +26 -0
  287. package/docs/interfaces/{paypalexpresspaymentinitializeoptions.md → PaypalExpressPaymentInitializeOptions.md} +5 -9
  288. package/docs/interfaces/PaypalFieldsStyleOptions.md +46 -0
  289. package/docs/interfaces/PhysicalItem.md +311 -0
  290. package/docs/interfaces/PickupMethod.md +43 -0
  291. package/docs/interfaces/PickupOptionRequestBody.md +22 -0
  292. package/docs/interfaces/PickupOptionResult.md +15 -0
  293. package/docs/interfaces/Promotion.md +15 -0
  294. package/docs/interfaces/Radius.md +22 -0
  295. package/docs/interfaces/Region.md +22 -0
  296. package/docs/interfaces/RequestOptions.md +48 -0
  297. package/docs/interfaces/SearchArea.md +22 -0
  298. package/docs/interfaces/SepaPlaceHolder.md +22 -0
  299. package/docs/interfaces/SepaPlaceHolder_2.md +22 -0
  300. package/docs/interfaces/ShippingInitializeOptions.md +88 -0
  301. package/docs/interfaces/ShippingOption.md +64 -0
  302. package/docs/interfaces/ShippingRequestOptions.md +65 -0
  303. package/docs/interfaces/ShopperConfig.md +29 -0
  304. package/docs/interfaces/ShopperCurrency.md +94 -0
  305. package/docs/interfaces/SignInEmail.md +22 -0
  306. package/docs/interfaces/SignInEmailRequestBody.md +22 -0
  307. package/docs/interfaces/SpamProtectionOptions.md +25 -0
  308. package/docs/interfaces/SquareFormElement.md +28 -0
  309. package/docs/interfaces/{squarepaymentinitializeoptions.md → SquarePaymentInitializeOptions.md} +36 -36
  310. package/docs/interfaces/StepStyles.md +120 -0
  311. package/docs/interfaces/StepTracker.md +64 -0
  312. package/docs/interfaces/StepTrackerConfig.md +15 -0
  313. package/docs/interfaces/StoreConfig.md +109 -0
  314. package/docs/interfaces/StoreCurrency.md +56 -0
  315. package/docs/interfaces/StoreLinks.md +57 -0
  316. package/docs/interfaces/StoreProfile.md +71 -0
  317. package/docs/interfaces/StripeElementCSSProperties.md +170 -0
  318. package/docs/interfaces/StripeElementClasses.md +63 -0
  319. package/docs/interfaces/StripeElementStyle.md +44 -0
  320. package/docs/interfaces/StripeElementStyleVariant.md +285 -0
  321. package/docs/interfaces/{stripeupepaymentinitializeoptions.md → StripeUPEPaymentInitializeOptions.md} +22 -20
  322. package/docs/interfaces/{stripev3paymentinitializeoptions.md → StripeV3PaymentInitializeOptions.md} +11 -15
  323. package/docs/interfaces/StyleOptions.md +44 -0
  324. package/docs/interfaces/StyleOptions_2.md +44 -0
  325. package/docs/interfaces/SubInputDetail.md +62 -0
  326. package/docs/interfaces/SubInputDetail_2.md +62 -0
  327. package/docs/interfaces/Subscriptions.md +29 -0
  328. package/docs/interfaces/Tax.md +22 -0
  329. package/docs/interfaces/TextInputStyles.md +175 -0
  330. package/docs/interfaces/ThreeDSecure.md +50 -0
  331. package/docs/interfaces/ThreeDSecureToken.md +15 -0
  332. package/docs/interfaces/TranslationData.md +7 -0
  333. package/docs/interfaces/Translations.md +7 -0
  334. package/docs/interfaces/UnknownObject.md +7 -0
  335. package/docs/interfaces/VaultedInstrument.md +29 -0
  336. package/docs/interfaces/WechatDataPaymentMethodState.md +15 -0
  337. package/docs/interfaces/WechatDataPaymentMethodState_2.md +15 -0
  338. package/docs/interfaces/WechatState.md +15 -0
  339. package/docs/interfaces/WechatState_2.md +15 -0
  340. package/docs/interfaces/WithAccountCreation.md +15 -0
  341. package/docs/interfaces/WithCheckoutcomFawryInstrument.md +22 -0
  342. package/docs/interfaces/WithCheckoutcomSEPAInstrument.md +22 -0
  343. package/docs/interfaces/WithCheckoutcomiDealInstrument.md +15 -0
  344. package/docs/interfaces/WithDocumentInstrument.md +15 -0
  345. package/docs/interfaces/WithMollieIssuerInstrument.md +22 -0
  346. package/docs/interfaces/WorldpayPaymentInitializeOptions.md +30 -0
  347. package/docs/interfaces/ZipCodeElementOptions.md +15 -0
  348. package/package.json +5 -5
  349. package/docs/classes/cartchangederror.md +0 -103
  350. package/docs/classes/checkoutbuttonerrorselector.md +0 -42
  351. package/docs/classes/checkoutbuttoninitializer.md +0 -147
  352. package/docs/classes/checkoutbuttonstatusselector.md +0 -42
  353. package/docs/classes/checkoutservice.md +0 -1527
  354. package/docs/classes/currencyservice.md +0 -44
  355. package/docs/classes/embeddedcheckout.md +0 -30
  356. package/docs/classes/languageservice.md +0 -89
  357. package/docs/classes/requesterror.md +0 -128
  358. package/docs/classes/standarderror.md +0 -92
  359. package/docs/enums/amazonpayv2checkoutlanguage.md +0 -57
  360. package/docs/enums/amazonpayv2ledgercurrency.md +0 -36
  361. package/docs/enums/amazonpayv2payoptions.md +0 -26
  362. package/docs/enums/amazonpayv2placement.md +0 -53
  363. package/docs/enums/braintreeformfieldtype.md +0 -50
  364. package/docs/enums/buttoncolor.md +0 -29
  365. package/docs/enums/buttontype.md +0 -22
  366. package/docs/enums/checkoutbuttonmethodtype.md +0 -134
  367. package/docs/enums/checkoutincludes.md +0 -29
  368. package/docs/enums/embeddedcheckouteventtype.md +0 -50
  369. package/docs/enums/hostedfieldtype.md +0 -50
  370. package/docs/enums/hostedinputeventtype.md +0 -85
  371. package/docs/enums/iconstyle.md +0 -22
  372. package/docs/enums/paypalbuttonstylecoloroption.md +0 -36
  373. package/docs/enums/paypalbuttonstylelabeloption.md +0 -43
  374. package/docs/enums/paypalbuttonstylelayoutoption.md +0 -22
  375. package/docs/enums/paypalbuttonstyleshapeoption.md +0 -22
  376. package/docs/enums/paypalbuttonstylesizeoption.md +0 -36
  377. package/docs/enums/paypalcommerceformfieldtype.md +0 -50
  378. package/docs/enums/radiusunit.md +0 -22
  379. package/docs/enums/stylebuttoncolor.md +0 -43
  380. package/docs/enums/stylebuttonlabel.md +0 -43
  381. package/docs/enums/stylebuttonlayout.md +0 -22
  382. package/docs/enums/stylebuttonshape.md +0 -22
  383. package/docs/interfaces/address.md +0 -140
  384. package/docs/interfaces/addressrequestbody.md +0 -100
  385. package/docs/interfaces/adyenadditionalactioncallbacks.md +0 -62
  386. package/docs/interfaces/adyenadditionalactioncallbacks_2.md +0 -60
  387. package/docs/interfaces/adyenadditionalactionoptions.md +0 -94
  388. package/docs/interfaces/adyenadditionalactionoptions_2.md +0 -94
  389. package/docs/interfaces/adyenbasecardcomponentoptions.md +0 -33
  390. package/docs/interfaces/adyenbasecardcomponentoptions_2.md +0 -33
  391. package/docs/interfaces/adyencomponent.md +0 -60
  392. package/docs/interfaces/adyencomponent_2.md +0 -60
  393. package/docs/interfaces/adyencomponentevents.md +0 -68
  394. package/docs/interfaces/adyencomponentevents_2.md +0 -68
  395. package/docs/interfaces/adyencreditcardcomponentoptions.md +0 -169
  396. package/docs/interfaces/adyenidealcomponentoptions.md +0 -21
  397. package/docs/interfaces/adyenpaymentmethodstate.md +0 -21
  398. package/docs/interfaces/adyenpaymentmethodstate_2.md +0 -19
  399. package/docs/interfaces/adyenplaceholderdata.md +0 -26
  400. package/docs/interfaces/adyenplaceholderdata_2.md +0 -26
  401. package/docs/interfaces/adyenthreeds2options.md +0 -85
  402. package/docs/interfaces/adyenv3creditcardcomponentoptions.md +0 -169
  403. package/docs/interfaces/amazonpaycustomerinitializeoptions.md +0 -67
  404. package/docs/interfaces/amazonpayorderreference.md +0 -30
  405. package/docs/interfaces/amazonpaypaymentinitializeoptions.md +0 -98
  406. package/docs/interfaces/amazonpayshippinginitializeoptions.md +0 -83
  407. package/docs/interfaces/amazonpayv2buttonparams.md +0 -75
  408. package/docs/interfaces/amazonpayv2checkoutsession.md +0 -39
  409. package/docs/interfaces/amazonpaywidgeterror.md +0 -60
  410. package/docs/interfaces/applepaybuttoninitializeoptions.md +0 -40
  411. package/docs/interfaces/applepaycustomerinitializeoptions.md +0 -77
  412. package/docs/interfaces/applepaypaymentinitializeoptions.md +0 -44
  413. package/docs/interfaces/bankinstrument.md +0 -98
  414. package/docs/interfaces/banner.md +0 -26
  415. package/docs/interfaces/baseaccountinstrument.md +0 -79
  416. package/docs/interfaces/baseelementoptions.md +0 -21
  417. package/docs/interfaces/baseelementoptions_2.md +0 -48
  418. package/docs/interfaces/baseindividualelementoptions.md +0 -61
  419. package/docs/interfaces/baseinstrument.md +0 -58
  420. package/docs/interfaces/billingaddress.md +0 -154
  421. package/docs/interfaces/billingaddressrequestbody.md +0 -129
  422. package/docs/interfaces/blockelementstyles.md +0 -95
  423. package/docs/interfaces/bluesnapv2styleprops.md +0 -33
  424. package/docs/interfaces/bodystyles.md +0 -19
  425. package/docs/interfaces/boltcustomerinitializeoptions.md +0 -32
  426. package/docs/interfaces/braintreeerror.md +0 -69
  427. package/docs/interfaces/braintreeformfieldcardtypechangeeventdata.md +0 -19
  428. package/docs/interfaces/braintreeformfieldkeyboardeventdata.md +0 -19
  429. package/docs/interfaces/braintreeformfieldoptions.md +0 -35
  430. package/docs/interfaces/braintreeformfieldsmap.md +0 -40
  431. package/docs/interfaces/braintreeformfieldstylesmap.md +0 -33
  432. package/docs/interfaces/braintreeformfieldvalidateerrordata.md +0 -33
  433. package/docs/interfaces/braintreeformfieldvalidateeventdata.md +0 -40
  434. package/docs/interfaces/braintreeformoptions.md +0 -104
  435. package/docs/interfaces/braintreepaypalbuttoninitializeoptions.md +0 -94
  436. package/docs/interfaces/braintreepaypalcreditbuttoninitializeoptions.md +0 -85
  437. package/docs/interfaces/braintreestoredcardfieldoptions.md +0 -48
  438. package/docs/interfaces/braintreestoredcardfieldsmap.md +0 -26
  439. package/docs/interfaces/braintreethreedsecureoptions.md +0 -62
  440. package/docs/interfaces/braintreevenmobuttoninitializeoptions.md +0 -29
  441. package/docs/interfaces/braintreeverifypayload.md +0 -55
  442. package/docs/interfaces/braintreevisacheckoutcustomerinitializeoptions.md +0 -37
  443. package/docs/interfaces/browserinfo.md +0 -54
  444. package/docs/interfaces/buttonstyles.md +0 -123
  445. package/docs/interfaces/cardcvcelementoptions.md +0 -64
  446. package/docs/interfaces/carddatapaymentmethodstate.md +0 -19
  447. package/docs/interfaces/carddatapaymentmethodstate_2.md +0 -19
  448. package/docs/interfaces/cardelementoptions.md +0 -85
  449. package/docs/interfaces/cardexpiryelementoptions.md +0 -64
  450. package/docs/interfaces/cardinstrument.md +0 -103
  451. package/docs/interfaces/cardnumberelementoptions.md +0 -80
  452. package/docs/interfaces/cardpaymentmethodstate.md +0 -58
  453. package/docs/interfaces/cardpaymentmethodstate_2.md +0 -47
  454. package/docs/interfaces/cardstate.md +0 -40
  455. package/docs/interfaces/cardstate_2.md +0 -40
  456. package/docs/interfaces/cardstateerrors.md +0 -11
  457. package/docs/interfaces/cardstateerrors_2.md +0 -11
  458. package/docs/interfaces/cart.md +0 -103
  459. package/docs/interfaces/chasepaycustomerinitializeoptions.md +0 -19
  460. package/docs/interfaces/checkableinputstyles.md +0 -147
  461. package/docs/interfaces/checkliststyles.md +0 -109
  462. package/docs/interfaces/checkout.md +0 -199
  463. package/docs/interfaces/checkoutbuttoninitializeoptions.md +0 -232
  464. package/docs/interfaces/checkoutbuttoninitializeroptions.md +0 -26
  465. package/docs/interfaces/checkoutbuttonoptions.md +0 -55
  466. package/docs/interfaces/checkoutbuttonselectors.md +0 -26
  467. package/docs/interfaces/checkoutparams.md +0 -19
  468. package/docs/interfaces/checkoutpayment.md +0 -44
  469. package/docs/interfaces/checkoutrequestbody.md +0 -19
  470. package/docs/interfaces/checkoutselectors.md +0 -33
  471. package/docs/interfaces/checkoutserviceoptions.md +0 -40
  472. package/docs/interfaces/checkoutsettings.md +0 -205
  473. package/docs/interfaces/checkoutstoreerrorselector.md +0 -566
  474. package/docs/interfaces/checkoutstoreselector.md +0 -451
  475. package/docs/interfaces/checkoutstorestatusselector.md +0 -678
  476. package/docs/interfaces/consignment.md +0 -75
  477. package/docs/interfaces/consignmentassignmentbaserequestbodywithaddress.md +0 -33
  478. package/docs/interfaces/consignmentassignmentbaserequestbodywithshippingaddress.md +0 -33
  479. package/docs/interfaces/consignmentcreaterequestbody.md +0 -40
  480. package/docs/interfaces/consignmentlineitem.md +0 -26
  481. package/docs/interfaces/consignmentpickupoption.md +0 -19
  482. package/docs/interfaces/consignmentupdaterequestbody.md +0 -47
  483. package/docs/interfaces/coordinates.md +0 -26
  484. package/docs/interfaces/country.md +0 -47
  485. package/docs/interfaces/coupon.md +0 -47
  486. package/docs/interfaces/creditcardinstrument.md +0 -88
  487. package/docs/interfaces/creditcardplaceholder.md +0 -33
  488. package/docs/interfaces/creditcardplaceholder_2.md +0 -33
  489. package/docs/interfaces/cssproperties.md +0 -215
  490. package/docs/interfaces/cssproperties_2.md +0 -215
  491. package/docs/interfaces/currency.md +0 -40
  492. package/docs/interfaces/customer.md +0 -88
  493. package/docs/interfaces/customeraccountrequestbody.md +0 -54
  494. package/docs/interfaces/customeraddress.md +0 -154
  495. package/docs/interfaces/customercredentials.md +0 -26
  496. package/docs/interfaces/customergroup.md +0 -26
  497. package/docs/interfaces/customerinitializeoptions.md +0 -219
  498. package/docs/interfaces/customerpasswordrequirements.md +0 -40
  499. package/docs/interfaces/customerrequestoptions.md +0 -60
  500. package/docs/interfaces/customerror.md +0 -68
  501. package/docs/interfaces/customitem.md +0 -54
  502. package/docs/interfaces/digitalitem.md +0 -260
  503. package/docs/interfaces/discount.md +0 -26
  504. package/docs/interfaces/embeddedcheckoutcompleteevent.md +0 -19
  505. package/docs/interfaces/embeddedcheckouterror.md +0 -33
  506. package/docs/interfaces/embeddedcheckouterrorevent.md +0 -26
  507. package/docs/interfaces/embeddedcheckoutframeerrorevent.md +0 -26
  508. package/docs/interfaces/embeddedcheckoutframeloadedevent.md +0 -26
  509. package/docs/interfaces/embeddedcheckoutloadedevent.md +0 -19
  510. package/docs/interfaces/embeddedcheckoutmessenger.md +0 -105
  511. package/docs/interfaces/embeddedcheckoutmessengeroptions.md +0 -26
  512. package/docs/interfaces/embeddedcheckoutoptions.md +0 -126
  513. package/docs/interfaces/embeddedcheckoutsignedoutevent.md +0 -19
  514. package/docs/interfaces/embeddedcheckoutstyles.md +0 -145
  515. package/docs/interfaces/embeddedcontentoptions.md +0 -19
  516. package/docs/interfaces/executepaymentmethodcheckoutoptions.md +0 -72
  517. package/docs/interfaces/flashmessage.md +0 -33
  518. package/docs/interfaces/formfield.md +0 -117
  519. package/docs/interfaces/formfielditem.md +0 -26
  520. package/docs/interfaces/formfieldoptions.md +0 -33
  521. package/docs/interfaces/formfields.md +0 -33
  522. package/docs/interfaces/gatewayorderpayment.md +0 -88
  523. package/docs/interfaces/giftcertificate.md +0 -47
  524. package/docs/interfaces/giftcertificateitem.md +0 -80
  525. package/docs/interfaces/giftcertificateorderpayment.md +0 -81
  526. package/docs/interfaces/hostedcardfieldoptions.md +0 -35
  527. package/docs/interfaces/hostedcardfieldoptionsmap.md +0 -40
  528. package/docs/interfaces/hostedfieldstylesmap.md +0 -33
  529. package/docs/interfaces/hostedformoptions.md +0 -104
  530. package/docs/interfaces/hostedinputblurevent.md +0 -30
  531. package/docs/interfaces/hostedinputcardtypechangeevent.md +0 -30
  532. package/docs/interfaces/hostedinputenterevent.md +0 -30
  533. package/docs/interfaces/hostedinputfocusevent.md +0 -30
  534. package/docs/interfaces/hostedinputvalidateerrordata.md +0 -33
  535. package/docs/interfaces/hostedinputvalidateerrordatamap.md +0 -54
  536. package/docs/interfaces/hostedinputvalidateevent.md +0 -26
  537. package/docs/interfaces/hostedinputvalidateresults.md +0 -26
  538. package/docs/interfaces/hostedinstrument.md +0 -26
  539. package/docs/interfaces/hostedstoredcardfieldoptions.md +0 -48
  540. package/docs/interfaces/hostedstoredcardfieldoptionsmap.md +0 -26
  541. package/docs/interfaces/ibanelementoptions.md +0 -76
  542. package/docs/interfaces/idealelementoptions.md +0 -64
  543. package/docs/interfaces/individualcardelementoptions.md +0 -40
  544. package/docs/interfaces/initializationstrategy.md +0 -21
  545. package/docs/interfaces/inlineelementstyles.md +0 -53
  546. package/docs/interfaces/inputdetail.md +0 -84
  547. package/docs/interfaces/inputdetail_2.md +0 -84
  548. package/docs/interfaces/inputstyles.md +0 -134
  549. package/docs/interfaces/item.md +0 -26
  550. package/docs/interfaces/item_2.md +0 -30
  551. package/docs/interfaces/item_3.md +0 -30
  552. package/docs/interfaces/klarnaloadresponse.md +0 -26
  553. package/docs/interfaces/klarnaloadresponse_2.md +0 -26
  554. package/docs/interfaces/labelstyles.md +0 -66
  555. package/docs/interfaces/languageconfig.md +0 -61
  556. package/docs/interfaces/lineitem.md +0 -191
  557. package/docs/interfaces/lineitemcategory.md +0 -19
  558. package/docs/interfaces/lineitemmap.md +0 -40
  559. package/docs/interfaces/lineitemoption.md +0 -40
  560. package/docs/interfaces/lineitemsocialdata.md +0 -40
  561. package/docs/interfaces/linkstyles.md +0 -80
  562. package/docs/interfaces/loadingindicatorstyles.md +0 -33
  563. package/docs/interfaces/locales.md +0 -11
  564. package/docs/interfaces/masterpasscustomerinitializeoptions.md +0 -21
  565. package/docs/interfaces/monerisstylingprops.md +0 -84
  566. package/docs/interfaces/noncegenerationerror.md +0 -33
  567. package/docs/interfaces/nonceinstrument.md +0 -40
  568. package/docs/interfaces/option.md +0 -26
  569. package/docs/interfaces/order.md +0 -194
  570. package/docs/interfaces/orderconsignment.md +0 -19
  571. package/docs/interfaces/orderpayment.md +0 -58
  572. package/docs/interfaces/orderpaymentrequestbody.md +0 -43
  573. package/docs/interfaces/ordershippingconsignment.md +0 -222
  574. package/docs/interfaces/passwordrequirements.md +0 -40
  575. package/docs/interfaces/paymentinitializeoptions.md +0 -402
  576. package/docs/interfaces/paymentmethod.md +0 -96
  577. package/docs/interfaces/paymentmethodconfig.md +0 -124
  578. package/docs/interfaces/paymentrequestoptions.md +0 -67
  579. package/docs/interfaces/paymentsettings.md +0 -26
  580. package/docs/interfaces/paypalbuttoninitializeoptions.md +0 -76
  581. package/docs/interfaces/paypalbuttonstyleoptions.md +0 -68
  582. package/docs/interfaces/paypalbuttonstyleoptions_2.md +0 -54
  583. package/docs/interfaces/paypalcommercebuttoninitializeoptions.md +0 -30
  584. package/docs/interfaces/paypalcommerceformfieldcardtypechangeeventdata.md +0 -19
  585. package/docs/interfaces/paypalcommerceformfieldkeyboardeventdata.md +0 -19
  586. package/docs/interfaces/paypalcommerceformfieldoptions.md +0 -28
  587. package/docs/interfaces/paypalcommerceformfieldsmap.md +0 -40
  588. package/docs/interfaces/paypalcommerceformfieldstylesmap.md +0 -33
  589. package/docs/interfaces/paypalcommerceformfieldvalidateerrordata.md +0 -33
  590. package/docs/interfaces/paypalcommerceformfieldvalidateeventdata.md +0 -40
  591. package/docs/interfaces/paypalcommerceformoptions.md +0 -142
  592. package/docs/interfaces/paypalcommercestoredcardfieldoptions.md +0 -39
  593. package/docs/interfaces/paypalcommercestoredcardfieldsmap.md +0 -26
  594. package/docs/interfaces/paypalcommercevenmobuttoninitializeoptions.md +0 -30
  595. package/docs/interfaces/paypalfieldsstyleoptions.md +0 -26
  596. package/docs/interfaces/paypalinstrument.md +0 -79
  597. package/docs/interfaces/physicalitem.md +0 -253
  598. package/docs/interfaces/pickupmethod.md +0 -47
  599. package/docs/interfaces/pickupoptionrequestbody.md +0 -26
  600. package/docs/interfaces/pickupoptionresult.md +0 -19
  601. package/docs/interfaces/promotion.md +0 -19
  602. package/docs/interfaces/radius.md +0 -26
  603. package/docs/interfaces/region.md +0 -26
  604. package/docs/interfaces/requestoptions.md +0 -46
  605. package/docs/interfaces/searcharea.md +0 -26
  606. package/docs/interfaces/sepaplaceholder.md +0 -26
  607. package/docs/interfaces/sepaplaceholder_2.md +0 -26
  608. package/docs/interfaces/shippinginitializeoptions.md +0 -80
  609. package/docs/interfaces/shippingoption.md +0 -68
  610. package/docs/interfaces/shippingrequestoptions.md +0 -59
  611. package/docs/interfaces/shopperconfig.md +0 -33
  612. package/docs/interfaces/shoppercurrency.md +0 -82
  613. package/docs/interfaces/signinemail.md +0 -26
  614. package/docs/interfaces/signinemailrequestbody.md +0 -26
  615. package/docs/interfaces/spamprotectionoptions.md +0 -97
  616. package/docs/interfaces/squareformelement.md +0 -32
  617. package/docs/interfaces/stepstyles.md +0 -102
  618. package/docs/interfaces/steptracker.md +0 -60
  619. package/docs/interfaces/steptrackerconfig.md +0 -19
  620. package/docs/interfaces/storeconfig.md +0 -113
  621. package/docs/interfaces/storecurrency.md +0 -56
  622. package/docs/interfaces/storelinks.md +0 -61
  623. package/docs/interfaces/storeprofile.md +0 -75
  624. package/docs/interfaces/stripeelementclasses.md +0 -67
  625. package/docs/interfaces/stripeelementcssproperties.md +0 -170
  626. package/docs/interfaces/stripeelementstyle.md +0 -48
  627. package/docs/interfaces/stripeelementstylevariant.md +0 -253
  628. package/docs/interfaces/styleoptions.md +0 -48
  629. package/docs/interfaces/styleoptions_2.md +0 -48
  630. package/docs/interfaces/subinputdetail.md +0 -66
  631. package/docs/interfaces/subinputdetail_2.md +0 -66
  632. package/docs/interfaces/subscriptions.md +0 -33
  633. package/docs/interfaces/tax.md +0 -26
  634. package/docs/interfaces/textinputstyles.md +0 -147
  635. package/docs/interfaces/threedsecure.md +0 -54
  636. package/docs/interfaces/threedsecuretoken.md +0 -19
  637. package/docs/interfaces/translationdata.md +0 -11
  638. package/docs/interfaces/translations.md +0 -11
  639. package/docs/interfaces/unknownobject.md +0 -11
  640. package/docs/interfaces/vaultedinstrument.md +0 -33
  641. package/docs/interfaces/wechatdatapaymentmethodstate.md +0 -19
  642. package/docs/interfaces/wechatdatapaymentmethodstate_2.md +0 -19
  643. package/docs/interfaces/wechatstate.md +0 -19
  644. package/docs/interfaces/wechatstate_2.md +0 -19
  645. package/docs/interfaces/withaccountcreation.md +0 -19
  646. package/docs/interfaces/withcheckoutcomfawryinstrument.md +0 -26
  647. package/docs/interfaces/withcheckoutcomidealinstrument.md +0 -19
  648. package/docs/interfaces/withcheckoutcomsepainstrument.md +0 -26
  649. package/docs/interfaces/withdocumentinstrument.md +0 -19
  650. package/docs/interfaces/withmollieissuerinstrument.md +0 -26
  651. package/docs/interfaces/worldpaypaymentinitializeoptions.md +0 -39
  652. package/docs/interfaces/zipcodeelementoptions.md +0 -19
package/docs/README.md CHANGED
@@ -1,662 +1,667 @@
1
- [@bigcommerce/checkout-sdk](README.md)
1
+ @bigcommerce/checkout-sdk
2
2
 
3
3
  # @bigcommerce/checkout-sdk
4
4
 
5
- ## Index
5
+ ## Table of contents
6
6
 
7
7
  ### Enumerations
8
8
 
9
- * [AmazonPayV2CheckoutLanguage](enums/amazonpayv2checkoutlanguage.md)
10
- * [AmazonPayV2LedgerCurrency](enums/amazonpayv2ledgercurrency.md)
11
- * [AmazonPayV2PayOptions](enums/amazonpayv2payoptions.md)
12
- * [AmazonPayV2Placement](enums/amazonpayv2placement.md)
13
- * [BraintreeFormFieldType](enums/braintreeformfieldtype.md)
14
- * [ButtonColor](enums/buttoncolor.md)
15
- * [ButtonType](enums/buttontype.md)
16
- * [CheckoutButtonMethodType](enums/checkoutbuttonmethodtype.md)
17
- * [CheckoutIncludes](enums/checkoutincludes.md)
18
- * [EmbeddedCheckoutEventType](enums/embeddedcheckouteventtype.md)
19
- * [HostedFieldType](enums/hostedfieldtype.md)
20
- * [HostedInputEventType](enums/hostedinputeventtype.md)
21
- * [IconStyle](enums/iconstyle.md)
22
- * [PaypalButtonStyleColorOption](enums/paypalbuttonstylecoloroption.md)
23
- * [PaypalButtonStyleLabelOption](enums/paypalbuttonstylelabeloption.md)
24
- * [PaypalButtonStyleLayoutOption](enums/paypalbuttonstylelayoutoption.md)
25
- * [PaypalButtonStyleShapeOption](enums/paypalbuttonstyleshapeoption.md)
26
- * [PaypalButtonStyleSizeOption](enums/paypalbuttonstylesizeoption.md)
27
- * [PaypalCommerceFormFieldType](enums/paypalcommerceformfieldtype.md)
28
- * [RadiusUnit](enums/radiusunit.md)
29
- * [StyleButtonColor](enums/stylebuttoncolor.md)
30
- * [StyleButtonLabel](enums/stylebuttonlabel.md)
31
- * [StyleButtonLayout](enums/stylebuttonlayout.md)
32
- * [StyleButtonShape](enums/stylebuttonshape.md)
9
+ - [AmazonPayV2CheckoutLanguage](enums/AmazonPayV2CheckoutLanguage.md)
10
+ - [AmazonPayV2LedgerCurrency](enums/AmazonPayV2LedgerCurrency.md)
11
+ - [AmazonPayV2PayOptions](enums/AmazonPayV2PayOptions.md)
12
+ - [AmazonPayV2Placement](enums/AmazonPayV2Placement.md)
13
+ - [BraintreeFormFieldType](enums/BraintreeFormFieldType.md)
14
+ - [ButtonColor](enums/ButtonColor.md)
15
+ - [ButtonType](enums/ButtonType.md)
16
+ - [CheckoutButtonMethodType](enums/CheckoutButtonMethodType.md)
17
+ - [CheckoutIncludes](enums/CheckoutIncludes.md)
18
+ - [EmbeddedCheckoutEventType](enums/EmbeddedCheckoutEventType.md)
19
+ - [HostedFieldType](enums/HostedFieldType.md)
20
+ - [HostedInputEventType](enums/HostedInputEventType.md)
21
+ - [IconStyle](enums/IconStyle.md)
22
+ - [PaypalButtonStyleColorOption](enums/PaypalButtonStyleColorOption.md)
23
+ - [PaypalButtonStyleLabelOption](enums/PaypalButtonStyleLabelOption.md)
24
+ - [PaypalButtonStyleLayoutOption](enums/PaypalButtonStyleLayoutOption.md)
25
+ - [PaypalButtonStyleShapeOption](enums/PaypalButtonStyleShapeOption.md)
26
+ - [PaypalButtonStyleSizeOption](enums/PaypalButtonStyleSizeOption.md)
27
+ - [PaypalCommerceFormFieldType](enums/PaypalCommerceFormFieldType.md)
28
+ - [RadiusUnit](enums/RadiusUnit.md)
29
+ - [StyleButtonColor](enums/StyleButtonColor.md)
30
+ - [StyleButtonLabel](enums/StyleButtonLabel.md)
31
+ - [StyleButtonLayout](enums/StyleButtonLayout.md)
32
+ - [StyleButtonShape](enums/StyleButtonShape.md)
33
33
 
34
34
  ### Classes
35
35
 
36
- * [CartChangedError](classes/cartchangederror.md)
37
- * [CheckoutButtonErrorSelector](classes/checkoutbuttonerrorselector.md)
38
- * [CheckoutButtonInitializer](classes/checkoutbuttoninitializer.md)
39
- * [CheckoutButtonStatusSelector](classes/checkoutbuttonstatusselector.md)
40
- * [CheckoutService](classes/checkoutservice.md)
41
- * [CurrencyService](classes/currencyservice.md)
42
- * [EmbeddedCheckout](classes/embeddedcheckout.md)
43
- * [LanguageService](classes/languageservice.md)
44
- * [RequestError](classes/requesterror.md)
45
- * [StandardError](classes/standarderror.md)
36
+ - [CartChangedError](classes/CartChangedError.md)
37
+ - [CheckoutButtonErrorSelector](classes/CheckoutButtonErrorSelector.md)
38
+ - [CheckoutButtonInitializer](classes/CheckoutButtonInitializer.md)
39
+ - [CheckoutButtonStatusSelector](classes/CheckoutButtonStatusSelector.md)
40
+ - [CheckoutService](classes/CheckoutService.md)
41
+ - [CurrencyService](classes/CurrencyService.md)
42
+ - [EmbeddedCheckout](classes/EmbeddedCheckout.md)
43
+ - [LanguageService](classes/LanguageService.md)
44
+ - [RequestError](classes/RequestError.md)
45
+ - [StandardError](classes/StandardError.md)
46
46
 
47
47
  ### Interfaces
48
48
 
49
- * [Address](interfaces/address.md)
50
- * [AddressRequestBody](interfaces/addressrequestbody.md)
51
- * [AdyenAdditionalActionCallbacks](interfaces/adyenadditionalactioncallbacks.md)
52
- * [AdyenAdditionalActionCallbacks_2](interfaces/adyenadditionalactioncallbacks_2.md)
53
- * [AdyenAdditionalActionOptions](interfaces/adyenadditionalactionoptions.md)
54
- * [AdyenAdditionalActionOptions_2](interfaces/adyenadditionalactionoptions_2.md)
55
- * [AdyenBaseCardComponentOptions](interfaces/adyenbasecardcomponentoptions.md)
56
- * [AdyenBaseCardComponentOptions_2](interfaces/adyenbasecardcomponentoptions_2.md)
57
- * [AdyenComponent](interfaces/adyencomponent.md)
58
- * [AdyenComponentEvents](interfaces/adyencomponentevents.md)
59
- * [AdyenComponentEvents_2](interfaces/adyencomponentevents_2.md)
60
- * [AdyenComponent_2](interfaces/adyencomponent_2.md)
61
- * [AdyenCreditCardComponentOptions](interfaces/adyencreditcardcomponentoptions.md)
62
- * [AdyenIdealComponentOptions](interfaces/adyenidealcomponentoptions.md)
63
- * [AdyenPaymentMethodState](interfaces/adyenpaymentmethodstate.md)
64
- * [AdyenPaymentMethodState_2](interfaces/adyenpaymentmethodstate_2.md)
65
- * [AdyenPlaceholderData](interfaces/adyenplaceholderdata.md)
66
- * [AdyenPlaceholderData_2](interfaces/adyenplaceholderdata_2.md)
67
- * [AdyenThreeDS2Options](interfaces/adyenthreeds2options.md)
68
- * [AdyenV2PaymentInitializeOptions](interfaces/adyenv2paymentinitializeoptions.md)
69
- * [AdyenV3CreditCardComponentOptions](interfaces/adyenv3creditcardcomponentoptions.md)
70
- * [AdyenV3PaymentInitializeOptions](interfaces/adyenv3paymentinitializeoptions.md)
71
- * [AmazonPayCustomerInitializeOptions](interfaces/amazonpaycustomerinitializeoptions.md)
72
- * [AmazonPayOrderReference](interfaces/amazonpayorderreference.md)
73
- * [AmazonPayPaymentInitializeOptions](interfaces/amazonpaypaymentinitializeoptions.md)
74
- * [AmazonPayShippingInitializeOptions](interfaces/amazonpayshippinginitializeoptions.md)
75
- * [AmazonPayV2ButtonParams](interfaces/amazonpayv2buttonparams.md)
76
- * [AmazonPayV2CheckoutSession](interfaces/amazonpayv2checkoutsession.md)
77
- * [AmazonPayV2CustomerInitializeOptions](interfaces/amazonpayv2customerinitializeoptions.md)
78
- * [AmazonPayV2PaymentInitializeOptions](interfaces/amazonpayv2paymentinitializeoptions.md)
79
- * [AmazonPayV2ShippingInitializeOptions](interfaces/amazonpayv2shippinginitializeoptions.md)
80
- * [AmazonPayWidgetError](interfaces/amazonpaywidgeterror.md)
81
- * [ApplePayButtonInitializeOptions](interfaces/applepaybuttoninitializeoptions.md)
82
- * [ApplePayCustomerInitializeOptions](interfaces/applepaycustomerinitializeoptions.md)
83
- * [ApplePayPaymentInitializeOptions](interfaces/applepaypaymentinitializeoptions.md)
84
- * [BankInstrument](interfaces/bankinstrument.md)
85
- * [Banner](interfaces/banner.md)
86
- * [BaseAccountInstrument](interfaces/baseaccountinstrument.md)
87
- * [BaseElementOptions](interfaces/baseelementoptions.md)
88
- * [BaseElementOptions_2](interfaces/baseelementoptions_2.md)
89
- * [BaseIndividualElementOptions](interfaces/baseindividualelementoptions.md)
90
- * [BaseInstrument](interfaces/baseinstrument.md)
91
- * [BillingAddress](interfaces/billingaddress.md)
92
- * [BillingAddressRequestBody](interfaces/billingaddressrequestbody.md)
93
- * [BlockElementStyles](interfaces/blockelementstyles.md)
94
- * [BlueSnapV2PaymentInitializeOptions](interfaces/bluesnapv2paymentinitializeoptions.md)
95
- * [BlueSnapV2StyleProps](interfaces/bluesnapv2styleprops.md)
96
- * [BodyStyles](interfaces/bodystyles.md)
97
- * [BoltCustomerInitializeOptions](interfaces/boltcustomerinitializeoptions.md)
98
- * [BoltPaymentInitializeOptions](interfaces/boltpaymentinitializeoptions.md)
99
- * [BraintreeError](interfaces/braintreeerror.md)
100
- * [BraintreeFormFieldCardTypeChangeEventData](interfaces/braintreeformfieldcardtypechangeeventdata.md)
101
- * [BraintreeFormFieldKeyboardEventData](interfaces/braintreeformfieldkeyboardeventdata.md)
102
- * [BraintreeFormFieldOptions](interfaces/braintreeformfieldoptions.md)
103
- * [BraintreeFormFieldStylesMap](interfaces/braintreeformfieldstylesmap.md)
104
- * [BraintreeFormFieldValidateErrorData](interfaces/braintreeformfieldvalidateerrordata.md)
105
- * [BraintreeFormFieldValidateEventData](interfaces/braintreeformfieldvalidateeventdata.md)
106
- * [BraintreeFormFieldsMap](interfaces/braintreeformfieldsmap.md)
107
- * [BraintreeFormOptions](interfaces/braintreeformoptions.md)
108
- * [BraintreePaymentInitializeOptions](interfaces/braintreepaymentinitializeoptions.md)
109
- * [BraintreePaypalButtonInitializeOptions](interfaces/braintreepaypalbuttoninitializeoptions.md)
110
- * [BraintreePaypalCreditButtonInitializeOptions](interfaces/braintreepaypalcreditbuttoninitializeoptions.md)
111
- * [BraintreeStoredCardFieldOptions](interfaces/braintreestoredcardfieldoptions.md)
112
- * [BraintreeStoredCardFieldsMap](interfaces/braintreestoredcardfieldsmap.md)
113
- * [BraintreeThreeDSecureOptions](interfaces/braintreethreedsecureoptions.md)
114
- * [BraintreeVenmoButtonInitializeOptions](interfaces/braintreevenmobuttoninitializeoptions.md)
115
- * [BraintreeVerifyPayload](interfaces/braintreeverifypayload.md)
116
- * [BraintreeVisaCheckoutCustomerInitializeOptions](interfaces/braintreevisacheckoutcustomerinitializeoptions.md)
117
- * [BraintreeVisaCheckoutPaymentInitializeOptions](interfaces/braintreevisacheckoutpaymentinitializeoptions.md)
118
- * [BrowserInfo](interfaces/browserinfo.md)
119
- * [ButtonResponse](interfaces/buttonresponse.md)
120
- * [ButtonStyles](interfaces/buttonstyles.md)
121
- * [CardCvcElementOptions](interfaces/cardcvcelementoptions.md)
122
- * [CardDataPaymentMethodState](interfaces/carddatapaymentmethodstate.md)
123
- * [CardDataPaymentMethodState_2](interfaces/carddatapaymentmethodstate_2.md)
124
- * [CardElementOptions](interfaces/cardelementoptions.md)
125
- * [CardExpiryElementOptions](interfaces/cardexpiryelementoptions.md)
126
- * [CardInstrument](interfaces/cardinstrument.md)
127
- * [CardNumberElementOptions](interfaces/cardnumberelementoptions.md)
128
- * [CardPaymentMethodState](interfaces/cardpaymentmethodstate.md)
129
- * [CardPaymentMethodState_2](interfaces/cardpaymentmethodstate_2.md)
130
- * [CardState](interfaces/cardstate.md)
131
- * [CardStateErrors](interfaces/cardstateerrors.md)
132
- * [CardStateErrors_2](interfaces/cardstateerrors_2.md)
133
- * [CardState_2](interfaces/cardstate_2.md)
134
- * [Cart](interfaces/cart.md)
135
- * [ChasePayCustomerInitializeOptions](interfaces/chasepaycustomerinitializeoptions.md)
136
- * [ChasePayInitializeOptions](interfaces/chasepayinitializeoptions.md)
137
- * [CheckableInputStyles](interfaces/checkableinputstyles.md)
138
- * [ChecklistStyles](interfaces/checkliststyles.md)
139
- * [Checkout](interfaces/checkout.md)
140
- * [CheckoutButtonInitializeOptions](interfaces/checkoutbuttoninitializeoptions.md)
141
- * [CheckoutButtonInitializerOptions](interfaces/checkoutbuttoninitializeroptions.md)
142
- * [CheckoutButtonOptions](interfaces/checkoutbuttonoptions.md)
143
- * [CheckoutButtonSelectors](interfaces/checkoutbuttonselectors.md)
144
- * [CheckoutParams](interfaces/checkoutparams.md)
145
- * [CheckoutPayment](interfaces/checkoutpayment.md)
146
- * [CheckoutRequestBody](interfaces/checkoutrequestbody.md)
147
- * [CheckoutSelectors](interfaces/checkoutselectors.md)
148
- * [CheckoutServiceOptions](interfaces/checkoutserviceoptions.md)
149
- * [CheckoutSettings](interfaces/checkoutsettings.md)
150
- * [CheckoutStoreErrorSelector](interfaces/checkoutstoreerrorselector.md)
151
- * [CheckoutStoreSelector](interfaces/checkoutstoreselector.md)
152
- * [CheckoutStoreStatusSelector](interfaces/checkoutstorestatusselector.md)
153
- * [Consignment](interfaces/consignment.md)
154
- * [ConsignmentAssignmentBaseRequestBodyWithAddress](interfaces/consignmentassignmentbaserequestbodywithaddress.md)
155
- * [ConsignmentAssignmentBaseRequestBodyWithShippingAddress](interfaces/consignmentassignmentbaserequestbodywithshippingaddress.md)
156
- * [ConsignmentCreateRequestBody](interfaces/consignmentcreaterequestbody.md)
157
- * [ConsignmentLineItem](interfaces/consignmentlineitem.md)
158
- * [ConsignmentPickupOption](interfaces/consignmentpickupoption.md)
159
- * [ConsignmentUpdateRequestBody](interfaces/consignmentupdaterequestbody.md)
160
- * [Coordinates](interfaces/coordinates.md)
161
- * [Country](interfaces/country.md)
162
- * [Coupon](interfaces/coupon.md)
163
- * [CreditCardInstrument](interfaces/creditcardinstrument.md)
164
- * [CreditCardPaymentInitializeOptions](interfaces/creditcardpaymentinitializeoptions.md)
165
- * [CreditCardPlaceHolder](interfaces/creditcardplaceholder.md)
166
- * [CreditCardPlaceHolder_2](interfaces/creditcardplaceholder_2.md)
167
- * [CssProperties](interfaces/cssproperties.md)
168
- * [CssProperties_2](interfaces/cssproperties_2.md)
169
- * [Currency](interfaces/currency.md)
170
- * [CustomError](interfaces/customerror.md)
171
- * [CustomItem](interfaces/customitem.md)
172
- * [Customer](interfaces/customer.md)
173
- * [CustomerAccountRequestBody](interfaces/customeraccountrequestbody.md)
174
- * [CustomerAddress](interfaces/customeraddress.md)
175
- * [CustomerCredentials](interfaces/customercredentials.md)
176
- * [CustomerGroup](interfaces/customergroup.md)
177
- * [CustomerInitializeOptions](interfaces/customerinitializeoptions.md)
178
- * [CustomerPasswordRequirements](interfaces/customerpasswordrequirements.md)
179
- * [CustomerRequestOptions](interfaces/customerrequestoptions.md)
180
- * [DigitalItem](interfaces/digitalitem.md)
181
- * [DigitalRiverElementClasses](interfaces/digitalriverelementclasses.md)
182
- * [DigitalRiverPaymentInitializeOptions](interfaces/digitalriverpaymentinitializeoptions.md)
183
- * [Discount](interfaces/discount.md)
184
- * [EmbeddedCheckoutCompleteEvent](interfaces/embeddedcheckoutcompleteevent.md)
185
- * [EmbeddedCheckoutError](interfaces/embeddedcheckouterror.md)
186
- * [EmbeddedCheckoutErrorEvent](interfaces/embeddedcheckouterrorevent.md)
187
- * [EmbeddedCheckoutFrameErrorEvent](interfaces/embeddedcheckoutframeerrorevent.md)
188
- * [EmbeddedCheckoutFrameLoadedEvent](interfaces/embeddedcheckoutframeloadedevent.md)
189
- * [EmbeddedCheckoutLoadedEvent](interfaces/embeddedcheckoutloadedevent.md)
190
- * [EmbeddedCheckoutMessenger](interfaces/embeddedcheckoutmessenger.md)
191
- * [EmbeddedCheckoutMessengerOptions](interfaces/embeddedcheckoutmessengeroptions.md)
192
- * [EmbeddedCheckoutOptions](interfaces/embeddedcheckoutoptions.md)
193
- * [EmbeddedCheckoutSignedOutEvent](interfaces/embeddedcheckoutsignedoutevent.md)
194
- * [EmbeddedCheckoutStyles](interfaces/embeddedcheckoutstyles.md)
195
- * [EmbeddedContentOptions](interfaces/embeddedcontentoptions.md)
196
- * [ExecutePaymentMethodCheckoutOptions](interfaces/executepaymentmethodcheckoutoptions.md)
197
- * [FlashMessage](interfaces/flashmessage.md)
198
- * [FormField](interfaces/formfield.md)
199
- * [FormFieldItem](interfaces/formfielditem.md)
200
- * [FormFieldOptions](interfaces/formfieldoptions.md)
201
- * [FormFields](interfaces/formfields.md)
202
- * [GatewayOrderPayment](interfaces/gatewayorderpayment.md)
203
- * [GiftCertificate](interfaces/giftcertificate.md)
204
- * [GiftCertificateItem](interfaces/giftcertificateitem.md)
205
- * [GiftCertificateOrderPayment](interfaces/giftcertificateorderpayment.md)
206
- * [GooglePayButtonInitializeOptions](interfaces/googlepaybuttoninitializeoptions.md)
207
- * [GooglePayCustomerInitializeOptions](interfaces/googlepaycustomerinitializeoptions.md)
208
- * [GooglePayPaymentInitializeOptions](interfaces/googlepaypaymentinitializeoptions.md)
209
- * [HostedCardFieldOptions](interfaces/hostedcardfieldoptions.md)
210
- * [HostedCardFieldOptionsMap](interfaces/hostedcardfieldoptionsmap.md)
211
- * [HostedFieldStylesMap](interfaces/hostedfieldstylesmap.md)
212
- * [HostedFormOptions](interfaces/hostedformoptions.md)
213
- * [HostedInputBlurEvent](interfaces/hostedinputblurevent.md)
214
- * [HostedInputCardTypeChangeEvent](interfaces/hostedinputcardtypechangeevent.md)
215
- * [HostedInputEnterEvent](interfaces/hostedinputenterevent.md)
216
- * [HostedInputFocusEvent](interfaces/hostedinputfocusevent.md)
217
- * [HostedInputValidateErrorData](interfaces/hostedinputvalidateerrordata.md)
218
- * [HostedInputValidateErrorDataMap](interfaces/hostedinputvalidateerrordatamap.md)
219
- * [HostedInputValidateEvent](interfaces/hostedinputvalidateevent.md)
220
- * [HostedInputValidateResults](interfaces/hostedinputvalidateresults.md)
221
- * [HostedInstrument](interfaces/hostedinstrument.md)
222
- * [HostedStoredCardFieldOptions](interfaces/hostedstoredcardfieldoptions.md)
223
- * [HostedStoredCardFieldOptionsMap](interfaces/hostedstoredcardfieldoptionsmap.md)
224
- * [IbanElementOptions](interfaces/ibanelementoptions.md)
225
- * [IdealElementOptions](interfaces/idealelementoptions.md)
226
- * [IndividualCardElementOptions](interfaces/individualcardelementoptions.md)
227
- * [InitializationStrategy](interfaces/initializationstrategy.md)
228
- * [InlineElementStyles](interfaces/inlineelementstyles.md)
229
- * [InputDetail](interfaces/inputdetail.md)
230
- * [InputDetail_2](interfaces/inputdetail_2.md)
231
- * [InputStyles](interfaces/inputstyles.md)
232
- * [Item](interfaces/item.md)
233
- * [Item_2](interfaces/item_2.md)
234
- * [Item_3](interfaces/item_3.md)
235
- * [KlarnaLoadResponse](interfaces/klarnaloadresponse.md)
236
- * [KlarnaLoadResponse_2](interfaces/klarnaloadresponse_2.md)
237
- * [KlarnaPaymentInitializeOptions](interfaces/klarnapaymentinitializeoptions.md)
238
- * [KlarnaV2PaymentInitializeOptions](interfaces/klarnav2paymentinitializeoptions.md)
239
- * [LabelStyles](interfaces/labelstyles.md)
240
- * [LanguageConfig](interfaces/languageconfig.md)
241
- * [LineItem](interfaces/lineitem.md)
242
- * [LineItemCategory](interfaces/lineitemcategory.md)
243
- * [LineItemMap](interfaces/lineitemmap.md)
244
- * [LineItemOption](interfaces/lineitemoption.md)
245
- * [LineItemSocialData](interfaces/lineitemsocialdata.md)
246
- * [LinkStyles](interfaces/linkstyles.md)
247
- * [LoadingIndicatorStyles](interfaces/loadingindicatorstyles.md)
248
- * [Locales](interfaces/locales.md)
249
- * [MasterpassCustomerInitializeOptions](interfaces/masterpasscustomerinitializeoptions.md)
250
- * [MasterpassPaymentInitializeOptions](interfaces/masterpasspaymentinitializeoptions.md)
251
- * [MolliePaymentInitializeOptions](interfaces/molliepaymentinitializeoptions.md)
252
- * [MonerisPaymentInitializeOptions](interfaces/monerispaymentinitializeoptions.md)
253
- * [MonerisStylingProps](interfaces/monerisstylingprops.md)
254
- * [NonceGenerationError](interfaces/noncegenerationerror.md)
255
- * [NonceInstrument](interfaces/nonceinstrument.md)
256
- * [Option](interfaces/option.md)
257
- * [OptionsResponse](interfaces/optionsresponse.md)
258
- * [OpyPaymentInitializeOptions](interfaces/opypaymentinitializeoptions.md)
259
- * [Order](interfaces/order.md)
260
- * [OrderConsignment](interfaces/orderconsignment.md)
261
- * [OrderPayment](interfaces/orderpayment.md)
262
- * [OrderPaymentRequestBody](interfaces/orderpaymentrequestbody.md)
263
- * [OrderRequestBody](interfaces/orderrequestbody.md)
264
- * [OrderShippingConsignment](interfaces/ordershippingconsignment.md)
265
- * [PasswordRequirements](interfaces/passwordrequirements.md)
266
- * [PayPalInstrument](interfaces/paypalinstrument.md)
267
- * [PaymentInitializeOptions](interfaces/paymentinitializeoptions.md)
268
- * [PaymentMethod](interfaces/paymentmethod.md)
269
- * [PaymentMethodConfig](interfaces/paymentmethodconfig.md)
270
- * [PaymentRequestOptions](interfaces/paymentrequestoptions.md)
271
- * [PaymentSettings](interfaces/paymentsettings.md)
272
- * [PaypalButtonInitializeOptions](interfaces/paypalbuttoninitializeoptions.md)
273
- * [PaypalButtonStyleOptions](interfaces/paypalbuttonstyleoptions.md)
274
- * [PaypalButtonStyleOptions_2](interfaces/paypalbuttonstyleoptions_2.md)
275
- * [PaypalCommerceButtonInitializeOptions](interfaces/paypalcommercebuttoninitializeoptions.md)
276
- * [PaypalCommerceCreditCardPaymentInitializeOptions](interfaces/paypalcommercecreditcardpaymentinitializeoptions.md)
277
- * [PaypalCommerceFormFieldCardTypeChangeEventData](interfaces/paypalcommerceformfieldcardtypechangeeventdata.md)
278
- * [PaypalCommerceFormFieldKeyboardEventData](interfaces/paypalcommerceformfieldkeyboardeventdata.md)
279
- * [PaypalCommerceFormFieldOptions](interfaces/paypalcommerceformfieldoptions.md)
280
- * [PaypalCommerceFormFieldStylesMap](interfaces/paypalcommerceformfieldstylesmap.md)
281
- * [PaypalCommerceFormFieldValidateErrorData](interfaces/paypalcommerceformfieldvalidateerrordata.md)
282
- * [PaypalCommerceFormFieldValidateEventData](interfaces/paypalcommerceformfieldvalidateeventdata.md)
283
- * [PaypalCommerceFormFieldsMap](interfaces/paypalcommerceformfieldsmap.md)
284
- * [PaypalCommerceFormOptions](interfaces/paypalcommerceformoptions.md)
285
- * [PaypalCommercePaymentInitializeOptions](interfaces/paypalcommercepaymentinitializeoptions.md)
286
- * [PaypalCommerceStoredCardFieldOptions](interfaces/paypalcommercestoredcardfieldoptions.md)
287
- * [PaypalCommerceStoredCardFieldsMap](interfaces/paypalcommercestoredcardfieldsmap.md)
288
- * [PaypalCommerceVenmoButtonInitializeOptions](interfaces/paypalcommercevenmobuttoninitializeoptions.md)
289
- * [PaypalExpressPaymentInitializeOptions](interfaces/paypalexpresspaymentinitializeoptions.md)
290
- * [PaypalFieldsStyleOptions](interfaces/paypalfieldsstyleoptions.md)
291
- * [PhysicalItem](interfaces/physicalitem.md)
292
- * [PickupMethod](interfaces/pickupmethod.md)
293
- * [PickupOptionRequestBody](interfaces/pickupoptionrequestbody.md)
294
- * [PickupOptionResult](interfaces/pickupoptionresult.md)
295
- * [Promotion](interfaces/promotion.md)
296
- * [Radius](interfaces/radius.md)
297
- * [Region](interfaces/region.md)
298
- * [RequestOptions](interfaces/requestoptions.md)
299
- * [SearchArea](interfaces/searcharea.md)
300
- * [SepaPlaceHolder](interfaces/sepaplaceholder.md)
301
- * [SepaPlaceHolder_2](interfaces/sepaplaceholder_2.md)
302
- * [ShippingInitializeOptions](interfaces/shippinginitializeoptions.md)
303
- * [ShippingOption](interfaces/shippingoption.md)
304
- * [ShippingRequestOptions](interfaces/shippingrequestoptions.md)
305
- * [ShopperConfig](interfaces/shopperconfig.md)
306
- * [ShopperCurrency](interfaces/shoppercurrency.md)
307
- * [SignInEmail](interfaces/signinemail.md)
308
- * [SignInEmailRequestBody](interfaces/signinemailrequestbody.md)
309
- * [SpamProtectionOptions](interfaces/spamprotectionoptions.md)
310
- * [SquareFormElement](interfaces/squareformelement.md)
311
- * [SquarePaymentInitializeOptions](interfaces/squarepaymentinitializeoptions.md)
312
- * [StepStyles](interfaces/stepstyles.md)
313
- * [StepTracker](interfaces/steptracker.md)
314
- * [StepTrackerConfig](interfaces/steptrackerconfig.md)
315
- * [StoreConfig](interfaces/storeconfig.md)
316
- * [StoreCurrency](interfaces/storecurrency.md)
317
- * [StoreLinks](interfaces/storelinks.md)
318
- * [StoreProfile](interfaces/storeprofile.md)
319
- * [StripeElementCSSProperties](interfaces/stripeelementcssproperties.md)
320
- * [StripeElementClasses](interfaces/stripeelementclasses.md)
321
- * [StripeElementStyle](interfaces/stripeelementstyle.md)
322
- * [StripeElementStyleVariant](interfaces/stripeelementstylevariant.md)
323
- * [StripeUPEPaymentInitializeOptions](interfaces/stripeupepaymentinitializeoptions.md)
324
- * [StripeV3PaymentInitializeOptions](interfaces/stripev3paymentinitializeoptions.md)
325
- * [StyleOptions](interfaces/styleoptions.md)
326
- * [StyleOptions_2](interfaces/styleoptions_2.md)
327
- * [SubInputDetail](interfaces/subinputdetail.md)
328
- * [SubInputDetail_2](interfaces/subinputdetail_2.md)
329
- * [Subscriptions](interfaces/subscriptions.md)
330
- * [Tax](interfaces/tax.md)
331
- * [TextInputStyles](interfaces/textinputstyles.md)
332
- * [ThreeDSecure](interfaces/threedsecure.md)
333
- * [ThreeDSecureToken](interfaces/threedsecuretoken.md)
334
- * [TranslationData](interfaces/translationdata.md)
335
- * [Translations](interfaces/translations.md)
336
- * [UnknownObject](interfaces/unknownobject.md)
337
- * [VaultedInstrument](interfaces/vaultedinstrument.md)
338
- * [WechatDataPaymentMethodState](interfaces/wechatdatapaymentmethodstate.md)
339
- * [WechatDataPaymentMethodState_2](interfaces/wechatdatapaymentmethodstate_2.md)
340
- * [WechatState](interfaces/wechatstate.md)
341
- * [WechatState_2](interfaces/wechatstate_2.md)
342
- * [WithAccountCreation](interfaces/withaccountcreation.md)
343
- * [WithCheckoutcomFawryInstrument](interfaces/withcheckoutcomfawryinstrument.md)
344
- * [WithCheckoutcomSEPAInstrument](interfaces/withcheckoutcomsepainstrument.md)
345
- * [WithCheckoutcomiDealInstrument](interfaces/withcheckoutcomidealinstrument.md)
346
- * [WithDocumentInstrument](interfaces/withdocumentinstrument.md)
347
- * [WithMollieIssuerInstrument](interfaces/withmollieissuerinstrument.md)
348
- * [WorldpayPaymentInitializeOptions](interfaces/worldpaypaymentinitializeoptions.md)
349
- * [ZipCodeElementOptions](interfaces/zipcodeelementoptions.md)
49
+ - [Address](interfaces/Address.md)
50
+ - [AddressRequestBody](interfaces/AddressRequestBody.md)
51
+ - [AdyenAdditionalActionCallbacks](interfaces/AdyenAdditionalActionCallbacks.md)
52
+ - [AdyenAdditionalActionCallbacks_2](interfaces/AdyenAdditionalActionCallbacks_2.md)
53
+ - [AdyenAdditionalActionOptions](interfaces/AdyenAdditionalActionOptions.md)
54
+ - [AdyenAdditionalActionOptions_2](interfaces/AdyenAdditionalActionOptions_2.md)
55
+ - [AdyenBaseCardComponentOptions](interfaces/AdyenBaseCardComponentOptions.md)
56
+ - [AdyenBaseCardComponentOptions_2](interfaces/AdyenBaseCardComponentOptions_2.md)
57
+ - [AdyenComponent](interfaces/AdyenComponent.md)
58
+ - [AdyenComponentEvents](interfaces/AdyenComponentEvents.md)
59
+ - [AdyenComponentEvents_2](interfaces/AdyenComponentEvents_2.md)
60
+ - [AdyenComponent_2](interfaces/AdyenComponent_2.md)
61
+ - [AdyenCreditCardComponentOptions](interfaces/AdyenCreditCardComponentOptions.md)
62
+ - [AdyenIdealComponentOptions](interfaces/AdyenIdealComponentOptions.md)
63
+ - [AdyenPaymentMethodState](interfaces/AdyenPaymentMethodState.md)
64
+ - [AdyenPaymentMethodState_2](interfaces/AdyenPaymentMethodState_2.md)
65
+ - [AdyenPlaceholderData](interfaces/AdyenPlaceholderData.md)
66
+ - [AdyenPlaceholderData_2](interfaces/AdyenPlaceholderData_2.md)
67
+ - [AdyenThreeDS2Options](interfaces/AdyenThreeDS2Options.md)
68
+ - [AdyenV2PaymentInitializeOptions](interfaces/AdyenV2PaymentInitializeOptions.md)
69
+ - [AdyenV3CreditCardComponentOptions](interfaces/AdyenV3CreditCardComponentOptions.md)
70
+ - [AdyenV3PaymentInitializeOptions](interfaces/AdyenV3PaymentInitializeOptions.md)
71
+ - [AmazonPayCustomerInitializeOptions](interfaces/AmazonPayCustomerInitializeOptions.md)
72
+ - [AmazonPayOrderReference](interfaces/AmazonPayOrderReference.md)
73
+ - [AmazonPayPaymentInitializeOptions](interfaces/AmazonPayPaymentInitializeOptions.md)
74
+ - [AmazonPayShippingInitializeOptions](interfaces/AmazonPayShippingInitializeOptions.md)
75
+ - [AmazonPayV2ButtonParams](interfaces/AmazonPayV2ButtonParams.md)
76
+ - [AmazonPayV2CheckoutSession](interfaces/AmazonPayV2CheckoutSession.md)
77
+ - [AmazonPayV2CustomerInitializeOptions](interfaces/AmazonPayV2CustomerInitializeOptions.md)
78
+ - [AmazonPayV2PaymentInitializeOptions](interfaces/AmazonPayV2PaymentInitializeOptions.md)
79
+ - [AmazonPayV2ShippingInitializeOptions](interfaces/AmazonPayV2ShippingInitializeOptions.md)
80
+ - [AmazonPayWidgetError](interfaces/AmazonPayWidgetError.md)
81
+ - [ApplePayButtonInitializeOptions](interfaces/ApplePayButtonInitializeOptions.md)
82
+ - [ApplePayCustomerInitializeOptions](interfaces/ApplePayCustomerInitializeOptions.md)
83
+ - [ApplePayPaymentInitializeOptions](interfaces/ApplePayPaymentInitializeOptions.md)
84
+ - [BankInstrument](interfaces/BankInstrument.md)
85
+ - [Banner](interfaces/Banner.md)
86
+ - [BaseAccountInstrument](interfaces/BaseAccountInstrument.md)
87
+ - [BaseElementOptions](interfaces/BaseElementOptions.md)
88
+ - [BaseElementOptions_2](interfaces/BaseElementOptions_2.md)
89
+ - [BaseIndividualElementOptions](interfaces/BaseIndividualElementOptions.md)
90
+ - [BaseInstrument](interfaces/BaseInstrument.md)
91
+ - [BillingAddress](interfaces/BillingAddress.md)
92
+ - [BillingAddressRequestBody](interfaces/BillingAddressRequestBody.md)
93
+ - [BlockElementStyles](interfaces/BlockElementStyles.md)
94
+ - [BlueSnapV2PaymentInitializeOptions](interfaces/BlueSnapV2PaymentInitializeOptions.md)
95
+ - [BlueSnapV2StyleProps](interfaces/BlueSnapV2StyleProps.md)
96
+ - [BodyStyles](interfaces/BodyStyles.md)
97
+ - [BoltCustomerInitializeOptions](interfaces/BoltCustomerInitializeOptions.md)
98
+ - [BoltPaymentInitializeOptions](interfaces/BoltPaymentInitializeOptions.md)
99
+ - [BraintreeError](interfaces/BraintreeError.md)
100
+ - [BraintreeFormFieldCardTypeChangeEventData](interfaces/BraintreeFormFieldCardTypeChangeEventData.md)
101
+ - [BraintreeFormFieldKeyboardEventData](interfaces/BraintreeFormFieldKeyboardEventData.md)
102
+ - [BraintreeFormFieldOptions](interfaces/BraintreeFormFieldOptions.md)
103
+ - [BraintreeFormFieldStylesMap](interfaces/BraintreeFormFieldStylesMap.md)
104
+ - [BraintreeFormFieldValidateErrorData](interfaces/BraintreeFormFieldValidateErrorData.md)
105
+ - [BraintreeFormFieldValidateEventData](interfaces/BraintreeFormFieldValidateEventData.md)
106
+ - [BraintreeFormFieldsMap](interfaces/BraintreeFormFieldsMap.md)
107
+ - [BraintreeFormOptions](interfaces/BraintreeFormOptions.md)
108
+ - [BraintreePaymentInitializeOptions](interfaces/BraintreePaymentInitializeOptions.md)
109
+ - [BraintreePaypalButtonInitializeOptions](interfaces/BraintreePaypalButtonInitializeOptions.md)
110
+ - [BraintreePaypalCreditButtonInitializeOptions](interfaces/BraintreePaypalCreditButtonInitializeOptions.md)
111
+ - [BraintreeStoredCardFieldOptions](interfaces/BraintreeStoredCardFieldOptions.md)
112
+ - [BraintreeStoredCardFieldsMap](interfaces/BraintreeStoredCardFieldsMap.md)
113
+ - [BraintreeThreeDSecureOptions](interfaces/BraintreeThreeDSecureOptions.md)
114
+ - [BraintreeVenmoButtonInitializeOptions](interfaces/BraintreeVenmoButtonInitializeOptions.md)
115
+ - [BraintreeVerifyPayload](interfaces/BraintreeVerifyPayload.md)
116
+ - [BraintreeVisaCheckoutCustomerInitializeOptions](interfaces/BraintreeVisaCheckoutCustomerInitializeOptions.md)
117
+ - [BraintreeVisaCheckoutPaymentInitializeOptions](interfaces/BraintreeVisaCheckoutPaymentInitializeOptions.md)
118
+ - [BrowserInfo](interfaces/BrowserInfo.md)
119
+ - [ButtonResponse](interfaces/ButtonResponse.md)
120
+ - [ButtonStyles](interfaces/ButtonStyles.md)
121
+ - [CardCvcElementOptions](interfaces/CardCvcElementOptions.md)
122
+ - [CardDataPaymentMethodState](interfaces/CardDataPaymentMethodState.md)
123
+ - [CardDataPaymentMethodState_2](interfaces/CardDataPaymentMethodState_2.md)
124
+ - [CardElementOptions](interfaces/CardElementOptions.md)
125
+ - [CardExpiryElementOptions](interfaces/CardExpiryElementOptions.md)
126
+ - [CardInstrument](interfaces/CardInstrument.md)
127
+ - [CardNumberElementOptions](interfaces/CardNumberElementOptions.md)
128
+ - [CardPaymentMethodState](interfaces/CardPaymentMethodState.md)
129
+ - [CardPaymentMethodState_2](interfaces/CardPaymentMethodState_2.md)
130
+ - [CardState](interfaces/CardState.md)
131
+ - [CardStateErrors](interfaces/CardStateErrors.md)
132
+ - [CardStateErrors_2](interfaces/CardStateErrors_2.md)
133
+ - [CardState_2](interfaces/CardState_2.md)
134
+ - [Cart](interfaces/Cart.md)
135
+ - [ChasePayCustomerInitializeOptions](interfaces/ChasePayCustomerInitializeOptions.md)
136
+ - [ChasePayInitializeOptions](interfaces/ChasePayInitializeOptions.md)
137
+ - [CheckableInputStyles](interfaces/CheckableInputStyles.md)
138
+ - [ChecklistStyles](interfaces/ChecklistStyles.md)
139
+ - [Checkout](interfaces/Checkout.md)
140
+ - [CheckoutButtonInitializeOptions](interfaces/CheckoutButtonInitializeOptions.md)
141
+ - [CheckoutButtonInitializerOptions](interfaces/CheckoutButtonInitializerOptions.md)
142
+ - [CheckoutButtonOptions](interfaces/CheckoutButtonOptions.md)
143
+ - [CheckoutButtonSelectors](interfaces/CheckoutButtonSelectors.md)
144
+ - [CheckoutParams](interfaces/CheckoutParams.md)
145
+ - [CheckoutPayment](interfaces/CheckoutPayment.md)
146
+ - [CheckoutRequestBody](interfaces/CheckoutRequestBody.md)
147
+ - [CheckoutSelectors](interfaces/CheckoutSelectors.md)
148
+ - [CheckoutServiceOptions](interfaces/CheckoutServiceOptions.md)
149
+ - [CheckoutSettings](interfaces/CheckoutSettings.md)
150
+ - [CheckoutStoreErrorSelector](interfaces/CheckoutStoreErrorSelector.md)
151
+ - [CheckoutStoreSelector](interfaces/CheckoutStoreSelector.md)
152
+ - [CheckoutStoreStatusSelector](interfaces/CheckoutStoreStatusSelector.md)
153
+ - [Consignment](interfaces/Consignment.md)
154
+ - [ConsignmentAssignmentBaseRequestBodyWithAddress](interfaces/ConsignmentAssignmentBaseRequestBodyWithAddress.md)
155
+ - [ConsignmentAssignmentBaseRequestBodyWithShippingAddress](interfaces/ConsignmentAssignmentBaseRequestBodyWithShippingAddress.md)
156
+ - [ConsignmentCreateRequestBody](interfaces/ConsignmentCreateRequestBody.md)
157
+ - [ConsignmentLineItem](interfaces/ConsignmentLineItem.md)
158
+ - [ConsignmentPickupOption](interfaces/ConsignmentPickupOption.md)
159
+ - [ConsignmentUpdateRequestBody](interfaces/ConsignmentUpdateRequestBody.md)
160
+ - [Coordinates](interfaces/Coordinates.md)
161
+ - [Country](interfaces/Country.md)
162
+ - [Coupon](interfaces/Coupon.md)
163
+ - [CreditCardInstrument](interfaces/CreditCardInstrument.md)
164
+ - [CreditCardPaymentInitializeOptions](interfaces/CreditCardPaymentInitializeOptions.md)
165
+ - [CreditCardPlaceHolder](interfaces/CreditCardPlaceHolder.md)
166
+ - [CreditCardPlaceHolder_2](interfaces/CreditCardPlaceHolder_2.md)
167
+ - [CssProperties](interfaces/CssProperties.md)
168
+ - [CssProperties_2](interfaces/CssProperties_2.md)
169
+ - [Currency](interfaces/Currency.md)
170
+ - [CustomError](interfaces/CustomError.md)
171
+ - [CustomItem](interfaces/CustomItem.md)
172
+ - [Customer](interfaces/Customer.md)
173
+ - [CustomerAccountRequestBody](interfaces/CustomerAccountRequestBody.md)
174
+ - [CustomerAddress](interfaces/CustomerAddress.md)
175
+ - [CustomerCredentials](interfaces/CustomerCredentials.md)
176
+ - [CustomerGroup](interfaces/CustomerGroup.md)
177
+ - [CustomerInitializeOptions](interfaces/CustomerInitializeOptions.md)
178
+ - [CustomerPasswordRequirements](interfaces/CustomerPasswordRequirements.md)
179
+ - [CustomerRequestOptions](interfaces/CustomerRequestOptions.md)
180
+ - [DigitalItem](interfaces/DigitalItem.md)
181
+ - [DigitalRiverElementClasses](interfaces/DigitalRiverElementClasses.md)
182
+ - [DigitalRiverPaymentInitializeOptions](interfaces/DigitalRiverPaymentInitializeOptions.md)
183
+ - [Discount](interfaces/Discount.md)
184
+ - [EmbeddedCheckoutCompleteEvent](interfaces/EmbeddedCheckoutCompleteEvent.md)
185
+ - [EmbeddedCheckoutError](interfaces/EmbeddedCheckoutError.md)
186
+ - [EmbeddedCheckoutErrorEvent](interfaces/EmbeddedCheckoutErrorEvent.md)
187
+ - [EmbeddedCheckoutFrameErrorEvent](interfaces/EmbeddedCheckoutFrameErrorEvent.md)
188
+ - [EmbeddedCheckoutFrameLoadedEvent](interfaces/EmbeddedCheckoutFrameLoadedEvent.md)
189
+ - [EmbeddedCheckoutLoadedEvent](interfaces/EmbeddedCheckoutLoadedEvent.md)
190
+ - [EmbeddedCheckoutMessenger](interfaces/EmbeddedCheckoutMessenger.md)
191
+ - [EmbeddedCheckoutMessengerOptions](interfaces/EmbeddedCheckoutMessengerOptions.md)
192
+ - [EmbeddedCheckoutOptions](interfaces/EmbeddedCheckoutOptions.md)
193
+ - [EmbeddedCheckoutSignedOutEvent](interfaces/EmbeddedCheckoutSignedOutEvent.md)
194
+ - [EmbeddedCheckoutStyles](interfaces/EmbeddedCheckoutStyles.md)
195
+ - [EmbeddedContentOptions](interfaces/EmbeddedContentOptions.md)
196
+ - [ExecutePaymentMethodCheckoutOptions](interfaces/ExecutePaymentMethodCheckoutOptions.md)
197
+ - [FlashMessage](interfaces/FlashMessage.md)
198
+ - [FormField](interfaces/FormField.md)
199
+ - [FormFieldItem](interfaces/FormFieldItem.md)
200
+ - [FormFieldOptions](interfaces/FormFieldOptions.md)
201
+ - [FormFields](interfaces/FormFields.md)
202
+ - [GatewayOrderPayment](interfaces/GatewayOrderPayment.md)
203
+ - [GiftCertificate](interfaces/GiftCertificate.md)
204
+ - [GiftCertificateItem](interfaces/GiftCertificateItem.md)
205
+ - [GiftCertificateOrderPayment](interfaces/GiftCertificateOrderPayment.md)
206
+ - [GooglePayButtonInitializeOptions](interfaces/GooglePayButtonInitializeOptions.md)
207
+ - [GooglePayCustomerInitializeOptions](interfaces/GooglePayCustomerInitializeOptions.md)
208
+ - [GooglePayPaymentInitializeOptions](interfaces/GooglePayPaymentInitializeOptions.md)
209
+ - [HostedCardFieldOptions](interfaces/HostedCardFieldOptions.md)
210
+ - [HostedCardFieldOptionsMap](interfaces/HostedCardFieldOptionsMap.md)
211
+ - [HostedFieldStylesMap](interfaces/HostedFieldStylesMap.md)
212
+ - [HostedFormOptions](interfaces/HostedFormOptions.md)
213
+ - [HostedInputBlurEvent](interfaces/HostedInputBlurEvent.md)
214
+ - [HostedInputCardTypeChangeEvent](interfaces/HostedInputCardTypeChangeEvent.md)
215
+ - [HostedInputEnterEvent](interfaces/HostedInputEnterEvent.md)
216
+ - [HostedInputFocusEvent](interfaces/HostedInputFocusEvent.md)
217
+ - [HostedInputValidateErrorData](interfaces/HostedInputValidateErrorData.md)
218
+ - [HostedInputValidateErrorDataMap](interfaces/HostedInputValidateErrorDataMap.md)
219
+ - [HostedInputValidateEvent](interfaces/HostedInputValidateEvent.md)
220
+ - [HostedInputValidateResults](interfaces/HostedInputValidateResults.md)
221
+ - [HostedInstrument](interfaces/HostedInstrument.md)
222
+ - [HostedStoredCardFieldOptions](interfaces/HostedStoredCardFieldOptions.md)
223
+ - [HostedStoredCardFieldOptionsMap](interfaces/HostedStoredCardFieldOptionsMap.md)
224
+ - [IbanElementOptions](interfaces/IbanElementOptions.md)
225
+ - [IdealElementOptions](interfaces/IdealElementOptions.md)
226
+ - [IndividualCardElementOptions](interfaces/IndividualCardElementOptions.md)
227
+ - [InitializationStrategy](interfaces/InitializationStrategy.md)
228
+ - [InlineElementStyles](interfaces/InlineElementStyles.md)
229
+ - [InputDetail](interfaces/InputDetail.md)
230
+ - [InputDetail_2](interfaces/InputDetail_2.md)
231
+ - [InputStyles](interfaces/InputStyles.md)
232
+ - [Item](interfaces/Item.md)
233
+ - [Item_2](interfaces/Item_2.md)
234
+ - [Item_3](interfaces/Item_3.md)
235
+ - [KlarnaLoadResponse](interfaces/KlarnaLoadResponse.md)
236
+ - [KlarnaLoadResponse_2](interfaces/KlarnaLoadResponse_2.md)
237
+ - [KlarnaPaymentInitializeOptions](interfaces/KlarnaPaymentInitializeOptions.md)
238
+ - [KlarnaV2PaymentInitializeOptions](interfaces/KlarnaV2PaymentInitializeOptions.md)
239
+ - [LabelStyles](interfaces/LabelStyles.md)
240
+ - [LanguageConfig](interfaces/LanguageConfig.md)
241
+ - [LineItem](interfaces/LineItem.md)
242
+ - [LineItemCategory](interfaces/LineItemCategory.md)
243
+ - [LineItemMap](interfaces/LineItemMap.md)
244
+ - [LineItemOption](interfaces/LineItemOption.md)
245
+ - [LineItemSocialData](interfaces/LineItemSocialData.md)
246
+ - [LinkStyles](interfaces/LinkStyles.md)
247
+ - [LoadingIndicatorStyles](interfaces/LoadingIndicatorStyles.md)
248
+ - [Locales](interfaces/Locales.md)
249
+ - [MasterpassCustomerInitializeOptions](interfaces/MasterpassCustomerInitializeOptions.md)
250
+ - [MasterpassPaymentInitializeOptions](interfaces/MasterpassPaymentInitializeOptions.md)
251
+ - [MolliePaymentInitializeOptions](interfaces/MolliePaymentInitializeOptions.md)
252
+ - [MonerisPaymentInitializeOptions](interfaces/MonerisPaymentInitializeOptions.md)
253
+ - [MonerisStylingProps](interfaces/MonerisStylingProps.md)
254
+ - [NonceGenerationError](interfaces/NonceGenerationError.md)
255
+ - [NonceInstrument](interfaces/NonceInstrument.md)
256
+ - [Option](interfaces/Option.md)
257
+ - [OptionsResponse](interfaces/OptionsResponse.md)
258
+ - [OpyPaymentInitializeOptions](interfaces/OpyPaymentInitializeOptions.md)
259
+ - [Order](interfaces/Order.md)
260
+ - [OrderConsignment](interfaces/OrderConsignment.md)
261
+ - [OrderPayment](interfaces/OrderPayment.md)
262
+ - [OrderPaymentRequestBody](interfaces/OrderPaymentRequestBody.md)
263
+ - [OrderRequestBody](interfaces/OrderRequestBody.md)
264
+ - [OrderShippingConsignment](interfaces/OrderShippingConsignment.md)
265
+ - [PasswordRequirements](interfaces/PasswordRequirements.md)
266
+ - [PayPalInstrument](interfaces/PayPalInstrument.md)
267
+ - [PaymentInitializeOptions](interfaces/PaymentInitializeOptions.md)
268
+ - [PaymentMethod](interfaces/PaymentMethod.md)
269
+ - [PaymentMethodConfig](interfaces/PaymentMethodConfig.md)
270
+ - [PaymentRequestOptions](interfaces/PaymentRequestOptions.md)
271
+ - [PaymentSettings](interfaces/PaymentSettings.md)
272
+ - [PaypalButtonInitializeOptions](interfaces/PaypalButtonInitializeOptions.md)
273
+ - [PaypalButtonStyleOptions](interfaces/PaypalButtonStyleOptions.md)
274
+ - [PaypalButtonStyleOptions_2](interfaces/PaypalButtonStyleOptions_2.md)
275
+ - [PaypalCommerceButtonInitializeOptions](interfaces/PaypalCommerceButtonInitializeOptions.md)
276
+ - [PaypalCommerceCreditCardPaymentInitializeOptions](interfaces/PaypalCommerceCreditCardPaymentInitializeOptions.md)
277
+ - [PaypalCommerceFormFieldCardTypeChangeEventData](interfaces/PaypalCommerceFormFieldCardTypeChangeEventData.md)
278
+ - [PaypalCommerceFormFieldKeyboardEventData](interfaces/PaypalCommerceFormFieldKeyboardEventData.md)
279
+ - [PaypalCommerceFormFieldOptions](interfaces/PaypalCommerceFormFieldOptions.md)
280
+ - [PaypalCommerceFormFieldStylesMap](interfaces/PaypalCommerceFormFieldStylesMap.md)
281
+ - [PaypalCommerceFormFieldValidateErrorData](interfaces/PaypalCommerceFormFieldValidateErrorData.md)
282
+ - [PaypalCommerceFormFieldValidateEventData](interfaces/PaypalCommerceFormFieldValidateEventData.md)
283
+ - [PaypalCommerceFormFieldsMap](interfaces/PaypalCommerceFormFieldsMap.md)
284
+ - [PaypalCommerceFormOptions](interfaces/PaypalCommerceFormOptions.md)
285
+ - [PaypalCommercePaymentInitializeOptions](interfaces/PaypalCommercePaymentInitializeOptions.md)
286
+ - [PaypalCommerceStoredCardFieldOptions](interfaces/PaypalCommerceStoredCardFieldOptions.md)
287
+ - [PaypalCommerceStoredCardFieldsMap](interfaces/PaypalCommerceStoredCardFieldsMap.md)
288
+ - [PaypalCommerceVenmoButtonInitializeOptions](interfaces/PaypalCommerceVenmoButtonInitializeOptions.md)
289
+ - [PaypalExpressPaymentInitializeOptions](interfaces/PaypalExpressPaymentInitializeOptions.md)
290
+ - [PaypalFieldsStyleOptions](interfaces/PaypalFieldsStyleOptions.md)
291
+ - [PhysicalItem](interfaces/PhysicalItem.md)
292
+ - [PickupMethod](interfaces/PickupMethod.md)
293
+ - [PickupOptionRequestBody](interfaces/PickupOptionRequestBody.md)
294
+ - [PickupOptionResult](interfaces/PickupOptionResult.md)
295
+ - [Promotion](interfaces/Promotion.md)
296
+ - [Radius](interfaces/Radius.md)
297
+ - [Region](interfaces/Region.md)
298
+ - [RequestOptions](interfaces/RequestOptions.md)
299
+ - [SearchArea](interfaces/SearchArea.md)
300
+ - [SepaPlaceHolder](interfaces/SepaPlaceHolder.md)
301
+ - [SepaPlaceHolder_2](interfaces/SepaPlaceHolder_2.md)
302
+ - [ShippingInitializeOptions](interfaces/ShippingInitializeOptions.md)
303
+ - [ShippingOption](interfaces/ShippingOption.md)
304
+ - [ShippingRequestOptions](interfaces/ShippingRequestOptions.md)
305
+ - [ShopperConfig](interfaces/ShopperConfig.md)
306
+ - [ShopperCurrency](interfaces/ShopperCurrency.md)
307
+ - [SignInEmail](interfaces/SignInEmail.md)
308
+ - [SignInEmailRequestBody](interfaces/SignInEmailRequestBody.md)
309
+ - [SpamProtectionOptions](interfaces/SpamProtectionOptions.md)
310
+ - [SquareFormElement](interfaces/SquareFormElement.md)
311
+ - [SquarePaymentInitializeOptions](interfaces/SquarePaymentInitializeOptions.md)
312
+ - [StepStyles](interfaces/StepStyles.md)
313
+ - [StepTracker](interfaces/StepTracker.md)
314
+ - [StepTrackerConfig](interfaces/StepTrackerConfig.md)
315
+ - [StoreConfig](interfaces/StoreConfig.md)
316
+ - [StoreCurrency](interfaces/StoreCurrency.md)
317
+ - [StoreLinks](interfaces/StoreLinks.md)
318
+ - [StoreProfile](interfaces/StoreProfile.md)
319
+ - [StripeElementCSSProperties](interfaces/StripeElementCSSProperties.md)
320
+ - [StripeElementClasses](interfaces/StripeElementClasses.md)
321
+ - [StripeElementStyle](interfaces/StripeElementStyle.md)
322
+ - [StripeElementStyleVariant](interfaces/StripeElementStyleVariant.md)
323
+ - [StripeUPEPaymentInitializeOptions](interfaces/StripeUPEPaymentInitializeOptions.md)
324
+ - [StripeV3PaymentInitializeOptions](interfaces/StripeV3PaymentInitializeOptions.md)
325
+ - [StyleOptions](interfaces/StyleOptions.md)
326
+ - [StyleOptions_2](interfaces/StyleOptions_2.md)
327
+ - [SubInputDetail](interfaces/SubInputDetail.md)
328
+ - [SubInputDetail_2](interfaces/SubInputDetail_2.md)
329
+ - [Subscriptions](interfaces/Subscriptions.md)
330
+ - [Tax](interfaces/Tax.md)
331
+ - [TextInputStyles](interfaces/TextInputStyles.md)
332
+ - [ThreeDSecure](interfaces/ThreeDSecure.md)
333
+ - [ThreeDSecureToken](interfaces/ThreeDSecureToken.md)
334
+ - [TranslationData](interfaces/TranslationData.md)
335
+ - [Translations](interfaces/Translations.md)
336
+ - [UnknownObject](interfaces/UnknownObject.md)
337
+ - [VaultedInstrument](interfaces/VaultedInstrument.md)
338
+ - [WechatDataPaymentMethodState](interfaces/WechatDataPaymentMethodState.md)
339
+ - [WechatDataPaymentMethodState_2](interfaces/WechatDataPaymentMethodState_2.md)
340
+ - [WechatState](interfaces/WechatState.md)
341
+ - [WechatState_2](interfaces/WechatState_2.md)
342
+ - [WithAccountCreation](interfaces/WithAccountCreation.md)
343
+ - [WithCheckoutcomFawryInstrument](interfaces/WithCheckoutcomFawryInstrument.md)
344
+ - [WithCheckoutcomSEPAInstrument](interfaces/WithCheckoutcomSEPAInstrument.md)
345
+ - [WithCheckoutcomiDealInstrument](interfaces/WithCheckoutcomiDealInstrument.md)
346
+ - [WithDocumentInstrument](interfaces/WithDocumentInstrument.md)
347
+ - [WithMollieIssuerInstrument](interfaces/WithMollieIssuerInstrument.md)
348
+ - [WorldpayPaymentInitializeOptions](interfaces/WorldpayPaymentInitializeOptions.md)
349
+ - [ZipCodeElementOptions](interfaces/ZipCodeElementOptions.md)
350
350
 
351
351
  ### Type aliases
352
352
 
353
- * [AccountInstrument](README.md#accountinstrument)
354
- * [AddressKey](README.md#addresskey)
355
- * [AdyenComponentState](README.md#adyencomponentstate)
356
- * [AdyenV3ComponentState](README.md#adyenv3componentstate)
357
- * [AmazonPayV2ButtonInitializeOptions](README.md#amazonpayv2buttoninitializeoptions)
358
- * [AnalyticStepType](README.md#analyticsteptype)
359
- * [BraintreeFormFieldBlurEventData](README.md#braintreeformfieldblureventdata)
360
- * [BraintreeFormFieldEnterEventData](README.md#braintreeformfieldentereventdata)
361
- * [BraintreeFormFieldFocusEventData](README.md#braintreeformfieldfocuseventdata)
362
- * [BraintreeFormFieldStyles](README.md#braintreeformfieldstyles)
363
- * [CheckoutIncludeParam](README.md#checkoutincludeparam)
364
- * [ComparableCheckout](README.md#comparablecheckout)
365
- * [ConsignmentAssignmentRequestBody](README.md#consignmentassignmentrequestbody)
366
- * [ConsignmentsRequestBody](README.md#consignmentsrequestbody)
367
- * [CustomerAddressRequestBody](README.md#customeraddressrequestbody)
368
- * [FlashMessageType](README.md#flashmessagetype)
369
- * [FormFieldFieldType](README.md#formfieldfieldtype)
370
- * [FormFieldType](README.md#formfieldtype)
371
- * [GuestCredentials](README.md#guestcredentials)
372
- * [HostedCreditCardInstrument](README.md#hostedcreditcardinstrument)
373
- * [HostedFieldBlurEventData](README.md#hostedfieldblureventdata)
374
- * [HostedFieldCardTypeChangeEventData](README.md#hostedfieldcardtypechangeeventdata)
375
- * [HostedFieldEnterEventData](README.md#hostedfieldentereventdata)
376
- * [HostedFieldFocusEventData](README.md#hostedfieldfocuseventdata)
377
- * [HostedFieldOptionsMap](README.md#hostedfieldoptionsmap)
378
- * [HostedFieldStyles](README.md#hostedfieldstyles)
379
- * [HostedFieldValidateEventData](README.md#hostedfieldvalidateeventdata)
380
- * [HostedInputStyles](README.md#hostedinputstyles)
381
- * [HostedVaultedInstrument](README.md#hostedvaultedinstrument)
382
- * [Instrument](README.md#instrument)
383
- * [Omit](README.md#omit)
384
- * [OrderPaymentInstrument](README.md#orderpaymentinstrument)
385
- * [OrderPayments](README.md#orderpayments)
386
- * [PaymentInstrument](README.md#paymentinstrument)
387
- * [PaypalCommerceFormFieldBlurEventData](README.md#paypalcommerceformfieldblureventdata)
388
- * [PaypalCommerceFormFieldEnterEventData](README.md#paypalcommerceformfieldentereventdata)
389
- * [PaypalCommerceFormFieldFocusEventData](README.md#paypalcommerceformfieldfocuseventdata)
390
- * [PaypalCommerceFormFieldStyles](README.md#paypalcommerceformfieldstyles)
391
- * [PaypalCommerceInitializeOptions](README.md#paypalcommerceinitializeoptions)
392
- * [StripeElementOptions](README.md#stripeelementoptions)
353
+ - [AccountInstrument](README.md#accountinstrument)
354
+ - [AddressKey](README.md#addresskey)
355
+ - [AdyenComponentState](README.md#adyencomponentstate)
356
+ - [AdyenV3ComponentState](README.md#adyenv3componentstate)
357
+ - [AmazonPayV2ButtonInitializeOptions](README.md#amazonpayv2buttoninitializeoptions)
358
+ - [AnalyticStepType](README.md#analyticsteptype)
359
+ - [BraintreeFormFieldBlurEventData](README.md#braintreeformfieldblureventdata)
360
+ - [BraintreeFormFieldEnterEventData](README.md#braintreeformfieldentereventdata)
361
+ - [BraintreeFormFieldFocusEventData](README.md#braintreeformfieldfocuseventdata)
362
+ - [BraintreeFormFieldStyles](README.md#braintreeformfieldstyles)
363
+ - [CheckoutIncludeParam](README.md#checkoutincludeparam)
364
+ - [ComparableCheckout](README.md#comparablecheckout)
365
+ - [ConsignmentAssignmentRequestBody](README.md#consignmentassignmentrequestbody)
366
+ - [ConsignmentsRequestBody](README.md#consignmentsrequestbody)
367
+ - [CustomerAddressRequestBody](README.md#customeraddressrequestbody)
368
+ - [FlashMessageType](README.md#flashmessagetype)
369
+ - [FormFieldFieldType](README.md#formfieldfieldtype)
370
+ - [FormFieldType](README.md#formfieldtype)
371
+ - [GuestCredentials](README.md#guestcredentials)
372
+ - [HostedCreditCardInstrument](README.md#hostedcreditcardinstrument)
373
+ - [HostedFieldBlurEventData](README.md#hostedfieldblureventdata)
374
+ - [HostedFieldCardTypeChangeEventData](README.md#hostedfieldcardtypechangeeventdata)
375
+ - [HostedFieldEnterEventData](README.md#hostedfieldentereventdata)
376
+ - [HostedFieldFocusEventData](README.md#hostedfieldfocuseventdata)
377
+ - [HostedFieldOptionsMap](README.md#hostedfieldoptionsmap)
378
+ - [HostedFieldStyles](README.md#hostedfieldstyles)
379
+ - [HostedFieldValidateEventData](README.md#hostedfieldvalidateeventdata)
380
+ - [HostedInputStyles](README.md#hostedinputstyles)
381
+ - [HostedVaultedInstrument](README.md#hostedvaultedinstrument)
382
+ - [Instrument](README.md#instrument)
383
+ - [Omit](README.md#omit)
384
+ - [OrderPaymentInstrument](README.md#orderpaymentinstrument)
385
+ - [OrderPayments](README.md#orderpayments)
386
+ - [PaymentInstrument](README.md#paymentinstrument)
387
+ - [PaypalCommerceFormFieldBlurEventData](README.md#paypalcommerceformfieldblureventdata)
388
+ - [PaypalCommerceFormFieldEnterEventData](README.md#paypalcommerceformfieldentereventdata)
389
+ - [PaypalCommerceFormFieldFocusEventData](README.md#paypalcommerceformfieldfocuseventdata)
390
+ - [PaypalCommerceFormFieldStyles](README.md#paypalcommerceformfieldstyles)
391
+ - [PaypalCommerceInitializeOptions](README.md#paypalcommerceinitializeoptions)
392
+ - [StripeElementOptions](README.md#stripeelementoptions)
393
393
 
394
394
  ### Functions
395
395
 
396
- * [createCheckoutButtonInitializer](README.md#createcheckoutbuttoninitializer)
397
- * [createCheckoutService](README.md#createcheckoutservice)
398
- * [createCurrencyService](README.md#createcurrencyservice)
399
- * [createEmbeddedCheckoutMessenger](README.md#createembeddedcheckoutmessenger)
400
- * [createLanguageService](README.md#createlanguageservice)
401
- * [createStepTracker](README.md#createsteptracker)
402
- * [embedCheckout](README.md#embedcheckout)
396
+ - [createCheckoutButtonInitializer](README.md#createcheckoutbuttoninitializer)
397
+ - [createCheckoutService](README.md#createcheckoutservice)
398
+ - [createCurrencyService](README.md#createcurrencyservice)
399
+ - [createEmbeddedCheckoutMessenger](README.md#createembeddedcheckoutmessenger)
400
+ - [createLanguageService](README.md#createlanguageservice)
401
+ - [createStepTracker](README.md#createsteptracker)
402
+ - [embedCheckout](README.md#embedcheckout)
403
403
 
404
404
  ## Type aliases
405
405
 
406
- ### AccountInstrument
406
+ ### AccountInstrument
407
407
 
408
- Ƭ **AccountInstrument**: *[PayPalInstrument](interfaces/paypalinstrument.md) | [BankInstrument](interfaces/bankinstrument.md)*
408
+ Ƭ **AccountInstrument**: [`PayPalInstrument`](interfaces/PayPalInstrument.md) \| [`BankInstrument`](interfaces/BankInstrument.md)
409
409
 
410
410
  ___
411
411
 
412
- ### AddressKey
412
+ ### AddressKey
413
413
 
414
- Ƭ **AddressKey**: *keyof Address*
414
+ Ƭ **AddressKey**: keyof [`Address`](interfaces/Address.md)
415
415
 
416
416
  ___
417
417
 
418
- ### AdyenComponentState
418
+ ### AdyenComponentState
419
419
 
420
- Ƭ **AdyenComponentState**: *[CardState](interfaces/cardstate.md) | [WechatState](interfaces/wechatstate.md)*
420
+ Ƭ **AdyenComponentState**: [`CardState`](interfaces/CardState.md) \| [`WechatState`](interfaces/WechatState.md)
421
421
 
422
422
  ___
423
423
 
424
- ### AdyenV3ComponentState
424
+ ### AdyenV3ComponentState
425
425
 
426
- Ƭ **AdyenV3ComponentState**: *[CardState_2](interfaces/cardstate_2.md) | [WechatState_2](interfaces/wechatstate_2.md)*
426
+ Ƭ **AdyenV3ComponentState**: [`CardState_2`](interfaces/CardState_2.md) \| [`WechatState_2`](interfaces/WechatState_2.md)
427
427
 
428
428
  ___
429
429
 
430
- ### AmazonPayV2ButtonInitializeOptions
430
+ ### AmazonPayV2ButtonInitializeOptions
431
431
 
432
- Ƭ **AmazonPayV2ButtonInitializeOptions**: *[AmazonPayV2ButtonParams](interfaces/amazonpayv2buttonparams.md)*
432
+ Ƭ **AmazonPayV2ButtonInitializeOptions**: [`AmazonPayV2ButtonParams`](interfaces/AmazonPayV2ButtonParams.md)
433
433
 
434
434
  The required config to render the AmazonPayV2 buttton.
435
435
 
436
436
  ___
437
437
 
438
- ### AnalyticStepType
438
+ ### AnalyticStepType
439
439
 
440
- Ƭ **AnalyticStepType**: *"customer" | "shipping" | "billing" | "payment"*
440
+ Ƭ **AnalyticStepType**: ``"customer"`` \| ``"shipping"`` \| ``"billing"`` \| ``"payment"``
441
441
 
442
442
  ___
443
443
 
444
- ### BraintreeFormFieldBlurEventData
444
+ ### BraintreeFormFieldBlurEventData
445
445
 
446
- Ƭ **BraintreeFormFieldBlurEventData**: *[BraintreeFormFieldKeyboardEventData](interfaces/braintreeformfieldkeyboardeventdata.md)*
446
+ Ƭ **BraintreeFormFieldBlurEventData**: [`BraintreeFormFieldKeyboardEventData`](interfaces/BraintreeFormFieldKeyboardEventData.md)
447
447
 
448
448
  ___
449
449
 
450
- ### BraintreeFormFieldEnterEventData
450
+ ### BraintreeFormFieldEnterEventData
451
451
 
452
- Ƭ **BraintreeFormFieldEnterEventData**: *[BraintreeFormFieldKeyboardEventData](interfaces/braintreeformfieldkeyboardeventdata.md)*
452
+ Ƭ **BraintreeFormFieldEnterEventData**: [`BraintreeFormFieldKeyboardEventData`](interfaces/BraintreeFormFieldKeyboardEventData.md)
453
453
 
454
454
  ___
455
455
 
456
- ### BraintreeFormFieldFocusEventData
456
+ ### BraintreeFormFieldFocusEventData
457
457
 
458
- Ƭ **BraintreeFormFieldFocusEventData**: *[BraintreeFormFieldKeyboardEventData](interfaces/braintreeformfieldkeyboardeventdata.md)*
458
+ Ƭ **BraintreeFormFieldFocusEventData**: [`BraintreeFormFieldKeyboardEventData`](interfaces/BraintreeFormFieldKeyboardEventData.md)
459
459
 
460
460
  ___
461
461
 
462
- ### BraintreeFormFieldStyles
462
+ ### BraintreeFormFieldStyles
463
463
 
464
- Ƭ **BraintreeFormFieldStyles**: *PartialPickCSSStyleDeclaration, "color" | "fontFamily" | "fontSize" | "fontWeight"››*
464
+ Ƭ **BraintreeFormFieldStyles**: `Partial`<`Pick`<`CSSStyleDeclaration`, ``"color"`` \| ``"fontFamily"`` \| ``"fontSize"`` \| ``"fontWeight"``\>\>
465
465
 
466
466
  ___
467
467
 
468
- ### CheckoutIncludeParam
468
+ ### CheckoutIncludeParam
469
469
 
470
- Ƭ **CheckoutIncludeParam**: *object*
471
-
472
- #### Type declaration:
470
+ Ƭ **CheckoutIncludeParam**: { [key in CheckoutIncludes]?: boolean }
473
471
 
474
472
  ___
475
473
 
476
- ### ComparableCheckout
474
+ ### ComparableCheckout
477
475
 
478
- Ƭ **ComparableCheckout**: *Pick[Checkout](interfaces/checkout.md), "outstandingBalance" | "coupons" | "giftCertificates" & object*
476
+ Ƭ **ComparableCheckout**: `Pick`<[`Checkout`](interfaces/Checkout.md), ``"outstandingBalance"`` \| ``"coupons"`` \| ``"giftCertificates"``\> & { `cart`: `Partial`<[`Cart`](interfaces/Cart.md)\> }
479
477
 
480
478
  ___
481
479
 
482
- ### ConsignmentAssignmentRequestBody
480
+ ### ConsignmentAssignmentRequestBody
483
481
 
484
- Ƭ **ConsignmentAssignmentRequestBody**: *[ConsignmentAssignmentBaseRequestBodyWithShippingAddress](interfaces/consignmentassignmentbaserequestbodywithshippingaddress.md) | [ConsignmentAssignmentBaseRequestBodyWithAddress](interfaces/consignmentassignmentbaserequestbodywithaddress.md)*
482
+ Ƭ **ConsignmentAssignmentRequestBody**: [`ConsignmentAssignmentBaseRequestBodyWithShippingAddress`](interfaces/ConsignmentAssignmentBaseRequestBodyWithShippingAddress.md) \| [`ConsignmentAssignmentBaseRequestBodyWithAddress`](interfaces/ConsignmentAssignmentBaseRequestBodyWithAddress.md)
485
483
 
486
484
  ___
487
485
 
488
- ### ConsignmentsRequestBody
486
+ ### ConsignmentsRequestBody
489
487
 
490
- Ƭ **ConsignmentsRequestBody**: *[ConsignmentCreateRequestBody](interfaces/consignmentcreaterequestbody.md)[]*
488
+ Ƭ **ConsignmentsRequestBody**: [`ConsignmentCreateRequestBody`](interfaces/ConsignmentCreateRequestBody.md)[]
491
489
 
492
490
  ___
493
491
 
494
- ### CustomerAddressRequestBody
492
+ ### CustomerAddressRequestBody
495
493
 
496
- Ƭ **CustomerAddressRequestBody**: *[AddressRequestBody](interfaces/addressrequestbody.md)*
494
+ Ƭ **CustomerAddressRequestBody**: [`AddressRequestBody`](interfaces/AddressRequestBody.md)
497
495
 
498
496
  ___
499
497
 
500
- ### FlashMessageType
498
+ ### FlashMessageType
501
499
 
502
- Ƭ **FlashMessageType**: *"error" | "info" | "warning" | "success"*
500
+ Ƭ **FlashMessageType**: ``"error"`` \| ``"info"`` \| ``"warning"`` \| ``"success"``
503
501
 
504
502
  ___
505
503
 
506
- ### FormFieldFieldType
504
+ ### FormFieldFieldType
507
505
 
508
- Ƭ **FormFieldFieldType**: *"checkbox" | "date" | "text" | "dropdown" | "password" | "radio" | "multiline"*
506
+ Ƭ **FormFieldFieldType**: ``"checkbox"`` \| ``"date"`` \| ``"text"`` \| ``"dropdown"`` \| ``"password"`` \| ``"radio"`` \| ``"multiline"``
509
507
 
510
508
  ___
511
509
 
512
- ### FormFieldType
510
+ ### FormFieldType
513
511
 
514
- Ƭ **FormFieldType**: *"array" | "date" | "integer" | "string"*
512
+ Ƭ **FormFieldType**: ``"array"`` \| ``"date"`` \| ``"integer"`` \| ``"string"``
515
513
 
516
514
  ___
517
515
 
518
- ### GuestCredentials
516
+ ### GuestCredentials
519
517
 
520
- Ƭ **GuestCredentials**: *Partial[Subscriptions](interfaces/subscriptions.md) & object*
518
+ Ƭ **GuestCredentials**: `Partial`<[`Subscriptions`](interfaces/Subscriptions.md)\> & { `email`: `string` ; `id?`: `string` }
521
519
 
522
520
  ___
523
521
 
524
- ### HostedCreditCardInstrument
522
+ ### HostedCreditCardInstrument
525
523
 
526
- Ƭ **HostedCreditCardInstrument**: *[Omit](README.md#omit)[CreditCardInstrument](interfaces/creditcardinstrument.md), "ccExpiry" | "ccName" | "ccNumber" | "ccCvv"›*
524
+ Ƭ **HostedCreditCardInstrument**: [`Omit`](README.md#omit)<[`CreditCardInstrument`](interfaces/CreditCardInstrument.md), ``"ccExpiry"`` \| ``"ccName"`` \| ``"ccNumber"`` \| ``"ccCvv"``\>
527
525
 
528
526
  ___
529
527
 
530
- ### HostedFieldBlurEventData
528
+ ### HostedFieldBlurEventData
531
529
 
532
- Ƭ **HostedFieldBlurEventData**: *HostedInputBlurEvent["payload"]*
530
+ Ƭ **HostedFieldBlurEventData**: [`HostedInputBlurEvent`](interfaces/HostedInputBlurEvent.md)[``"payload"``]
533
531
 
534
532
  ___
535
533
 
536
- ### HostedFieldCardTypeChangeEventData
534
+ ### HostedFieldCardTypeChangeEventData
537
535
 
538
- Ƭ **HostedFieldCardTypeChangeEventData**: *HostedInputCardTypeChangeEvent["payload"]*
536
+ Ƭ **HostedFieldCardTypeChangeEventData**: [`HostedInputCardTypeChangeEvent`](interfaces/HostedInputCardTypeChangeEvent.md)[``"payload"``]
539
537
 
540
538
  ___
541
539
 
542
- ### HostedFieldEnterEventData
540
+ ### HostedFieldEnterEventData
543
541
 
544
- Ƭ **HostedFieldEnterEventData**: *HostedInputEnterEvent["payload"]*
542
+ Ƭ **HostedFieldEnterEventData**: [`HostedInputEnterEvent`](interfaces/HostedInputEnterEvent.md)[``"payload"``]
545
543
 
546
544
  ___
547
545
 
548
- ### HostedFieldFocusEventData
546
+ ### HostedFieldFocusEventData
549
547
 
550
- Ƭ **HostedFieldFocusEventData**: *HostedInputFocusEvent["payload"]*
548
+ Ƭ **HostedFieldFocusEventData**: [`HostedInputFocusEvent`](interfaces/HostedInputFocusEvent.md)[``"payload"``]
551
549
 
552
550
  ___
553
551
 
554
- ### HostedFieldOptionsMap
552
+ ### HostedFieldOptionsMap
555
553
 
556
- Ƭ **HostedFieldOptionsMap**: *[HostedCardFieldOptionsMap](interfaces/hostedcardfieldoptionsmap.md) | [HostedStoredCardFieldOptionsMap](interfaces/hostedstoredcardfieldoptionsmap.md)*
554
+ Ƭ **HostedFieldOptionsMap**: [`HostedCardFieldOptionsMap`](interfaces/HostedCardFieldOptionsMap.md) \| [`HostedStoredCardFieldOptionsMap`](interfaces/HostedStoredCardFieldOptionsMap.md)
557
555
 
558
556
  ___
559
557
 
560
- ### HostedFieldStyles
558
+ ### HostedFieldStyles
561
559
 
562
- Ƭ **HostedFieldStyles**: *[HostedInputStyles](README.md#hostedinputstyles)*
560
+ Ƭ **HostedFieldStyles**: [`HostedInputStyles`](README.md#hostedinputstyles)
563
561
 
564
562
  ___
565
563
 
566
- ### HostedFieldValidateEventData
564
+ ### HostedFieldValidateEventData
567
565
 
568
- Ƭ **HostedFieldValidateEventData**: *HostedInputValidateEvent["payload"]*
566
+ Ƭ **HostedFieldValidateEventData**: [`HostedInputValidateEvent`](interfaces/HostedInputValidateEvent.md)[``"payload"``]
569
567
 
570
568
  ___
571
569
 
572
- ### HostedInputStyles
570
+ ### HostedInputStyles
573
571
 
574
- Ƭ **HostedInputStyles**: *PartialPickCSSStyleDeclaration, "color" | "fontFamily" | "fontSize" | "fontWeight"››*
572
+ Ƭ **HostedInputStyles**: `Partial`<`Pick`<`CSSStyleDeclaration`, ``"color"`` \| ``"fontFamily"`` \| ``"fontSize"`` \| ``"fontWeight"``\>\>
575
573
 
576
574
  ___
577
575
 
578
- ### HostedVaultedInstrument
576
+ ### HostedVaultedInstrument
579
577
 
580
- Ƭ **HostedVaultedInstrument**: *[Omit](README.md#omit)[VaultedInstrument](interfaces/vaultedinstrument.md), "ccNumber" | "ccCvv"›*
578
+ Ƭ **HostedVaultedInstrument**: [`Omit`](README.md#omit)<[`VaultedInstrument`](interfaces/VaultedInstrument.md), ``"ccNumber"`` \| ``"ccCvv"``\>
581
579
 
582
580
  ___
583
581
 
584
- ### Instrument
582
+ ### Instrument
585
583
 
586
- Ƭ **Instrument**: *[CardInstrument](interfaces/cardinstrument.md)*
584
+ Ƭ **Instrument**: [`CardInstrument`](interfaces/CardInstrument.md)
587
585
 
588
586
  ___
589
587
 
590
- ### Omit
588
+ ### Omit
589
+
590
+ Ƭ **Omit**<`T`, `K`\>: `Pick`<`T`, `Exclude`<keyof `T`, `K`\>\>
591
+
592
+ #### Type parameters
591
593
 
592
- Ƭ **Omit**: *Pick‹T, Exclude‹keyof T, K››*
594
+ | Name | Type |
595
+ | :------ | :------ |
596
+ | `T` | `T` |
597
+ | `K` | extends keyof `T` |
593
598
 
594
599
  ___
595
600
 
596
- ### OrderPaymentInstrument
601
+ ### OrderPaymentInstrument
597
602
 
598
- Ƭ **OrderPaymentInstrument**: *[CreditCardInstrument](interfaces/creditcardinstrument.md) | [HostedInstrument](interfaces/hostedinstrument.md) | object | [VaultedInstrument](interfaces/vaultedinstrument.md) | object | [NonceInstrument](interfaces/nonceinstrument.md) | [CreditCardInstrument](interfaces/creditcardinstrument.md) & [WithDocumentInstrument](interfaces/withdocumentinstrument.md) | [CreditCardInstrument](interfaces/creditcardinstrument.md) & [WithCheckoutcomFawryInstrument](interfaces/withcheckoutcomfawryinstrument.md) | [CreditCardInstrument](interfaces/creditcardinstrument.md) & [WithCheckoutcomSEPAInstrument](interfaces/withcheckoutcomsepainstrument.md) | [CreditCardInstrument](interfaces/creditcardinstrument.md) & [WithCheckoutcomiDealInstrument](interfaces/withcheckoutcomidealinstrument.md) | [HostedInstrument](interfaces/hostedinstrument.md) & [WithMollieIssuerInstrument](interfaces/withmollieissuerinstrument.md) | [WithAccountCreation](interfaces/withaccountcreation.md)*
603
+ Ƭ **OrderPaymentInstrument**: [`CreditCardInstrument`](interfaces/CreditCardInstrument.md) \| [`HostedInstrument`](interfaces/HostedInstrument.md) \| [`HostedCreditCardInstrument`](README.md#hostedcreditcardinstrument) \| [`HostedVaultedInstrument`](README.md#hostedvaultedinstrument) \| [`NonceInstrument`](interfaces/NonceInstrument.md) \| [`VaultedInstrument`](interfaces/VaultedInstrument.md) \| [`CreditCardInstrument`](interfaces/CreditCardInstrument.md) & [`WithDocumentInstrument`](interfaces/WithDocumentInstrument.md) \| [`CreditCardInstrument`](interfaces/CreditCardInstrument.md) & [`WithCheckoutcomFawryInstrument`](interfaces/WithCheckoutcomFawryInstrument.md) \| [`CreditCardInstrument`](interfaces/CreditCardInstrument.md) & [`WithCheckoutcomSEPAInstrument`](interfaces/WithCheckoutcomSEPAInstrument.md) \| [`CreditCardInstrument`](interfaces/CreditCardInstrument.md) & [`WithCheckoutcomiDealInstrument`](interfaces/WithCheckoutcomiDealInstrument.md) \| [`HostedInstrument`](interfaces/HostedInstrument.md) & [`WithMollieIssuerInstrument`](interfaces/WithMollieIssuerInstrument.md) \| [`WithAccountCreation`](interfaces/WithAccountCreation.md)
599
604
 
600
605
  ___
601
606
 
602
- ### OrderPayments
607
+ ### OrderPayments
603
608
 
604
- Ƭ **OrderPayments**: *Array‹[GatewayOrderPayment](interfaces/gatewayorderpayment.md) | [GiftCertificateOrderPayment](interfaces/giftcertificateorderpayment.md)›*
609
+ Ƭ **OrderPayments**: ([`GatewayOrderPayment`](interfaces/GatewayOrderPayment.md) \| [`GiftCertificateOrderPayment`](interfaces/GiftCertificateOrderPayment.md))[]
605
610
 
606
611
  ___
607
612
 
608
- ### PaymentInstrument
613
+ ### PaymentInstrument
609
614
 
610
- Ƭ **PaymentInstrument**: *[CardInstrument](interfaces/cardinstrument.md) | [AccountInstrument](README.md#accountinstrument)*
615
+ Ƭ **PaymentInstrument**: [`CardInstrument`](interfaces/CardInstrument.md) \| [`AccountInstrument`](README.md#accountinstrument)
611
616
 
612
617
  ___
613
618
 
614
- ### PaypalCommerceFormFieldBlurEventData
619
+ ### PaypalCommerceFormFieldBlurEventData
615
620
 
616
- Ƭ **PaypalCommerceFormFieldBlurEventData**: *[PaypalCommerceFormFieldKeyboardEventData](interfaces/paypalcommerceformfieldkeyboardeventdata.md)*
621
+ Ƭ **PaypalCommerceFormFieldBlurEventData**: [`PaypalCommerceFormFieldKeyboardEventData`](interfaces/PaypalCommerceFormFieldKeyboardEventData.md)
617
622
 
618
623
  ___
619
624
 
620
- ### PaypalCommerceFormFieldEnterEventData
625
+ ### PaypalCommerceFormFieldEnterEventData
621
626
 
622
- Ƭ **PaypalCommerceFormFieldEnterEventData**: *[PaypalCommerceFormFieldKeyboardEventData](interfaces/paypalcommerceformfieldkeyboardeventdata.md)*
627
+ Ƭ **PaypalCommerceFormFieldEnterEventData**: [`PaypalCommerceFormFieldKeyboardEventData`](interfaces/PaypalCommerceFormFieldKeyboardEventData.md)
623
628
 
624
629
  ___
625
630
 
626
- ### PaypalCommerceFormFieldFocusEventData
631
+ ### PaypalCommerceFormFieldFocusEventData
627
632
 
628
- Ƭ **PaypalCommerceFormFieldFocusEventData**: *[PaypalCommerceFormFieldKeyboardEventData](interfaces/paypalcommerceformfieldkeyboardeventdata.md)*
633
+ Ƭ **PaypalCommerceFormFieldFocusEventData**: [`PaypalCommerceFormFieldKeyboardEventData`](interfaces/PaypalCommerceFormFieldKeyboardEventData.md)
629
634
 
630
635
  ___
631
636
 
632
- ### PaypalCommerceFormFieldStyles
637
+ ### PaypalCommerceFormFieldStyles
633
638
 
634
- Ƭ **PaypalCommerceFormFieldStyles**: *PartialPickCSSStyleDeclaration, "color" | "fontFamily" | "fontSize" | "fontWeight"››*
639
+ Ƭ **PaypalCommerceFormFieldStyles**: `Partial`<`Pick`<`CSSStyleDeclaration`, ``"color"`` \| ``"fontFamily"`` \| ``"fontSize"`` \| ``"fontWeight"``\>\>
635
640
 
636
641
  ___
637
642
 
638
- ### PaypalCommerceInitializeOptions
643
+ ### PaypalCommerceInitializeOptions
639
644
 
640
- Ƭ **PaypalCommerceInitializeOptions**: *[PaypalCommercePaymentInitializeOptions](interfaces/paypalcommercepaymentinitializeoptions.md) | [PaypalCommerceCreditCardPaymentInitializeOptions](interfaces/paypalcommercecreditcardpaymentinitializeoptions.md)*
645
+ Ƭ **PaypalCommerceInitializeOptions**: [`PaypalCommercePaymentInitializeOptions`](interfaces/PaypalCommercePaymentInitializeOptions.md) \| [`PaypalCommerceCreditCardPaymentInitializeOptions`](interfaces/PaypalCommerceCreditCardPaymentInitializeOptions.md)
641
646
 
642
647
  A set of options that are required to initialize the PayPal Commerce payment
643
648
  method could be used for PayPal Smart Payment Buttons or PayPal Credit Card methods.
644
649
 
645
650
  ___
646
651
 
647
- ### StripeElementOptions
652
+ ### StripeElementOptions
648
653
 
649
- Ƭ **StripeElementOptions**: *[CardElementOptions](interfaces/cardelementoptions.md) | [CardExpiryElementOptions](interfaces/cardexpiryelementoptions.md) | [CardNumberElementOptions](interfaces/cardnumberelementoptions.md) | [CardCvcElementOptions](interfaces/cardcvcelementoptions.md) | [IdealElementOptions](interfaces/idealelementoptions.md) | [IbanElementOptions](interfaces/ibanelementoptions.md) | [ZipCodeElementOptions](interfaces/zipcodeelementoptions.md)*
654
+ Ƭ **StripeElementOptions**: [`CardElementOptions`](interfaces/CardElementOptions.md) \| [`CardExpiryElementOptions`](interfaces/CardExpiryElementOptions.md) \| [`CardNumberElementOptions`](interfaces/CardNumberElementOptions.md) \| [`CardCvcElementOptions`](interfaces/CardCvcElementOptions.md) \| [`IdealElementOptions`](interfaces/IdealElementOptions.md) \| [`IbanElementOptions`](interfaces/IbanElementOptions.md) \| [`ZipCodeElementOptions`](interfaces/ZipCodeElementOptions.md)
650
655
 
651
656
  ## Functions
652
657
 
653
- ### createCheckoutButtonInitializer
658
+ ### createCheckoutButtonInitializer
654
659
 
655
- ▸ **createCheckoutButtonInitializer**(`options?`: [CheckoutButtonInitializerOptions](interfaces/checkoutbuttoninitializeroptions.md)): *[CheckoutButtonInitializer](classes/checkoutbuttoninitializer.md)*
660
+ ▸ **createCheckoutButtonInitializer**(`options?`): [`CheckoutButtonInitializer`](classes/CheckoutButtonInitializer.md)
656
661
 
657
662
  Creates an instance of `CheckoutButtonInitializer`.
658
663
 
659
- **`remarks`**
664
+ **`remarks`**
660
665
  ```js
661
666
  const initializer = createCheckoutButtonInitializer();
662
667
 
@@ -668,30 +673,32 @@ initializer.initializeButton({
668
673
  });
669
674
  ```
670
675
 
671
- **`alpha`**
676
+ **`alpha`**
672
677
  Please note that `CheckoutButtonInitializer` is currently in an early stage
673
678
  of development. Therefore the API is unstable and not ready for public
674
679
  consumption.
675
680
 
676
- **Parameters:**
681
+ #### Parameters
677
682
 
678
- Name | Type | Description |
679
- ------ | ------ | ------ |
680
- `options?` | [CheckoutButtonInitializerOptions](interfaces/checkoutbuttoninitializeroptions.md) | A set of construction options. |
683
+ | Name | Type | Description |
684
+ | :------ | :------ | :------ |
685
+ | `options?` | [`CheckoutButtonInitializerOptions`](interfaces/CheckoutButtonInitializerOptions.md) | A set of construction options. |
681
686
 
682
- **Returns:** *[CheckoutButtonInitializer](classes/checkoutbuttoninitializer.md)*
687
+ #### Returns
688
+
689
+ [`CheckoutButtonInitializer`](classes/CheckoutButtonInitializer.md)
683
690
 
684
691
  an instance of `CheckoutButtonInitializer`.
685
692
 
686
693
  ___
687
694
 
688
- ### createCheckoutService
695
+ ### createCheckoutService
689
696
 
690
- ▸ **createCheckoutService**(`options?`: [CheckoutServiceOptions](interfaces/checkoutserviceoptions.md)): *[CheckoutService](classes/checkoutservice.md)*
697
+ ▸ **createCheckoutService**(`options?`): [`CheckoutService`](classes/CheckoutService.md)
691
698
 
692
699
  Creates an instance of `CheckoutService`.
693
700
 
694
- **`remarks`**
701
+ **`remarks`**
695
702
  ```js
696
703
  const service = createCheckoutService();
697
704
 
@@ -702,25 +709,27 @@ service.subscribe(state => {
702
709
  service.loadCheckout();
703
710
  ```
704
711
 
705
- **Parameters:**
712
+ #### Parameters
713
+
714
+ | Name | Type | Description |
715
+ | :------ | :------ | :------ |
716
+ | `options?` | [`CheckoutServiceOptions`](interfaces/CheckoutServiceOptions.md) | A set of construction options. |
706
717
 
707
- Name | Type | Description |
708
- ------ | ------ | ------ |
709
- `options?` | [CheckoutServiceOptions](interfaces/checkoutserviceoptions.md) | A set of construction options. |
718
+ #### Returns
710
719
 
711
- **Returns:** *[CheckoutService](classes/checkoutservice.md)*
720
+ [`CheckoutService`](classes/CheckoutService.md)
712
721
 
713
722
  an instance of `CheckoutService`.
714
723
 
715
724
  ___
716
725
 
717
- ### createCurrencyService
726
+ ### createCurrencyService
718
727
 
719
- ▸ **createCurrencyService**(`config`: [StoreConfig](interfaces/storeconfig.md)): *[CurrencyService](classes/currencyservice.md)*
728
+ ▸ **createCurrencyService**(`config`): [`CurrencyService`](classes/CurrencyService.md)
720
729
 
721
730
  Creates an instance of `CurrencyService`.
722
731
 
723
- **`remarks`**
732
+ **`remarks`**
724
733
  ```js
725
734
  const { data } = checkoutService.getState();
726
735
  const config = data.getConfig();
@@ -731,25 +740,27 @@ currencyService.toStoreCurrency(checkout.grandTotal);
731
740
  currencyService.toCustomerCurrency(checkout.grandTotal);
732
741
  ```
733
742
 
734
- **Parameters:**
743
+ #### Parameters
735
744
 
736
- Name | Type | Description |
737
- ------ | ------ | ------ |
738
- `config` | [StoreConfig](interfaces/storeconfig.md) | The config object containing the currency configuration |
745
+ | Name | Type | Description |
746
+ | :------ | :------ | :------ |
747
+ | `config` | [`StoreConfig`](interfaces/StoreConfig.md) | The config object containing the currency configuration |
739
748
 
740
- **Returns:** *[CurrencyService](classes/currencyservice.md)*
749
+ #### Returns
750
+
751
+ [`CurrencyService`](classes/CurrencyService.md)
741
752
 
742
753
  an instance of `CurrencyService`.
743
754
 
744
755
  ___
745
756
 
746
- ### createEmbeddedCheckoutMessenger
757
+ ### createEmbeddedCheckoutMessenger
747
758
 
748
- ▸ **createEmbeddedCheckoutMessenger**(`options`: [EmbeddedCheckoutMessengerOptions](interfaces/embeddedcheckoutmessengeroptions.md)): *[EmbeddedCheckoutMessenger](interfaces/embeddedcheckoutmessenger.md)*
759
+ ▸ **createEmbeddedCheckoutMessenger**(`options`): [`EmbeddedCheckoutMessenger`](interfaces/EmbeddedCheckoutMessenger.md)
749
760
 
750
761
  Create an instance of `EmbeddedCheckoutMessenger`.
751
762
 
752
- **`remarks`**
763
+ **`remarks`**
753
764
  The object is responsible for posting messages to the parent window from the
754
765
  iframe when certain events have occurred. For example, when the checkout
755
766
  form is first loaded, you should notify the parent window about it.
@@ -764,29 +775,31 @@ const messenger = createEmbeddedCheckoutMessenger({
764
775
  messenger.postFrameLoaded();
765
776
  ```
766
777
 
767
- **`alpha`**
778
+ **`alpha`**
768
779
  Please note that this feature is currently in an early stage of development.
769
780
  Therefore the API is unstable and not ready for public consumption.
770
781
 
771
- **Parameters:**
782
+ #### Parameters
783
+
784
+ | Name | Type | Description |
785
+ | :------ | :------ | :------ |
786
+ | `options` | [`EmbeddedCheckoutMessengerOptions`](interfaces/EmbeddedCheckoutMessengerOptions.md) | Options for creating `EmbeddedCheckoutMessenger` |
772
787
 
773
- Name | Type | Description |
774
- ------ | ------ | ------ |
775
- `options` | [EmbeddedCheckoutMessengerOptions](interfaces/embeddedcheckoutmessengeroptions.md) | Options for creating `EmbeddedCheckoutMessenger` |
788
+ #### Returns
776
789
 
777
- **Returns:** *[EmbeddedCheckoutMessenger](interfaces/embeddedcheckoutmessenger.md)*
790
+ [`EmbeddedCheckoutMessenger`](interfaces/EmbeddedCheckoutMessenger.md)
778
791
 
779
792
  - An instance of `EmbeddedCheckoutMessenger`
780
793
 
781
794
  ___
782
795
 
783
- ### createLanguageService
796
+ ### createLanguageService
784
797
 
785
- ▸ **createLanguageService**(`config?`: Partial‹[LanguageConfig](interfaces/languageconfig.md)›): *[LanguageService](classes/languageservice.md)*
798
+ ▸ **createLanguageService**(`config?`): [`LanguageService`](classes/LanguageService.md)
786
799
 
787
800
  Creates an instance of `LanguageService`.
788
801
 
789
- **`remarks`**
802
+ **`remarks`**
790
803
  ```js
791
804
  const language = {{{langJson 'optimized_checkout'}}}; // `langJson` is a Handlebars helper provided by BigCommerce's Stencil template engine.
792
805
  const service = createLanguageService(language);
@@ -794,25 +807,27 @@ const service = createLanguageService(language);
794
807
  console.log(service.translate('address.city_label'));
795
808
  ```
796
809
 
797
- **Parameters:**
810
+ #### Parameters
811
+
812
+ | Name | Type | Description |
813
+ | :------ | :------ | :------ |
814
+ | `config?` | `Partial`<[`LanguageConfig`](interfaces/LanguageConfig.md)\> | A configuration object. |
798
815
 
799
- Name | Type | Description |
800
- ------ | ------ | ------ |
801
- `config?` | Partial‹[LanguageConfig](interfaces/languageconfig.md)› | A configuration object. |
816
+ #### Returns
802
817
 
803
- **Returns:** *[LanguageService](classes/languageservice.md)*
818
+ [`LanguageService`](classes/LanguageService.md)
804
819
 
805
820
  An instance of `LanguageService`.
806
821
 
807
822
  ___
808
823
 
809
- ### createStepTracker
824
+ ### createStepTracker
810
825
 
811
- ▸ **createStepTracker**(`checkoutService`: [CheckoutService](classes/checkoutservice.md), `stepTrackerConfig?`: [StepTrackerConfig](interfaces/steptrackerconfig.md)): *[StepTracker](interfaces/steptracker.md)*
826
+ ▸ **createStepTracker**(`checkoutService`, `stepTrackerConfig?`): [`StepTracker`](interfaces/StepTracker.md)
812
827
 
813
828
  Creates an instance of `StepTracker`.
814
829
 
815
- **`remarks`**
830
+ **`remarks`**
816
831
  ```js
817
832
  const checkoutService = createCheckoutService();
818
833
  await checkoutService.loadCheckout();
@@ -821,26 +836,28 @@ const stepTracker = createStepTracker(checkoutService);
821
836
  stepTracker.trackCheckoutStarted();
822
837
  ```
823
838
 
824
- **Parameters:**
839
+ #### Parameters
825
840
 
826
- Name | Type |
827
- ------ | ------ |
828
- `checkoutService` | [CheckoutService](classes/checkoutservice.md) |
829
- `stepTrackerConfig?` | [StepTrackerConfig](interfaces/steptrackerconfig.md) |
841
+ | Name | Type |
842
+ | :------ | :------ |
843
+ | `checkoutService` | [`CheckoutService`](classes/CheckoutService.md) |
844
+ | `stepTrackerConfig?` | [`StepTrackerConfig`](interfaces/StepTrackerConfig.md) |
830
845
 
831
- **Returns:** *[StepTracker](interfaces/steptracker.md)*
846
+ #### Returns
847
+
848
+ [`StepTracker`](interfaces/StepTracker.md)
832
849
 
833
850
  an instance of `StepTracker`.
834
851
 
835
852
  ___
836
853
 
837
- ### embedCheckout
854
+ ### embedCheckout
838
855
 
839
- ▸ **embedCheckout**(`options`: [EmbeddedCheckoutOptions](interfaces/embeddedcheckoutoptions.md)): *Promise[EmbeddedCheckout](classes/embeddedcheckout.md)›*
856
+ ▸ **embedCheckout**(`options`): `Promise`<[`EmbeddedCheckout`](classes/EmbeddedCheckout.md)\>
840
857
 
841
858
  Embed the checkout form in an iframe.
842
859
 
843
- **`remarks`**
860
+ **`remarks`**
844
861
  Once the iframe is embedded, it will automatically resize according to the
845
862
  size of the checkout form. It will also notify the parent window when certain
846
863
  events have occurred. i.e.: when the form is loaded and ready to be used.
@@ -852,12 +869,14 @@ embedCheckout({
852
869
  });
853
870
  ```
854
871
 
855
- **Parameters:**
872
+ #### Parameters
873
+
874
+ | Name | Type | Description |
875
+ | :------ | :------ | :------ |
876
+ | `options` | [`EmbeddedCheckoutOptions`](interfaces/EmbeddedCheckoutOptions.md) | Options for embedding the checkout form. |
856
877
 
857
- Name | Type | Description |
858
- ------ | ------ | ------ |
859
- `options` | [EmbeddedCheckoutOptions](interfaces/embeddedcheckoutoptions.md) | Options for embedding the checkout form. |
878
+ #### Returns
860
879
 
861
- **Returns:** *Promise[EmbeddedCheckout](classes/embeddedcheckout.md)›*
880
+ `Promise`<[`EmbeddedCheckout`](classes/EmbeddedCheckout.md)\>
862
881
 
863
882
  A promise that resolves to an instance of `EmbeddedCheckout`.