@bigcommerce/checkout-sdk 1.271.2 → 1.271.3

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 (349) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/dist/checkout-button.d.ts +671 -651
  3. package/dist/checkout-button.js +1 -1
  4. package/dist/checkout-button.umd.js +1 -1
  5. package/dist/checkout-sdk.d.ts +7275 -763
  6. package/dist/checkout-sdk.js +1 -1
  7. package/dist/checkout-sdk.umd.js +1 -1
  8. package/dist/embedded-checkout.d.ts +242 -218
  9. package/dist/internal-mappers.d.ts +762 -763
  10. package/dist/tsdoc-metadata.json +11 -11
  11. package/docs/README.md +756 -126
  12. package/docs/classes/CartChangedError.md +76 -0
  13. package/docs/classes/CheckoutButtonErrorSelector.md +52 -0
  14. package/docs/classes/CheckoutButtonInitializer.md +177 -0
  15. package/docs/classes/CheckoutButtonStatusSelector.md +52 -0
  16. package/docs/classes/CheckoutService.md +1645 -0
  17. package/docs/classes/CurrencyService.md +54 -0
  18. package/docs/classes/EmbeddedCheckout.md +40 -0
  19. package/docs/classes/LanguageService.md +101 -0
  20. package/docs/classes/RequestError.md +106 -0
  21. package/docs/classes/StandardError.md +71 -0
  22. package/docs/enums/AmazonPayV2CheckoutLanguage.md +57 -0
  23. package/docs/enums/AmazonPayV2LedgerCurrency.md +36 -0
  24. package/docs/enums/AmazonPayV2PayOptions.md +26 -0
  25. package/docs/enums/AmazonPayV2Placement.md +53 -0
  26. package/docs/enums/BraintreeFormFieldType.md +50 -0
  27. package/docs/enums/ButtonColor.md +29 -0
  28. package/docs/enums/ButtonType.md +22 -0
  29. package/docs/enums/CheckoutButtonMethodType.md +141 -0
  30. package/docs/enums/CheckoutIncludes.md +29 -0
  31. package/docs/enums/EmbeddedCheckoutEventType.md +50 -0
  32. package/docs/enums/HostedFieldType.md +50 -0
  33. package/docs/enums/HostedInputEventType.md +85 -0
  34. package/docs/enums/IconStyle.md +22 -0
  35. package/docs/enums/PaypalButtonStyleColorOption.md +36 -0
  36. package/docs/enums/PaypalButtonStyleLabelOption.md +43 -0
  37. package/docs/enums/PaypalButtonStyleLayoutOption.md +22 -0
  38. package/docs/enums/PaypalButtonStyleShapeOption.md +22 -0
  39. package/docs/enums/PaypalButtonStyleSizeOption.md +36 -0
  40. package/docs/enums/PaypalCommerceFormFieldType.md +50 -0
  41. package/docs/enums/RadiusUnit.md +22 -0
  42. package/docs/enums/StyleButtonColor.md +43 -0
  43. package/docs/enums/StyleButtonLabel.md +43 -0
  44. package/docs/enums/StyleButtonLayout.md +22 -0
  45. package/docs/enums/StyleButtonShape.md +22 -0
  46. package/docs/interfaces/Address.md +164 -0
  47. package/docs/interfaces/AddressRequestBody.md +100 -0
  48. package/docs/interfaces/AdyenAdditionalActionCallbacks.md +68 -0
  49. package/docs/interfaces/AdyenAdditionalActionCallbacks_2.md +66 -0
  50. package/docs/interfaces/AdyenAdditionalActionOptions.md +106 -0
  51. package/docs/interfaces/AdyenAdditionalActionOptions_2.md +106 -0
  52. package/docs/interfaces/AdyenBaseCardComponentOptions.md +33 -0
  53. package/docs/interfaces/AdyenBaseCardComponentOptions_2.md +33 -0
  54. package/docs/interfaces/AdyenComponent.md +72 -0
  55. package/docs/interfaces/AdyenComponentEvents.md +74 -0
  56. package/docs/interfaces/AdyenComponentEvents_2.md +74 -0
  57. package/docs/interfaces/AdyenComponent_2.md +72 -0
  58. package/docs/interfaces/AdyenCreditCardComponentOptions.md +185 -0
  59. package/docs/interfaces/AdyenIdealComponentOptions.md +17 -0
  60. package/docs/interfaces/AdyenPaymentMethodState.md +21 -0
  61. package/docs/interfaces/AdyenPaymentMethodState_2.md +15 -0
  62. package/docs/interfaces/AdyenPlaceholderData.md +33 -0
  63. package/docs/interfaces/AdyenPlaceholderData_2.md +33 -0
  64. package/docs/interfaces/AdyenThreeDS2Options.md +97 -0
  65. package/docs/interfaces/AdyenV2PaymentInitializeOptions.md +161 -0
  66. package/docs/interfaces/AdyenV3CreditCardComponentOptions.md +185 -0
  67. package/docs/interfaces/AdyenV3PaymentInitializeOptions.md +135 -0
  68. package/docs/interfaces/AmazonPayCustomerInitializeOptions.md +65 -0
  69. package/docs/interfaces/AmazonPayOrderReference.md +30 -0
  70. package/docs/interfaces/AmazonPayPaymentInitializeOptions.md +100 -0
  71. package/docs/interfaces/AmazonPayShippingInitializeOptions.md +85 -0
  72. package/docs/interfaces/AmazonPayV2ButtonParams.md +71 -0
  73. package/docs/interfaces/AmazonPayV2CheckoutSession.md +35 -0
  74. package/docs/interfaces/AmazonPayV2CustomerInitializeOptions.md +24 -0
  75. package/docs/interfaces/AmazonPayV2PaymentInitializeOptions.md +39 -0
  76. package/docs/interfaces/AmazonPayV2ShippingInitializeOptions.md +26 -0
  77. package/docs/interfaces/AmazonPayWidgetError.md +25 -0
  78. package/docs/interfaces/ApplePayButtonInitializeOptions.md +38 -0
  79. package/docs/interfaces/ApplePayCustomerInitializeOptions.md +77 -0
  80. package/docs/interfaces/ApplePayPaymentInitializeOptions.md +40 -0
  81. package/docs/interfaces/BankInstrument.md +112 -0
  82. package/docs/interfaces/Banner.md +22 -0
  83. package/docs/interfaces/BaseAccountInstrument.md +91 -0
  84. package/docs/interfaces/BaseElementOptions.md +17 -0
  85. package/docs/interfaces/BaseElementOptions_2.md +48 -0
  86. package/docs/interfaces/BaseIndividualElementOptions.md +67 -0
  87. package/docs/interfaces/BaseInstrument.md +58 -0
  88. package/docs/interfaces/BillingAddress.md +182 -0
  89. package/docs/interfaces/BillingAddressRequestBody.md +153 -0
  90. package/docs/interfaces/BlockElementStyles.md +105 -0
  91. package/docs/interfaces/BlueSnapV2PaymentInitializeOptions.md +72 -0
  92. package/docs/interfaces/BlueSnapV2StyleProps.md +29 -0
  93. package/docs/interfaces/BodyStyles.md +15 -0
  94. package/docs/interfaces/BoltCustomerInitializeOptions.md +30 -0
  95. package/docs/interfaces/BoltPaymentInitializeOptions.md +94 -0
  96. package/docs/interfaces/BraintreeError.md +35 -0
  97. package/docs/interfaces/BraintreeFormFieldCardTypeChangeEventData.md +15 -0
  98. package/docs/interfaces/BraintreeFormFieldKeyboardEventData.md +15 -0
  99. package/docs/interfaces/BraintreeFormFieldOptions.md +35 -0
  100. package/docs/interfaces/BraintreeFormFieldStylesMap.md +29 -0
  101. package/docs/interfaces/BraintreeFormFieldValidateErrorData.md +29 -0
  102. package/docs/interfaces/BraintreeFormFieldValidateEventData.md +33 -0
  103. package/docs/interfaces/BraintreeFormFieldsMap.md +36 -0
  104. package/docs/interfaces/BraintreeFormOptions.md +110 -0
  105. package/docs/interfaces/BraintreePaymentInitializeOptions.md +101 -0
  106. package/docs/interfaces/BraintreePaypalButtonInitializeOptions.md +96 -0
  107. package/docs/interfaces/BraintreePaypalCreditButtonInitializeOptions.md +87 -0
  108. package/docs/interfaces/BraintreeStoredCardFieldOptions.md +54 -0
  109. package/docs/interfaces/BraintreeStoredCardFieldsMap.md +22 -0
  110. package/docs/interfaces/BraintreeThreeDSecureOptions.md +51 -0
  111. package/docs/interfaces/BraintreeVenmoButtonInitializeOptions.md +27 -0
  112. package/docs/interfaces/BraintreeVerifyPayload.md +51 -0
  113. package/docs/interfaces/BraintreeVisaCheckoutCustomerInitializeOptions.md +35 -0
  114. package/docs/interfaces/BraintreeVisaCheckoutPaymentInitializeOptions.md +70 -0
  115. package/docs/interfaces/BrowserInfo.md +50 -0
  116. package/docs/interfaces/ButtonResponse.md +19 -0
  117. package/docs/interfaces/ButtonStyles.md +141 -0
  118. package/docs/interfaces/CardCvcElementOptions.md +72 -0
  119. package/docs/interfaces/CardDataPaymentMethodState.md +15 -0
  120. package/docs/interfaces/CardDataPaymentMethodState_2.md +15 -0
  121. package/docs/interfaces/CardElementOptions.md +91 -0
  122. package/docs/interfaces/CardExpiryElementOptions.md +72 -0
  123. package/docs/interfaces/CardInstrument.md +115 -0
  124. package/docs/interfaces/CardNumberElementOptions.md +88 -0
  125. package/docs/interfaces/CardPaymentMethodState.md +60 -0
  126. package/docs/interfaces/CardPaymentMethodState_2.md +43 -0
  127. package/docs/interfaces/CardState.md +40 -0
  128. package/docs/interfaces/CardStateErrors.md +7 -0
  129. package/docs/interfaces/CardStateErrors_2.md +7 -0
  130. package/docs/interfaces/CardState_2.md +40 -0
  131. package/docs/interfaces/Cart.md +99 -0
  132. package/docs/interfaces/ChasePayCustomerInitializeOptions.md +15 -0
  133. package/docs/interfaces/ChasePayInitializeOptions.md +98 -0
  134. package/docs/interfaces/CheckableInputStyles.md +175 -0
  135. package/docs/interfaces/ChecklistStyles.md +127 -0
  136. package/docs/interfaces/Checkout.md +195 -0
  137. package/docs/interfaces/CheckoutButtonInitializeOptions.md +244 -0
  138. package/docs/interfaces/CheckoutButtonInitializerOptions.md +22 -0
  139. package/docs/interfaces/CheckoutButtonOptions.md +55 -0
  140. package/docs/interfaces/CheckoutButtonSelectors.md +22 -0
  141. package/docs/interfaces/CheckoutParams.md +15 -0
  142. package/docs/interfaces/CheckoutPayment.md +42 -0
  143. package/docs/interfaces/CheckoutRequestBody.md +15 -0
  144. package/docs/interfaces/CheckoutSelectors.md +29 -0
  145. package/docs/interfaces/CheckoutServiceOptions.md +36 -0
  146. package/docs/interfaces/CheckoutSettings.md +201 -0
  147. package/docs/interfaces/CheckoutStoreErrorSelector.md +636 -0
  148. package/docs/interfaces/CheckoutStoreSelector.md +501 -0
  149. package/docs/interfaces/CheckoutStoreStatusSelector.md +758 -0
  150. package/docs/interfaces/Consignment.md +71 -0
  151. package/docs/interfaces/ConsignmentAssignmentBaseRequestBodyWithAddress.md +29 -0
  152. package/docs/interfaces/ConsignmentAssignmentBaseRequestBodyWithShippingAddress.md +29 -0
  153. package/docs/interfaces/ConsignmentCreateRequestBody.md +36 -0
  154. package/docs/interfaces/ConsignmentLineItem.md +22 -0
  155. package/docs/interfaces/ConsignmentPickupOption.md +15 -0
  156. package/docs/interfaces/ConsignmentUpdateRequestBody.md +43 -0
  157. package/docs/interfaces/Coordinates.md +22 -0
  158. package/docs/interfaces/Country.md +43 -0
  159. package/docs/interfaces/Coupon.md +43 -0
  160. package/docs/interfaces/CreditCardInstrument.md +85 -0
  161. package/docs/interfaces/CreditCardPaymentInitializeOptions.md +91 -0
  162. package/docs/interfaces/CreditCardPlaceHolder.md +29 -0
  163. package/docs/interfaces/CreditCardPlaceHolder_2.md +29 -0
  164. package/docs/interfaces/CssProperties.md +211 -0
  165. package/docs/interfaces/CssProperties_2.md +211 -0
  166. package/docs/interfaces/Currency.md +36 -0
  167. package/docs/interfaces/CustomError.md +43 -0
  168. package/docs/interfaces/CustomItem.md +50 -0
  169. package/docs/interfaces/Customer.md +84 -0
  170. package/docs/interfaces/CustomerAccountRequestBody.md +50 -0
  171. package/docs/interfaces/CustomerAddress.md +182 -0
  172. package/docs/interfaces/CustomerCredentials.md +22 -0
  173. package/docs/interfaces/CustomerGroup.md +22 -0
  174. package/docs/interfaces/CustomerInitializeOptions.md +221 -0
  175. package/docs/interfaces/CustomerPasswordRequirements.md +36 -0
  176. package/docs/interfaces/CustomerRequestOptions.md +60 -0
  177. package/docs/interfaces/DigitalItem.md +310 -0
  178. package/docs/interfaces/DigitalRiverElementClasses.md +67 -0
  179. package/docs/interfaces/DigitalRiverPaymentInitializeOptions.md +146 -0
  180. package/docs/interfaces/Discount.md +22 -0
  181. package/docs/interfaces/EmbeddedCheckoutCompleteEvent.md +15 -0
  182. package/docs/interfaces/EmbeddedCheckoutError.md +29 -0
  183. package/docs/interfaces/EmbeddedCheckoutErrorEvent.md +22 -0
  184. package/docs/interfaces/EmbeddedCheckoutFrameErrorEvent.md +22 -0
  185. package/docs/interfaces/EmbeddedCheckoutFrameLoadedEvent.md +22 -0
  186. package/docs/interfaces/EmbeddedCheckoutLoadedEvent.md +15 -0
  187. package/docs/interfaces/EmbeddedCheckoutMessenger.md +109 -0
  188. package/docs/interfaces/EmbeddedCheckoutMessengerOptions.md +22 -0
  189. package/docs/interfaces/EmbeddedCheckoutOptions.md +134 -0
  190. package/docs/interfaces/EmbeddedCheckoutSignedOutEvent.md +15 -0
  191. package/docs/interfaces/EmbeddedCheckoutStyles.md +141 -0
  192. package/docs/interfaces/EmbeddedContentOptions.md +15 -0
  193. package/docs/interfaces/ExecutePaymentMethodCheckoutOptions.md +76 -0
  194. package/docs/interfaces/FlashMessage.md +29 -0
  195. package/docs/interfaces/FormField.md +113 -0
  196. package/docs/interfaces/FormFieldItem.md +22 -0
  197. package/docs/interfaces/FormFieldOptions.md +29 -0
  198. package/docs/interfaces/FormFields.md +29 -0
  199. package/docs/interfaces/GatewayOrderPayment.md +108 -0
  200. package/docs/interfaces/GiftCertificate.md +43 -0
  201. package/docs/interfaces/GiftCertificateItem.md +78 -0
  202. package/docs/interfaces/GiftCertificateOrderPayment.md +94 -0
  203. package/docs/interfaces/GooglePayButtonInitializeOptions.md +31 -0
  204. package/docs/interfaces/GooglePayCustomerInitializeOptions.md +42 -0
  205. package/docs/interfaces/GooglePayPaymentInitializeOptions.md +93 -0
  206. package/docs/interfaces/HostedCardFieldOptions.md +35 -0
  207. package/docs/interfaces/HostedCardFieldOptionsMap.md +36 -0
  208. package/docs/interfaces/HostedFieldStylesMap.md +29 -0
  209. package/docs/interfaces/HostedFormOptions.md +114 -0
  210. package/docs/interfaces/HostedInputBlurEvent.md +28 -0
  211. package/docs/interfaces/HostedInputCardTypeChangeEvent.md +28 -0
  212. package/docs/interfaces/HostedInputEnterEvent.md +28 -0
  213. package/docs/interfaces/HostedInputFocusEvent.md +28 -0
  214. package/docs/interfaces/HostedInputValidateErrorData.md +29 -0
  215. package/docs/interfaces/HostedInputValidateErrorDataMap.md +50 -0
  216. package/docs/interfaces/HostedInputValidateEvent.md +22 -0
  217. package/docs/interfaces/HostedInputValidateResults.md +22 -0
  218. package/docs/interfaces/HostedInstrument.md +22 -0
  219. package/docs/interfaces/HostedStoredCardFieldOptions.md +54 -0
  220. package/docs/interfaces/HostedStoredCardFieldOptionsMap.md +22 -0
  221. package/docs/interfaces/IbanElementOptions.md +82 -0
  222. package/docs/interfaces/IdealElementOptions.md +70 -0
  223. package/docs/interfaces/IndividualCardElementOptions.md +36 -0
  224. package/docs/interfaces/InitializationStrategy.md +21 -0
  225. package/docs/interfaces/InlineElementStyles.md +53 -0
  226. package/docs/interfaces/InputDetail.md +80 -0
  227. package/docs/interfaces/InputDetail_2.md +80 -0
  228. package/docs/interfaces/InputStyles.md +152 -0
  229. package/docs/interfaces/Item.md +22 -0
  230. package/docs/interfaces/Item_2.md +26 -0
  231. package/docs/interfaces/Item_3.md +26 -0
  232. package/docs/interfaces/KlarnaLoadResponse.md +28 -0
  233. package/docs/interfaces/KlarnaLoadResponse_2.md +28 -0
  234. package/docs/interfaces/KlarnaPaymentInitializeOptions.md +73 -0
  235. package/docs/interfaces/KlarnaV2PaymentInitializeOptions.md +73 -0
  236. package/docs/interfaces/LabelStyles.md +76 -0
  237. package/docs/interfaces/LanguageConfig.md +57 -0
  238. package/docs/interfaces/LineItem.md +191 -0
  239. package/docs/interfaces/LineItemCategory.md +15 -0
  240. package/docs/interfaces/LineItemMap.md +36 -0
  241. package/docs/interfaces/LineItemOption.md +36 -0
  242. package/docs/interfaces/LineItemSocialData.md +36 -0
  243. package/docs/interfaces/LinkStyles.md +90 -0
  244. package/docs/interfaces/LoadingIndicatorStyles.md +29 -0
  245. package/docs/interfaces/Locales.md +7 -0
  246. package/docs/interfaces/MasterpassCustomerInitializeOptions.md +17 -0
  247. package/docs/interfaces/MasterpassPaymentInitializeOptions.md +35 -0
  248. package/docs/interfaces/MolliePaymentInitializeOptions.md +96 -0
  249. package/docs/interfaces/MonerisPaymentInitializeOptions.md +57 -0
  250. package/docs/interfaces/MonerisStylingProps.md +80 -0
  251. package/docs/interfaces/NonceGenerationError.md +29 -0
  252. package/docs/interfaces/NonceInstrument.md +36 -0
  253. package/docs/interfaces/Option.md +22 -0
  254. package/docs/interfaces/OptionsResponse.md +77 -0
  255. package/docs/interfaces/OpyPaymentInitializeOptions.md +40 -0
  256. package/docs/interfaces/Order.md +190 -0
  257. package/docs/interfaces/OrderConsignment.md +15 -0
  258. package/docs/interfaces/OrderPayment.md +58 -0
  259. package/docs/interfaces/OrderPaymentRequestBody.md +39 -0
  260. package/docs/interfaces/OrderRequestBody.md +33 -0
  261. package/docs/interfaces/OrderShippingConsignment.md +218 -0
  262. package/docs/interfaces/PasswordRequirements.md +36 -0
  263. package/docs/interfaces/PayPalInstrument.md +91 -0
  264. package/docs/interfaces/PaymentInitializeOptions.md +406 -0
  265. package/docs/interfaces/PaymentMethod.md +98 -0
  266. package/docs/interfaces/PaymentMethodConfig.md +120 -0
  267. package/docs/interfaces/PaymentRequestOptions.md +67 -0
  268. package/docs/interfaces/PaymentSettings.md +22 -0
  269. package/docs/interfaces/PaypalButtonInitializeOptions.md +76 -0
  270. package/docs/interfaces/PaypalButtonStyleOptions.md +64 -0
  271. package/docs/interfaces/PaypalButtonStyleOptions_2.md +50 -0
  272. package/docs/interfaces/PaypalCommerceAlternativeMethodsButtonOptions.md +35 -0
  273. package/docs/interfaces/PaypalCommerceButtonInitializeOptions.md +26 -0
  274. package/docs/interfaces/PaypalCommerceCreditCardPaymentInitializeOptions.md +90 -0
  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 +186 -0
  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 +36 -0
  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 +131 -0
  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 +70 -0
  322. package/docs/interfaces/StripeV3PaymentInitializeOptions.md +76 -0
  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 +2 -2
  349. package/docs/classes/CacheKeyResolver.md +0 -58
