@bigcommerce/checkout-sdk 1.264.0 → 1.265.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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
@@ -1,147 +0,0 @@
1
- [@bigcommerce/checkout-sdk](../README.md) › [CheckableInputStyles](checkableinputstyles.md)
2
-
3
- # Interface: CheckableInputStyles
4
-
5
- ## Hierarchy
6
-
7
- ↳ [InputStyles](inputstyles.md)
8
-
9
- ↳ **CheckableInputStyles**
10
-
11
- ## Index
12
-
13
- ### Properties
14
-
15
- * [active](checkableinputstyles.md#optional-active)
16
- * [backgroundColor](checkableinputstyles.md#optional-backgroundcolor)
17
- * [borderColor](checkableinputstyles.md#optional-bordercolor)
18
- * [borderWidth](checkableinputstyles.md#optional-borderwidth)
19
- * [boxShadow](checkableinputstyles.md#optional-boxshadow)
20
- * [checked](checkableinputstyles.md#optional-checked)
21
- * [color](checkableinputstyles.md#optional-color)
22
- * [disabled](checkableinputstyles.md#optional-disabled)
23
- * [error](checkableinputstyles.md#optional-error)
24
- * [focus](checkableinputstyles.md#optional-focus)
25
- * [fontFamily](checkableinputstyles.md#optional-fontfamily)
26
- * [fontWeight](checkableinputstyles.md#optional-fontweight)
27
- * [hover](checkableinputstyles.md#optional-hover)
28
- * [letterSpacing](checkableinputstyles.md#optional-letterspacing)
29
- * [lineHeight](checkableinputstyles.md#optional-lineheight)
30
-
31
- ## Properties
32
-
33
- ### `Optional` active
34
-
35
- • **active**? : *[BlockElementStyles](blockelementstyles.md)*
36
-
37
- *Inherited from [CheckableInputStyles](checkableinputstyles.md).[active](checkableinputstyles.md#optional-active)*
38
-
39
- ___
40
-
41
- ### `Optional` backgroundColor
42
-
43
- • **backgroundColor**? : *undefined | string*
44
-
45
- *Inherited from [BlockElementStyles](blockelementstyles.md).[backgroundColor](blockelementstyles.md#optional-backgroundcolor)*
46
-
47
- ___
48
-
49
- ### `Optional` borderColor
50
-
51
- • **borderColor**? : *undefined | string*
52
-
53
- *Inherited from [BlockElementStyles](blockelementstyles.md).[borderColor](blockelementstyles.md#optional-bordercolor)*
54
-
55
- ___
56
-
57
- ### `Optional` borderWidth
58
-
59
- • **borderWidth**? : *undefined | string*
60
-
61
- *Inherited from [BlockElementStyles](blockelementstyles.md).[borderWidth](blockelementstyles.md#optional-borderwidth)*
62
-
63
- ___
64
-
65
- ### `Optional` boxShadow
66
-
67
- • **boxShadow**? : *undefined | string*
68
-
69
- *Inherited from [BlockElementStyles](blockelementstyles.md).[boxShadow](blockelementstyles.md#optional-boxshadow)*
70
-
71
- ___
72
-
73
- ### `Optional` checked
74
-
75
- • **checked**? : *[BlockElementStyles](blockelementstyles.md)*
76
-
77
- ___
78
-
79
- ### `Optional` color
80
-
81
- • **color**? : *undefined | string*
82
-
83
- *Inherited from [BlockElementStyles](blockelementstyles.md).[color](blockelementstyles.md#optional-color)*
84
-
85
- ___
86
-
87
- ### `Optional` disabled
88
-
89
- • **disabled**? : *[BlockElementStyles](blockelementstyles.md)*
90
-
91
- *Inherited from [CheckableInputStyles](checkableinputstyles.md).[disabled](checkableinputstyles.md#optional-disabled)*
92
-
93
- ___
94
-
95
- ### `Optional` error
96
-
97
- • **error**? : *[InputStyles](inputstyles.md)*
98
-
99
- *Overrides [InputStyles](inputstyles.md).[error](inputstyles.md#optional-error)*
100
-
101
- ___
102
-
103
- ### `Optional` focus
104
-
105
- • **focus**? : *[BlockElementStyles](blockelementstyles.md)*
106
-
107
- *Inherited from [CheckableInputStyles](checkableinputstyles.md).[focus](checkableinputstyles.md#optional-focus)*
108
-
109
- ___
110
-
111
- ### `Optional` fontFamily
112
-
113
- • **fontFamily**? : *undefined | string*
114
-
115
- *Inherited from [BlockElementStyles](blockelementstyles.md).[fontFamily](blockelementstyles.md#optional-fontfamily)*
116
-
117
- ___
118
-
119
- ### `Optional` fontWeight
120
-
121
- • **fontWeight**? : *undefined | string*
122
-
123
- *Inherited from [BlockElementStyles](blockelementstyles.md).[fontWeight](blockelementstyles.md#optional-fontweight)*
124
-
125
- ___
126
-
127
- ### `Optional` hover
128
-
129
- • **hover**? : *[BlockElementStyles](blockelementstyles.md)*
130
-
131
- *Inherited from [CheckableInputStyles](checkableinputstyles.md).[hover](checkableinputstyles.md#optional-hover)*
132
-
133
- ___
134
-
135
- ### `Optional` letterSpacing
136
-
137
- • **letterSpacing**? : *undefined | string*
138
-
139
- *Inherited from [BlockElementStyles](blockelementstyles.md).[letterSpacing](blockelementstyles.md#optional-letterspacing)*
140
-
141
- ___
142
-
143
- ### `Optional` lineHeight
144
-
145
- • **lineHeight**? : *undefined | string*
146
-
147
- *Inherited from [BlockElementStyles](blockelementstyles.md).[lineHeight](blockelementstyles.md#optional-lineheight)*
@@ -1,109 +0,0 @@
1
- [@bigcommerce/checkout-sdk](../README.md) › [ChecklistStyles](checkliststyles.md)
2
-
3
- # Interface: ChecklistStyles
4
-
5
- ## Hierarchy
6
-
7
- ↳ [BlockElementStyles](blockelementstyles.md)
8
-
9
- ↳ **ChecklistStyles**
10
-
11
- ## Index
12
-
13
- ### Properties
14
-
15
- * [backgroundColor](checkliststyles.md#optional-backgroundcolor)
16
- * [borderColor](checkliststyles.md#optional-bordercolor)
17
- * [borderWidth](checkliststyles.md#optional-borderwidth)
18
- * [boxShadow](checkliststyles.md#optional-boxshadow)
19
- * [checked](checkliststyles.md#optional-checked)
20
- * [color](checkliststyles.md#optional-color)
21
- * [fontFamily](checkliststyles.md#optional-fontfamily)
22
- * [fontWeight](checkliststyles.md#optional-fontweight)
23
- * [hover](checkliststyles.md#optional-hover)
24
- * [letterSpacing](checkliststyles.md#optional-letterspacing)
25
- * [lineHeight](checkliststyles.md#optional-lineheight)
26
-
27
- ## Properties
28
-
29
- ### `Optional` backgroundColor
30
-
31
- • **backgroundColor**? : *undefined | string*
32
-
33
- *Inherited from [BlockElementStyles](blockelementstyles.md).[backgroundColor](blockelementstyles.md#optional-backgroundcolor)*
34
-
35
- ___
36
-
37
- ### `Optional` borderColor
38
-
39
- • **borderColor**? : *undefined | string*
40
-
41
- *Inherited from [BlockElementStyles](blockelementstyles.md).[borderColor](blockelementstyles.md#optional-bordercolor)*
42
-
43
- ___
44
-
45
- ### `Optional` borderWidth
46
-
47
- • **borderWidth**? : *undefined | string*
48
-
49
- *Inherited from [BlockElementStyles](blockelementstyles.md).[borderWidth](blockelementstyles.md#optional-borderwidth)*
50
-
51
- ___
52
-
53
- ### `Optional` boxShadow
54
-
55
- • **boxShadow**? : *undefined | string*
56
-
57
- *Inherited from [BlockElementStyles](blockelementstyles.md).[boxShadow](blockelementstyles.md#optional-boxshadow)*
58
-
59
- ___
60
-
61
- ### `Optional` checked
62
-
63
- • **checked**? : *[BlockElementStyles](blockelementstyles.md)*
64
-
65
- ___
66
-
67
- ### `Optional` color
68
-
69
- • **color**? : *undefined | string*
70
-
71
- *Inherited from [BlockElementStyles](blockelementstyles.md).[color](blockelementstyles.md#optional-color)*
72
-
73
- ___
74
-
75
- ### `Optional` fontFamily
76
-
77
- • **fontFamily**? : *undefined | string*
78
-
79
- *Inherited from [BlockElementStyles](blockelementstyles.md).[fontFamily](blockelementstyles.md#optional-fontfamily)*
80
-
81
- ___
82
-
83
- ### `Optional` fontWeight
84
-
85
- • **fontWeight**? : *undefined | string*
86
-
87
- *Inherited from [BlockElementStyles](blockelementstyles.md).[fontWeight](blockelementstyles.md#optional-fontweight)*
88
-
89
- ___
90
-
91
- ### `Optional` hover
92
-
93
- • **hover**? : *[BlockElementStyles](blockelementstyles.md)*
94
-
95
- ___
96
-
97
- ### `Optional` letterSpacing
98
-
99
- • **letterSpacing**? : *undefined | string*
100
-
101
- *Inherited from [BlockElementStyles](blockelementstyles.md).[letterSpacing](blockelementstyles.md#optional-letterspacing)*
102
-
103
- ___
104
-
105
- ### `Optional` lineHeight
106
-
107
- • **lineHeight**? : *undefined | string*
108
-
109
- *Inherited from [BlockElementStyles](blockelementstyles.md).[lineHeight](blockelementstyles.md#optional-lineheight)*
@@ -1,199 +0,0 @@
1
- [@bigcommerce/checkout-sdk](../README.md) › [Checkout](checkout.md)
2
-
3
- # Interface: Checkout
4
-
5
- ## Hierarchy
6
-
7
- * **Checkout**
8
-
9
- ## Index
10
-
11
- ### Properties
12
-
13
- * [balanceDue](checkout.md#balancedue)
14
- * [billingAddress](checkout.md#optional-billingaddress)
15
- * [cart](checkout.md#cart)
16
- * [consignments](checkout.md#consignments)
17
- * [coupons](checkout.md#coupons)
18
- * [createdTime](checkout.md#createdtime)
19
- * [customer](checkout.md#customer)
20
- * [customerMessage](checkout.md#customermessage)
21
- * [discounts](checkout.md#discounts)
22
- * [giftCertificates](checkout.md#giftcertificates)
23
- * [giftWrappingCostTotal](checkout.md#giftwrappingcosttotal)
24
- * [grandTotal](checkout.md#grandtotal)
25
- * [handlingCostTotal](checkout.md#handlingcosttotal)
26
- * [id](checkout.md#id)
27
- * [isStoreCreditApplied](checkout.md#isstorecreditapplied)
28
- * [orderId](checkout.md#optional-orderid)
29
- * [outstandingBalance](checkout.md#outstandingbalance)
30
- * [payments](checkout.md#optional-payments)
31
- * [promotions](checkout.md#optional-promotions)
32
- * [shippingCostBeforeDiscount](checkout.md#shippingcostbeforediscount)
33
- * [shippingCostTotal](checkout.md#shippingcosttotal)
34
- * [shouldExecuteSpamCheck](checkout.md#shouldexecutespamcheck)
35
- * [subtotal](checkout.md#subtotal)
36
- * [taxTotal](checkout.md#taxtotal)
37
- * [taxes](checkout.md#taxes)
38
- * [updatedTime](checkout.md#updatedtime)
39
-
40
- ## Properties
41
-
42
- ### balanceDue
43
-
44
- • **balanceDue**: *number*
45
-
46
- ___
47
-
48
- ### `Optional` billingAddress
49
-
50
- • **billingAddress**? : *[BillingAddress](billingaddress.md)*
51
-
52
- ___
53
-
54
- ### cart
55
-
56
- • **cart**: *[Cart](cart.md)*
57
-
58
- ___
59
-
60
- ### consignments
61
-
62
- • **consignments**: *[Consignment](consignment.md)[]*
63
-
64
- ___
65
-
66
- ### coupons
67
-
68
- • **coupons**: *[Coupon](coupon.md)[]*
69
-
70
- ___
71
-
72
- ### createdTime
73
-
74
- • **createdTime**: *string*
75
-
76
- ___
77
-
78
- ### customer
79
-
80
- • **customer**: *[Customer](customer.md)*
81
-
82
- ___
83
-
84
- ### customerMessage
85
-
86
- • **customerMessage**: *string*
87
-
88
- ___
89
-
90
- ### discounts
91
-
92
- • **discounts**: *[Discount](discount.md)[]*
93
-
94
- ___
95
-
96
- ### giftCertificates
97
-
98
- • **giftCertificates**: *[GiftCertificate](giftcertificate.md)[]*
99
-
100
- ___
101
-
102
- ### giftWrappingCostTotal
103
-
104
- • **giftWrappingCostTotal**: *number*
105
-
106
- ___
107
-
108
- ### grandTotal
109
-
110
- • **grandTotal**: *number*
111
-
112
- ___
113
-
114
- ### handlingCostTotal
115
-
116
- • **handlingCostTotal**: *number*
117
-
118
- ___
119
-
120
- ### id
121
-
122
- • **id**: *string*
123
-
124
- ___
125
-
126
- ### isStoreCreditApplied
127
-
128
- • **isStoreCreditApplied**: *boolean*
129
-
130
- ___
131
-
132
- ### `Optional` orderId
133
-
134
- • **orderId**? : *undefined | number*
135
-
136
- ___
137
-
138
- ### outstandingBalance
139
-
140
- • **outstandingBalance**: *number*
141
-
142
- ___
143
-
144
- ### `Optional` payments
145
-
146
- • **payments**? : *[CheckoutPayment](checkoutpayment.md)[]*
147
-
148
- ___
149
-
150
- ### `Optional` promotions
151
-
152
- • **promotions**? : *[Promotion](promotion.md)[]*
153
-
154
- ___
155
-
156
- ### shippingCostBeforeDiscount
157
-
158
- • **shippingCostBeforeDiscount**: *number*
159
-
160
- ___
161
-
162
- ### shippingCostTotal
163
-
164
- • **shippingCostTotal**: *number*
165
-
166
- ___
167
-
168
- ### shouldExecuteSpamCheck
169
-
170
- • **shouldExecuteSpamCheck**: *boolean*
171
-
172
- Whether the current checkout must execute spam protection
173
- before placing the order.
174
-
175
- Note: You need to enable Google ReCAPTCHA bot protection in your Checkout Settings.
176
-
177
- ___
178
-
179
- ### subtotal
180
-
181
- • **subtotal**: *number*
182
-
183
- ___
184
-
185
- ### taxTotal
186
-
187
- • **taxTotal**: *number*
188
-
189
- ___
190
-
191
- ### taxes
192
-
193
- • **taxes**: *[Tax](tax.md)[]*
194
-
195
- ___
196
-
197
- ### updatedTime
198
-
199
- • **updatedTime**: *string*
@@ -1,232 +0,0 @@
1
- [@bigcommerce/checkout-sdk](../README.md) › [CheckoutButtonInitializeOptions](checkoutbuttoninitializeoptions.md)
2
-
3
- # Interface: CheckoutButtonInitializeOptions ‹**TParams**›
4
-
5
- ## Type parameters
6
-
7
- ▪ **TParams**
8
-
9
- ## Hierarchy
10
-
11
- ↳ [CheckoutButtonOptions](checkoutbuttonoptions.md)
12
-
13
- ↳ **CheckoutButtonInitializeOptions**
14
-
15
- ## Index
16
-
17
- ### Properties
18
-
19
- * [amazonpay](checkoutbuttoninitializeoptions.md#optional-amazonpay)
20
- * [applepay](checkoutbuttoninitializeoptions.md#optional-applepay)
21
- * [braintreepaypal](checkoutbuttoninitializeoptions.md#optional-braintreepaypal)
22
- * [braintreepaypalcredit](checkoutbuttoninitializeoptions.md#optional-braintreepaypalcredit)
23
- * [braintreevenmo](checkoutbuttoninitializeoptions.md#optional-braintreevenmo)
24
- * [containerId](checkoutbuttoninitializeoptions.md#containerid)
25
- * [googlepayadyenv2](checkoutbuttoninitializeoptions.md#optional-googlepayadyenv2)
26
- * [googlepayadyenv3](checkoutbuttoninitializeoptions.md#optional-googlepayadyenv3)
27
- * [googlepayauthorizenet](checkoutbuttoninitializeoptions.md#optional-googlepayauthorizenet)
28
- * [googlepaybraintree](checkoutbuttoninitializeoptions.md#optional-googlepaybraintree)
29
- * [googlepaycheckoutcom](checkoutbuttoninitializeoptions.md#optional-googlepaycheckoutcom)
30
- * [googlepaycybersourcev2](checkoutbuttoninitializeoptions.md#optional-googlepaycybersourcev2)
31
- * [googlepayorbital](checkoutbuttoninitializeoptions.md#optional-googlepayorbital)
32
- * [googlepaystripe](checkoutbuttoninitializeoptions.md#optional-googlepaystripe)
33
- * [googlepaystripeupe](checkoutbuttoninitializeoptions.md#optional-googlepaystripeupe)
34
- * [methodId](checkoutbuttoninitializeoptions.md#methodid)
35
- * [params](checkoutbuttoninitializeoptions.md#optional-params)
36
- * [paypal](checkoutbuttoninitializeoptions.md#optional-paypal)
37
- * [paypalCommerce](checkoutbuttoninitializeoptions.md#optional-paypalcommerce)
38
- * [paypalcommercevenmo](checkoutbuttoninitializeoptions.md#optional-paypalcommercevenmo)
39
- * [timeout](checkoutbuttoninitializeoptions.md#optional-timeout)
40
-
41
- ## Properties
42
-
43
- ### `Optional` amazonpay
44
-
45
- • **amazonpay**? : *[AmazonPayV2ButtonInitializeOptions](../README.md#amazonpayv2buttoninitializeoptions)*
46
-
47
- The options that are required to facilitate AmazonPayV2. They can be
48
- omitted unless you need to support AmazonPayV2.
49
-
50
- ___
51
-
52
- ### `Optional` applepay
53
-
54
- • **applepay**? : *[ApplePayButtonInitializeOptions](applepaybuttoninitializeoptions.md)*
55
-
56
- The options that are required to initialize the ApplePay payment method.
57
- They can be omitted unless you need to support ApplePay in cart.
58
-
59
- ___
60
-
61
- ### `Optional` braintreepaypal
62
-
63
- • **braintreepaypal**? : *[BraintreePaypalButtonInitializeOptions](braintreepaypalbuttoninitializeoptions.md)*
64
-
65
- The options that are required to facilitate Braintree PayPal. They can be
66
- omitted unless you need to support Braintree PayPal.
67
-
68
- ___
69
-
70
- ### `Optional` braintreepaypalcredit
71
-
72
- • **braintreepaypalcredit**? : *[BraintreePaypalCreditButtonInitializeOptions](braintreepaypalcreditbuttoninitializeoptions.md)*
73
-
74
- The options that are required to facilitate Braintree Credit. They can be
75
- omitted unless you need to support Braintree Credit.
76
-
77
- ___
78
-
79
- ### `Optional` braintreevenmo
80
-
81
- • **braintreevenmo**? : *[BraintreeVenmoButtonInitializeOptions](braintreevenmobuttoninitializeoptions.md)*
82
-
83
- The options that are required to facilitate Braintree Venmo. They can be
84
- omitted unless you need to support Braintree Venmo.
85
-
86
- ___
87
-
88
- ### containerId
89
-
90
- • **containerId**: *string*
91
-
92
- The ID of a container which the checkout button should be inserted.
93
-
94
- ___
95
-
96
- ### `Optional` googlepayadyenv2
97
-
98
- • **googlepayadyenv2**? : *[GooglePayButtonInitializeOptions](googlepaybuttoninitializeoptions.md)*
99
-
100
- The options that are required to initialize the GooglePay payment method.
101
- They can be omitted unless you need to support adyenv2 GooglePay.
102
-
103
- ___
104
-
105
- ### `Optional` googlepayadyenv3
106
-
107
- • **googlepayadyenv3**? : *[GooglePayButtonInitializeOptions](googlepaybuttoninitializeoptions.md)*
108
-
109
- The options that are required to initialize the GooglePay payment method.
110
- They can be omitted unless you need to support adyenv2 GooglePay.
111
-
112
- ___
113
-
114
- ### `Optional` googlepayauthorizenet
115
-
116
- • **googlepayauthorizenet**? : *[GooglePayButtonInitializeOptions](googlepaybuttoninitializeoptions.md)*
117
-
118
- The options that are required to facilitate Authorize.Net GooglePay.
119
- They can be omitted unless you need to support Authorize.Net GooglePay.
120
-
121
- ___
122
-
123
- ### `Optional` googlepaybraintree
124
-
125
- • **googlepaybraintree**? : *[GooglePayButtonInitializeOptions](googlepaybuttoninitializeoptions.md)*
126
-
127
- The options that are required to facilitate Braintree GooglePay. They can be
128
- omitted unless you need to support Braintree GooglePay.
129
-
130
- ___
131
-
132
- ### `Optional` googlepaycheckoutcom
133
-
134
- • **googlepaycheckoutcom**? : *[GooglePayButtonInitializeOptions](googlepaybuttoninitializeoptions.md)*
135
-
136
- The options that are required to facilitate Checkout.com GooglePay. They can be
137
- omitted unless you need to support Checkout.com GooglePay.
138
-
139
- ___
140
-
141
- ### `Optional` googlepaycybersourcev2
142
-
143
- • **googlepaycybersourcev2**? : *[GooglePayButtonInitializeOptions](googlepaybuttoninitializeoptions.md)*
144
-
145
- The options that are required to facilitate CybersourceV2 GooglePay. They can be
146
- omitted unless you need to support CybersourceV2 GooglePay.
147
-
148
- ___
149
-
150
- ### `Optional` googlepayorbital
151
-
152
- • **googlepayorbital**? : *[GooglePayButtonInitializeOptions](googlepaybuttoninitializeoptions.md)*
153
-
154
- The options that are required to facilitate Orbital GooglePay. They can be
155
- omitted unless you need to support Orbital GooglePay.
156
-
157
- ___
158
-
159
- ### `Optional` googlepaystripe
160
-
161
- • **googlepaystripe**? : *[GooglePayButtonInitializeOptions](googlepaybuttoninitializeoptions.md)*
162
-
163
- The options that are required to facilitate Stripe GooglePay. They can be
164
- omitted unless you need to support Stripe GooglePay.
165
-
166
- ___
167
-
168
- ### `Optional` googlepaystripeupe
169
-
170
- • **googlepaystripeupe**? : *[GooglePayButtonInitializeOptions](googlepaybuttoninitializeoptions.md)*
171
-
172
- The options that are required to facilitate Stripe GooglePay. They can be
173
- omitted unless you need to support Stripe GooglePay.
174
-
175
- ___
176
-
177
- ### methodId
178
-
179
- • **methodId**: *[CheckoutButtonMethodType](../enums/checkoutbuttonmethodtype.md)*
180
-
181
- *Inherited from [CheckoutButtonInitializeOptions](checkoutbuttoninitializeoptions.md).[methodId](checkoutbuttoninitializeoptions.md#methodid)*
182
-
183
- The identifier of the payment method.
184
-
185
- ___
186
-
187
- ### `Optional` params
188
-
189
- • **params**? : *TParams*
190
-
191
- *Inherited from [CheckoutButtonInitializeOptions](checkoutbuttoninitializeoptions.md).[params](checkoutbuttoninitializeoptions.md#optional-params)*
192
-
193
- The parameters of the request, if required.
194
-
195
- ___
196
-
197
- ### `Optional` paypal
198
-
199
- • **paypal**? : *[PaypalButtonInitializeOptions](paypalbuttoninitializeoptions.md)*
200
-
201
- The options that are required to facilitate PayPal. They can be omitted
202
- unless you need to support Paypal.
203
-
204
- ___
205
-
206
- ### `Optional` paypalCommerce
207
-
208
- • **paypalCommerce**? : *[PaypalCommerceButtonInitializeOptions](paypalcommercebuttoninitializeoptions.md)*
209
-
210
- The options that are required to facilitate PayPal Commerce. They can be omitted
211
- unless you need to support Paypal.
212
-
213
- ___
214
-
215
- ### `Optional` paypalcommercevenmo
216
-
217
- • **paypalcommercevenmo**? : *[PaypalCommerceVenmoButtonInitializeOptions](paypalcommercevenmobuttoninitializeoptions.md)*
218
-
219
- The options that are required to facilitate PayPal Commerce Venmo. They can be omitted
220
- unless you need to support PayPal Commerce Venmo.
221
-
222
- ___
223
-
224
- ### `Optional` timeout
225
-
226
- • **timeout**? : *Timeout*
227
-
228
- *Inherited from [CheckoutButtonInitializeOptions](checkoutbuttoninitializeoptions.md).[timeout](checkoutbuttoninitializeoptions.md#optional-timeout)*
229
-
230
- Provide this option if you want to cancel or time out the request. If the
231
- timeout object completes before the request, the request will be
232
- cancelled.
@@ -1,26 +0,0 @@
1
- [@bigcommerce/checkout-sdk](../README.md) › [CheckoutButtonInitializerOptions](checkoutbuttoninitializeroptions.md)
2
-
3
- # Interface: CheckoutButtonInitializerOptions
4
-
5
- ## Hierarchy
6
-
7
- * **CheckoutButtonInitializerOptions**
8
-
9
- ## Index
10
-
11
- ### Properties
12
-
13
- * [host](checkoutbuttoninitializeroptions.md#optional-host)
14
- * [locale](checkoutbuttoninitializeroptions.md#optional-locale)
15
-
16
- ## Properties
17
-
18
- ### `Optional` host
19
-
20
- • **host**? : *undefined | string*
21
-
22
- ___
23
-
24
- ### `Optional` locale
25
-
26
- • **locale**? : *undefined | string*