@@ -0,0 +1,85 @@
1
+ [@bigcommerce/checkout-sdk](../README.md) / AmazonPayShippingInitializeOptions
2
+
3
+ # Interface: AmazonPayShippingInitializeOptions
4
+
5
+ A set of options that are required to initialize the shipping step of
6
+ checkout in order to support Amazon Pay.
7
+
8
+ When Amazon Pay is initialized, a widget will be inserted into the DOM. The
9
+ widget has a list of shipping addresses for the customer to choose from.
10
+
11
+ ## Table of contents
12
+
13
+ ### Properties
14
+
15
+ - [container](AmazonPayShippingInitializeOptions.md#container)
16
+
17
+ ### Methods
18
+
19
+ - [onAddressSelect](AmazonPayShippingInitializeOptions.md#onaddressselect)
20
+ - [onError](AmazonPayShippingInitializeOptions.md#onerror)
21
+ - [onReady](AmazonPayShippingInitializeOptions.md#onready)
22
+
23
+ ## Properties
24
+
25
+ ### container
26
+
27
+ • **container**: `string`
28
+
29
+ The ID of a container which the address widget should insert into.
30
+
31
+ ## Methods
32
+
33
+ ### onAddressSelect
34
+
35
+ ▸ `Optional` **onAddressSelect**(`reference`): `void`
36
+
37
+ A callback that gets called when the customer selects an address option.
38
+
39
+ #### Parameters
40
+
41
+ | Name | Type | Description |
42
+ | :------ | :------ | :------ |
43
+ | `reference` | [`AmazonPayOrderReference`](AmazonPayOrderReference.md) | The order reference provided by Amazon. |
44
+
45
+ #### Returns
46
+
47
+ `void`
48
+
49
+ ___
50
+
51
+ ### onError
52
+
53
+ ▸ `Optional` **onError**(`error`): `void`
54
+
55
+ A callback that gets called if unable to initialize the widget or select
56
+ one of the address options provided by the widget.
57
+
58
+ #### Parameters
59
+
60
+ | Name | Type | Description |
61
+ | :------ | :------ | :------ |
62
+ | `error` | [`AmazonPayWidgetError`](AmazonPayWidgetError.md) \| [`StandardError`](../classes/StandardError.md) | The error object describing the failure of the initialization. |
63
+
64
+ #### Returns
65
+
66
+ `void`
67
+
68
+ ___
69
+
70
+ ### onReady
71
+
72
+ ▸ `Optional` **onReady**(`reference`): `void`
73
+
74
+ A callback that gets called when the widget is loaded and ready to be
75
+ interacted with.
76
+
77
+ #### Parameters
78
+
79
+ | Name | Type | Description |
80
+ | :------ | :------ | :------ |
81
+ | `reference` | [`AmazonPayOrderReference`](AmazonPayOrderReference.md) | The order reference provided by Amazon. |
82
+
83
+ #### Returns
84
+
85
+ `void`
@@ -0,0 +1,71 @@
1
+ [@bigcommerce/checkout-sdk](../README.md) / AmazonPayV2ButtonParams
2
+
3
+ # Interface: AmazonPayV2ButtonParams
4
+
5
+ ## Table of contents
6
+
7
+ ### Properties
8
+
9
+ - [checkoutLanguage](AmazonPayV2ButtonParams.md#checkoutlanguage)
10
+ - [createCheckoutSession](AmazonPayV2ButtonParams.md#createcheckoutsession)
11
+ - [ledgerCurrency](AmazonPayV2ButtonParams.md#ledgercurrency)
12
+ - [merchantId](AmazonPayV2ButtonParams.md#merchantid)
13
+ - [placement](AmazonPayV2ButtonParams.md#placement)
14
+ - [productType](AmazonPayV2ButtonParams.md#producttype)
15
+ - [sandbox](AmazonPayV2ButtonParams.md#sandbox)
16
+
17
+ ## Properties
18
+
19
+ ### checkoutLanguage
20
+
21
+ • `Optional` **checkoutLanguage**: [`en_US`](../enums/AmazonPayV2CheckoutLanguage.md#en_us) \| [`en_GB`](../enums/AmazonPayV2CheckoutLanguage.md#en_gb) \| [`de_DE`](../enums/AmazonPayV2CheckoutLanguage.md#de_de) \| [`fr_FR`](../enums/AmazonPayV2CheckoutLanguage.md#fr_fr) \| [`it_IT`](../enums/AmazonPayV2CheckoutLanguage.md#it_it) \| [`es_ES`](../enums/AmazonPayV2CheckoutLanguage.md#es_es) \| [`ja_JP`](../enums/AmazonPayV2CheckoutLanguage.md#ja_jp)
22
+
23
+ Language used to render the button and text on Amazon Pay hosted pages.
24
+
25
+ ___
26
+
27
+ ### createCheckoutSession
28
+
29
+ • **createCheckoutSession**: [`AmazonPayV2CheckoutSession`](AmazonPayV2CheckoutSession.md)
30
+
31
+ Configuration for calling the endpoint to Create Checkout Session.
32
+
33
+ ___
34
+
35
+ ### ledgerCurrency
36
+
37
+ • **ledgerCurrency**: [`AmazonPayV2LedgerCurrency`](../enums/AmazonPayV2LedgerCurrency.md)
38
+
39
+ Ledger currency provided during registration for the given merchant identifier.
40
+
41
+ ___
42
+
43
+ ### merchantId
44
+
45
+ • **merchantId**: `string`
46
+
47
+ Amazon Pay merchant account identifier.
48
+
49
+ ___
50
+
51
+ ### placement
52
+
53
+ • **placement**: [`AmazonPayV2Placement`](../enums/AmazonPayV2Placement.md)
54
+
55
+ Placement of the Amazon Pay button on your website.
56
+
57
+ ___
58
+
59
+ ### productType
60
+
61
+ • `Optional` **productType**: [`PayAndShip`](../enums/AmazonPayV2PayOptions.md#payandship) \| [`PayOnly`](../enums/AmazonPayV2PayOptions.md#payonly)
62
+
63
+ Product type selected for checkout. Default is 'PayAndShip'.
64
+
65
+ ___
66
+
67
+ ### sandbox
68
+
69
+ • `Optional` **sandbox**: `boolean`
70
+
71
+ Sets button to Sandbox environment. Default is false.
@@ -0,0 +1,35 @@
1
+ [@bigcommerce/checkout-sdk](../README.md) / AmazonPayV2CheckoutSession
2
+
3
+ # Interface: AmazonPayV2CheckoutSession
4
+
5
+ ## Table of contents
6
+
7
+ ### Properties
8
+
9
+ - [extractAmazonCheckoutSessionId](AmazonPayV2CheckoutSession.md#extractamazoncheckoutsessionid)
10
+ - [method](AmazonPayV2CheckoutSession.md#method)
11
+ - [url](AmazonPayV2CheckoutSession.md#url)
12
+
13
+ ## Properties
14
+
15
+ ### extractAmazonCheckoutSessionId
16
+
17
+ • `Optional` **extractAmazonCheckoutSessionId**: `string`
18
+
19
+ Checkout Session ID parameter in the response. Default is 'checkoutSessionId'.
20
+
21
+ ___
22
+
23
+ ### method
24
+
25
+ • `Optional` **method**: ``"GET"`` \| ``"POST"``
26
+
27
+ HTTP request method. Default is 'POST'.
28
+
29
+ ___
30
+
31
+ ### url
32
+
33
+ • **url**: `string`
34
+
35
+ Endpoint URL to Create Checkout Session.
@@ -0,0 +1,24 @@
1
+ [@bigcommerce/checkout-sdk](../README.md) / AmazonPayV2CustomerInitializeOptions
2
+
3
+ # Interface: AmazonPayV2CustomerInitializeOptions
4
+
5
+ A set of options that are required to initialize the customer step of
6
+ checkout in order to support AmazonPayV2.
7
+
8
+ When AmazonPayV2 is initialized, a sign-in button will be inserted into the
9
+ DOM. When the customer clicks on it, they will be redirected to Amazon to
10
+ sign in.
11
+
12
+ ## Table of contents
13
+
14
+ ### Properties
15
+
16
+ - [container](AmazonPayV2CustomerInitializeOptions.md#container)
17
+
18
+ ## Properties
19
+
20
+ ### container
21
+
22
+ • **container**: `string`
23
+
24
+ The ID of a container which the sign-in button should insert into.
@@ -0,0 +1,39 @@
1
+ [@bigcommerce/checkout-sdk](../README.md) / AmazonPayV2PaymentInitializeOptions
2
+
3
+ # Interface: AmazonPayV2PaymentInitializeOptions
4
+
5
+ A set of options that are required to initialize the payment step of
6
+ checkout in order to support AmazonPayV2.
7
+
8
+ When AmazonPayV2 is initialized, a change payment button will be bound.
9
+ When the customer clicks on it, they will be redirected to Amazon to
10
+ select a different payment method.
11
+
12
+ ```html
13
+ <!-- This is where the Amazon button will be inserted -->
14
+ <div id="edit-button"></div>
15
+ ```
16
+
17
+ ```js
18
+ service.initializePayment({
19
+ methodId: 'amazonpay',
20
+ amazonpay: {
21
+ editButtonId: 'edit-button',
22
+ },
23
+ });
24
+
25
+ ## Table of contents
26
+
27
+ ### Properties
28
+
29
+ - [editButtonId](AmazonPayV2PaymentInitializeOptions.md#editbuttonid)
30
+
31
+ ## Properties
32
+
33
+ ### editButtonId
34
+
35
+ • `Optional` **editButtonId**: `string`
36
+
37
+ This editButtonId is used to set an event listener, provide an element ID
38
+ if you want users to be able to select a different payment method by
39
+ clicking on a button. It should be an HTML element.
@@ -0,0 +1,26 @@
1
+ [@bigcommerce/checkout-sdk](../README.md) / AmazonPayV2ShippingInitializeOptions
2
+
3
+ # Interface: AmazonPayV2ShippingInitializeOptions
4
+
5
+ A set of options that are required to initialize the shipping step of
6
+ checkout in order to support AmazonPayV2.
7
+
8
+ When AmazonPayV2 is initialized, a change shipping button will be bound.
9
+ When the customer clicks on it, they will be redirected to Amazon to
10
+ select a different shipping address.
11
+
12
+ ## Table of contents
13
+
14
+ ### Properties
15
+
16
+ - [editAddressButtonId](AmazonPayV2ShippingInitializeOptions.md#editaddressbuttonid)
17
+
18
+ ## Properties
19
+
20
+ ### editAddressButtonId
21
+
22
+ • `Optional` **editAddressButtonId**: `string`
23
+
24
+ This editAddressButtonId is used to set an event listener, provide an
25
+ element ID if you want users to be able to select a different shipping
26
+ address by clicking on a button. It should be an HTML element.
@@ -0,0 +1,25 @@
1
+ [@bigcommerce/checkout-sdk](../README.md) / AmazonPayWidgetError
2
+
3
+ # Interface: AmazonPayWidgetError
4
+
5
+ ## Hierarchy
6
+
7
+ - `Error`
8
+
9
+ ↳ **`AmazonPayWidgetError`**
10
+
11
+ ## Table of contents
12
+
13
+ ### Methods
14
+
15
+ - [getErrorCode](AmazonPayWidgetError.md#geterrorcode)
16
+
17
+ ## Methods
18
+
19
+ ### getErrorCode
20
+
21
+ ▸ **getErrorCode**(): `string`
22
+
23
+ #### Returns
24
+
25
+ `string`
@@ -0,0 +1,38 @@
1
+ [@bigcommerce/checkout-sdk](../README.md) / ApplePayButtonInitializeOptions
2
+
3
+ # Interface: ApplePayButtonInitializeOptions
4
+
5
+ A set of options that are required to initialize ApplePay in cart.
6
+
7
+ When ApplePay is initialized, an ApplePay button will be inserted into the
8
+ DOM. When a customer clicks on it, it will trigger Apple sheet.
9
+
10
+ ## Table of contents
11
+
12
+ ### Properties
13
+
14
+ - [buttonClassName](ApplePayButtonInitializeOptions.md#buttonclassname)
15
+
16
+ ### Methods
17
+
18
+ - [onPaymentAuthorize](ApplePayButtonInitializeOptions.md#onpaymentauthorize)
19
+
20
+ ## Properties
21
+
22
+ ### buttonClassName
23
+
24
+ • `Optional` **buttonClassName**: `string`
25
+
26
+ The class name of the ApplePay button style.
27
+
28
+ ## Methods
29
+
30
+ ### onPaymentAuthorize
31
+
32
+ ▸ **onPaymentAuthorize**(): `void`
33
+
34
+ A callback that gets called when a payment is successfully completed.
35
+
36
+ #### Returns
37
+
38
+ `void`
@@ -0,0 +1,77 @@
1
+ [@bigcommerce/checkout-sdk](../README.md) / ApplePayCustomerInitializeOptions
2
+
3
+ # Interface: ApplePayCustomerInitializeOptions
4
+
5
+ A set of options that are required to initialize the customer step of
6
+ checkout in order to support ApplePay.
7
+
8
+ When ApplePay is initialized, a sign-in button will be inserted into the
9
+ DOM. When the customer clicks on it, it will trigger apple sheet
10
+
11
+ ## Table of contents
12
+
13
+ ### Properties
14
+
15
+ - [container](ApplePayCustomerInitializeOptions.md#container)
16
+ - [shippingLabel](ApplePayCustomerInitializeOptions.md#shippinglabel)
17
+ - [subtotalLabel](ApplePayCustomerInitializeOptions.md#subtotallabel)
18
+
19
+ ### Methods
20
+
21
+ - [onError](ApplePayCustomerInitializeOptions.md#onerror)
22
+ - [onPaymentAuthorize](ApplePayCustomerInitializeOptions.md#onpaymentauthorize)
23
+
24
+ ## Properties
25
+
26
+ ### container
27
+
28
+ • **container**: `string`
29
+
30
+ The ID of a container which the sign-in button should insert into.
31
+
32
+ ___
33
+
34
+ ### shippingLabel
35
+
36
+ • `Optional` **shippingLabel**: `string`
37
+
38
+ Shipping label to be passed to apple sheet.
39
+
40
+ ___
41
+
42
+ ### subtotalLabel
43
+
44
+ • `Optional` **subtotalLabel**: `string`
45
+
46
+ Sub total label to be passed to apple sheet.
47
+
48
+ ## Methods
49
+
50
+ ### onError
51
+
52
+ ▸ `Optional` **onError**(`error?`): `void`
53
+
54
+ A callback that gets called if unable to initialize the widget or select
55
+ one of the address options provided by the widget.
56
+
57
+ #### Parameters
58
+
59
+ | Name | Type | Description |
60
+ | :------ | :------ | :------ |
61
+ | `error?` | `Error` | The error object describing the failure. |
62
+
63
+ #### Returns
64
+
65
+ `void`
66
+
67
+ ___
68
+
69
+ ### onPaymentAuthorize
70
+
71
+ ▸ **onPaymentAuthorize**(): `void`
72
+
73
+ A callback that gets called when a payment is successfully completed.
74
+
75
+ #### Returns
76
+
77
+ `void`
@@ -0,0 +1,40 @@
1
+ [@bigcommerce/checkout-sdk](../README.md) / ApplePayPaymentInitializeOptions
2
+
3
+ # Interface: ApplePayPaymentInitializeOptions
4
+
5
+ A set of options that are required to initialize the Applepay payment method with:
6
+
7
+ 1) ApplePay:
8
+
9
+ ```js
10
+ service.initializePayment({
11
+ methodId: 'applepay',
12
+ applepay: {
13
+ shippingLabel: 'Shipping',
14
+ subtotalLabel: 'Sub total',
15
+ }
16
+ });
17
+ ```
18
+
19
+ ## Table of contents
20
+
21
+ ### Properties
22
+
23
+ - [shippingLabel](ApplePayPaymentInitializeOptions.md#shippinglabel)
24
+ - [subtotalLabel](ApplePayPaymentInitializeOptions.md#subtotallabel)
25
+
26
+ ## Properties
27
+
28
+ ### shippingLabel
29
+
30
+ • `Optional` **shippingLabel**: `string`
31
+
32
+ Shipping label to be passed to apple sheet.
33
+
34
+ ___
35
+
36
+ ### subtotalLabel
37
+
38
+ • `Optional` **subtotalLabel**: `string`
39
+
40
+ Sub total label to be passed to apple sheet.
@@ -0,0 +1,112 @@
1
+ [@bigcommerce/checkout-sdk](../README.md) / BankInstrument
2
+
3
+ # Interface: BankInstrument
4
+
5
+ ## Hierarchy
6
+
7
+ - [`BaseAccountInstrument`](BaseAccountInstrument.md)
8
+
9
+ ↳ **`BankInstrument`**
10
+
11
+ ## Table of contents
12
+
13
+ ### Properties
14
+
15
+ - [accountNumber](BankInstrument.md#accountnumber)
16
+ - [bigpayToken](BankInstrument.md#bigpaytoken)
17
+ - [defaultInstrument](BankInstrument.md#defaultinstrument)
18
+ - [externalId](BankInstrument.md#externalid)
19
+ - [iban](BankInstrument.md#iban)
20
+ - [issuer](BankInstrument.md#issuer)
21
+ - [method](BankInstrument.md#method)
22
+ - [provider](BankInstrument.md#provider)
23
+ - [trustedShippingAddress](BankInstrument.md#trustedshippingaddress)
24
+ - [type](BankInstrument.md#type)
25
+
26
+ ## Properties
27
+
28
+ ### accountNumber
29
+
30
+ • **accountNumber**: `string`
31
+
32
+ ___
33
+
34
+ ### bigpayToken
35
+
36
+ • **bigpayToken**: `string`
37
+
38
+ #### Inherited from
39
+
40
+ [BaseAccountInstrument](BaseAccountInstrument.md).[bigpayToken](BaseAccountInstrument.md#bigpaytoken)
41
+
42
+ ___
43
+
44
+ ### defaultInstrument
45
+
46
+ • **defaultInstrument**: `boolean`
47
+
48
+ #### Inherited from
49
+
50
+ [BaseAccountInstrument](BaseAccountInstrument.md).[defaultInstrument](BaseAccountInstrument.md#defaultinstrument)
51
+
52
+ ___
53
+
54
+ ### externalId
55
+
56
+ • **externalId**: `string`
57
+
58
+ #### Inherited from
59
+
60
+ [BaseAccountInstrument](BaseAccountInstrument.md).[externalId](BaseAccountInstrument.md#externalid)
61
+
62
+ ___
63
+
64
+ ### iban
65
+
66
+ • **iban**: `string`
67
+
68
+ ___
69
+
70
+ ### issuer
71
+
72
+ • **issuer**: `string`
73
+
74
+ ___
75
+
76
+ ### method
77
+
78
+ • **method**: `string`
79
+
80
+ #### Overrides
81
+
82
+ [BaseAccountInstrument](BaseAccountInstrument.md).[method](BaseAccountInstrument.md#method)
83
+
84
+ ___
85
+
86
+ ### provider
87
+
88
+ • **provider**: `string`
89
+
90
+ #### Inherited from
91
+
92
+ [BaseAccountInstrument](BaseAccountInstrument.md).[provider](BaseAccountInstrument.md#provider)
93
+
94
+ ___
95
+
96
+ ### trustedShippingAddress
97
+
98
+ • **trustedShippingAddress**: `boolean`
99
+
100
+ #### Inherited from
101
+
102
+ [BaseAccountInstrument](BaseAccountInstrument.md).[trustedShippingAddress](BaseAccountInstrument.md#trustedshippingaddress)
103
+
104
+ ___
105
+
106
+ ### type
107
+
108
+ • **type**: ``"bank"``
109
+
110
+ #### Overrides
111
+
112
+ [BaseAccountInstrument](BaseAccountInstrument.md).[type](BaseAccountInstrument.md#type)
@@ -0,0 +1,22 @@
1
+ [@bigcommerce/checkout-sdk](../README.md) / Banner
2
+
3
+ # Interface: Banner
4
+
5
+ ## Table of contents
6
+
7
+ ### Properties
8
+
9
+ - [text](Banner.md#text)
10
+ - [type](Banner.md#type)
11
+
12
+ ## Properties
13
+
14
+ ### text
15
+
16
+ • **text**: `string`
17
+
18
+ ___
19
+
20
+ ### type
21
+
22
+ • **type**: `string`
@@ -0,0 +1,91 @@
1
+ [@bigcommerce/checkout-sdk](../README.md) / BaseAccountInstrument
2
+
3
+ # Interface: BaseAccountInstrument
4
+
5
+ ## Hierarchy
6
+
7
+ - [`BaseInstrument`](BaseInstrument.md)
8
+
9
+ ↳ **`BaseAccountInstrument`**
10
+
11
+ ↳↳ [`BankInstrument`](BankInstrument.md)
12
+
13
+ ↳↳ [`PayPalInstrument`](PayPalInstrument.md)
14
+
15
+ ## Table of contents
16
+
17
+ ### Properties
18
+
19
+ - [bigpayToken](BaseAccountInstrument.md#bigpaytoken)
20
+ - [defaultInstrument](BaseAccountInstrument.md#defaultinstrument)
21
+ - [externalId](BaseAccountInstrument.md#externalid)
22
+ - [method](BaseAccountInstrument.md#method)
23
+ - [provider](BaseAccountInstrument.md#provider)
24
+ - [trustedShippingAddress](BaseAccountInstrument.md#trustedshippingaddress)
25
+ - [type](BaseAccountInstrument.md#type)
26
+
27
+ ## Properties
28
+
29
+ ### bigpayToken
30
+
31
+ • **bigpayToken**: `string`
32
+
33
+ #### Inherited from
34
+
35
+ [BaseInstrument](BaseInstrument.md).[bigpayToken](BaseInstrument.md#bigpaytoken)
36
+
37
+ ___
38
+
39
+ ### defaultInstrument
40
+
41
+ • **defaultInstrument**: `boolean`
42
+
43
+ #### Inherited from
44
+
45
+ [BaseInstrument](BaseInstrument.md).[defaultInstrument](BaseInstrument.md#defaultinstrument)
46
+
47
+ ___
48
+
49
+ ### externalId
50
+
51
+ • **externalId**: `string`
52
+
53
+ ___
54
+
55
+ ### method
56
+
57
+ • **method**: `string`
58
+
59
+ #### Overrides
60
+
61
+ [BaseInstrument](BaseInstrument.md).[method](BaseInstrument.md#method)
62
+
63
+ ___
64
+
65
+ ### provider
66
+
67
+ • **provider**: `string`
68
+
69
+ #### Inherited from
70
+
71
+ [BaseInstrument](BaseInstrument.md).[provider](BaseInstrument.md#provider)
72
+
73
+ ___
74
+
75
+ ### trustedShippingAddress
76
+
77
+ • **trustedShippingAddress**: `boolean`
78
+
79
+ #### Inherited from
80
+
81
+ [BaseInstrument](BaseInstrument.md).[trustedShippingAddress](BaseInstrument.md#trustedshippingaddress)
82
+
83
+ ___
84
+
85
+ ### type
86
+
87
+ • **type**: ``"bank"`` \| ``"account"``
88
+
89
+ #### Overrides
90
+
91
+ [BaseInstrument](BaseInstrument.md).[type](BaseInstrument.md#type)