@bigcommerce/checkout-sdk 1.271.2 → 1.272.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +21 -0
- package/dist/checkout-button.d.ts +671 -651
- package/dist/checkout-button.js +1 -1
- package/dist/checkout-button.umd.js +1 -1
- package/dist/checkout-sdk.d.ts +7275 -763
- package/dist/checkout-sdk.js +1 -1
- package/dist/checkout-sdk.js.map +1 -1
- package/dist/checkout-sdk.umd.js +1 -1
- package/dist/checkout-sdk.umd.js.map +1 -1
- package/dist/embedded-checkout.d.ts +242 -218
- package/dist/internal-mappers.d.ts +762 -763
- package/dist/tsdoc-metadata.json +11 -11
- package/docs/README.md +756 -126
- package/docs/classes/CartChangedError.md +76 -0
- package/docs/classes/CheckoutButtonErrorSelector.md +52 -0
- package/docs/classes/CheckoutButtonInitializer.md +177 -0
- package/docs/classes/CheckoutButtonStatusSelector.md +52 -0
- package/docs/classes/CheckoutService.md +1645 -0
- package/docs/classes/CurrencyService.md +54 -0
- package/docs/classes/EmbeddedCheckout.md +40 -0
- package/docs/classes/LanguageService.md +101 -0
- package/docs/classes/RequestError.md +106 -0
- package/docs/classes/StandardError.md +71 -0
- package/docs/enums/AmazonPayV2CheckoutLanguage.md +57 -0
- package/docs/enums/AmazonPayV2LedgerCurrency.md +36 -0
- package/docs/enums/AmazonPayV2PayOptions.md +26 -0
- package/docs/enums/AmazonPayV2Placement.md +53 -0
- package/docs/enums/BraintreeFormFieldType.md +50 -0
- package/docs/enums/ButtonColor.md +29 -0
- package/docs/enums/ButtonType.md +22 -0
- package/docs/enums/CheckoutButtonMethodType.md +141 -0
- package/docs/enums/CheckoutIncludes.md +29 -0
- package/docs/enums/EmbeddedCheckoutEventType.md +50 -0
- package/docs/enums/HostedFieldType.md +50 -0
- package/docs/enums/HostedInputEventType.md +85 -0
- package/docs/enums/IconStyle.md +22 -0
- package/docs/enums/PaypalButtonStyleColorOption.md +36 -0
- package/docs/enums/PaypalButtonStyleLabelOption.md +43 -0
- package/docs/enums/PaypalButtonStyleLayoutOption.md +22 -0
- package/docs/enums/PaypalButtonStyleShapeOption.md +22 -0
- package/docs/enums/PaypalButtonStyleSizeOption.md +36 -0
- package/docs/enums/PaypalCommerceFormFieldType.md +50 -0
- package/docs/enums/RadiusUnit.md +22 -0
- package/docs/enums/StyleButtonColor.md +43 -0
- package/docs/enums/StyleButtonLabel.md +43 -0
- package/docs/enums/StyleButtonLayout.md +22 -0
- package/docs/enums/StyleButtonShape.md +22 -0
- package/docs/interfaces/Address.md +164 -0
- package/docs/interfaces/AddressRequestBody.md +100 -0
- package/docs/interfaces/AdyenAdditionalActionCallbacks.md +68 -0
- package/docs/interfaces/AdyenAdditionalActionCallbacks_2.md +66 -0
- package/docs/interfaces/AdyenAdditionalActionOptions.md +106 -0
- package/docs/interfaces/AdyenAdditionalActionOptions_2.md +106 -0
- package/docs/interfaces/AdyenBaseCardComponentOptions.md +33 -0
- package/docs/interfaces/AdyenBaseCardComponentOptions_2.md +33 -0
- package/docs/interfaces/AdyenComponent.md +72 -0
- package/docs/interfaces/AdyenComponentEvents.md +74 -0
- package/docs/interfaces/AdyenComponentEvents_2.md +74 -0
- package/docs/interfaces/AdyenComponent_2.md +72 -0
- package/docs/interfaces/AdyenCreditCardComponentOptions.md +185 -0
- package/docs/interfaces/AdyenIdealComponentOptions.md +17 -0
- package/docs/interfaces/AdyenPaymentMethodState.md +21 -0
- package/docs/interfaces/AdyenPaymentMethodState_2.md +15 -0
- package/docs/interfaces/AdyenPlaceholderData.md +33 -0
- package/docs/interfaces/AdyenPlaceholderData_2.md +33 -0
- package/docs/interfaces/AdyenThreeDS2Options.md +97 -0
- package/docs/interfaces/AdyenV2PaymentInitializeOptions.md +161 -0
- package/docs/interfaces/AdyenV3CreditCardComponentOptions.md +185 -0
- package/docs/interfaces/AdyenV3PaymentInitializeOptions.md +135 -0
- package/docs/interfaces/AmazonPayCustomerInitializeOptions.md +65 -0
- package/docs/interfaces/AmazonPayOrderReference.md +30 -0
- package/docs/interfaces/AmazonPayPaymentInitializeOptions.md +100 -0
- package/docs/interfaces/AmazonPayShippingInitializeOptions.md +85 -0
- package/docs/interfaces/AmazonPayV2ButtonParams.md +71 -0
- package/docs/interfaces/AmazonPayV2CheckoutSession.md +35 -0
- package/docs/interfaces/AmazonPayV2CustomerInitializeOptions.md +24 -0
- package/docs/interfaces/AmazonPayV2PaymentInitializeOptions.md +39 -0
- package/docs/interfaces/AmazonPayV2ShippingInitializeOptions.md +26 -0
- package/docs/interfaces/AmazonPayWidgetError.md +25 -0
- package/docs/interfaces/ApplePayButtonInitializeOptions.md +38 -0
- package/docs/interfaces/ApplePayCustomerInitializeOptions.md +77 -0
- package/docs/interfaces/ApplePayPaymentInitializeOptions.md +40 -0
- package/docs/interfaces/BankInstrument.md +112 -0
- package/docs/interfaces/Banner.md +22 -0
- package/docs/interfaces/BaseAccountInstrument.md +91 -0
- package/docs/interfaces/BaseElementOptions.md +17 -0
- package/docs/interfaces/BaseElementOptions_2.md +48 -0
- package/docs/interfaces/BaseIndividualElementOptions.md +67 -0
- package/docs/interfaces/BaseInstrument.md +58 -0
- package/docs/interfaces/BillingAddress.md +182 -0
- package/docs/interfaces/BillingAddressRequestBody.md +153 -0
- package/docs/interfaces/BlockElementStyles.md +105 -0
- package/docs/interfaces/BlueSnapV2PaymentInitializeOptions.md +72 -0
- package/docs/interfaces/BlueSnapV2StyleProps.md +29 -0
- package/docs/interfaces/BodyStyles.md +15 -0
- package/docs/interfaces/BoltCustomerInitializeOptions.md +30 -0
- package/docs/interfaces/BoltPaymentInitializeOptions.md +94 -0
- package/docs/interfaces/BraintreeError.md +35 -0
- package/docs/interfaces/BraintreeFormFieldCardTypeChangeEventData.md +15 -0
- package/docs/interfaces/BraintreeFormFieldKeyboardEventData.md +15 -0
- package/docs/interfaces/BraintreeFormFieldOptions.md +35 -0
- package/docs/interfaces/BraintreeFormFieldStylesMap.md +29 -0
- package/docs/interfaces/BraintreeFormFieldValidateErrorData.md +29 -0
- package/docs/interfaces/BraintreeFormFieldValidateEventData.md +33 -0
- package/docs/interfaces/BraintreeFormFieldsMap.md +36 -0
- package/docs/interfaces/BraintreeFormOptions.md +110 -0
- package/docs/interfaces/BraintreePaymentInitializeOptions.md +101 -0
- package/docs/interfaces/BraintreePaypalButtonInitializeOptions.md +96 -0
- package/docs/interfaces/BraintreePaypalCreditButtonInitializeOptions.md +87 -0
- package/docs/interfaces/BraintreeStoredCardFieldOptions.md +54 -0
- package/docs/interfaces/BraintreeStoredCardFieldsMap.md +22 -0
- package/docs/interfaces/BraintreeThreeDSecureOptions.md +51 -0
- package/docs/interfaces/BraintreeVenmoButtonInitializeOptions.md +27 -0
- package/docs/interfaces/BraintreeVerifyPayload.md +51 -0
- package/docs/interfaces/BraintreeVisaCheckoutCustomerInitializeOptions.md +35 -0
- package/docs/interfaces/BraintreeVisaCheckoutPaymentInitializeOptions.md +70 -0
- package/docs/interfaces/BrowserInfo.md +50 -0
- package/docs/interfaces/ButtonResponse.md +19 -0
- package/docs/interfaces/ButtonStyles.md +141 -0
- package/docs/interfaces/CardCvcElementOptions.md +72 -0
- package/docs/interfaces/CardDataPaymentMethodState.md +15 -0
- package/docs/interfaces/CardDataPaymentMethodState_2.md +15 -0
- package/docs/interfaces/CardElementOptions.md +91 -0
- package/docs/interfaces/CardExpiryElementOptions.md +72 -0
- package/docs/interfaces/CardInstrument.md +115 -0
- package/docs/interfaces/CardNumberElementOptions.md +88 -0
- package/docs/interfaces/CardPaymentMethodState.md +60 -0
- package/docs/interfaces/CardPaymentMethodState_2.md +43 -0
- package/docs/interfaces/CardState.md +40 -0
- package/docs/interfaces/CardStateErrors.md +7 -0
- package/docs/interfaces/CardStateErrors_2.md +7 -0
- package/docs/interfaces/CardState_2.md +40 -0
- package/docs/interfaces/Cart.md +99 -0
- package/docs/interfaces/ChasePayCustomerInitializeOptions.md +15 -0
- package/docs/interfaces/ChasePayInitializeOptions.md +98 -0
- package/docs/interfaces/CheckableInputStyles.md +175 -0
- package/docs/interfaces/ChecklistStyles.md +127 -0
- package/docs/interfaces/Checkout.md +195 -0
- package/docs/interfaces/CheckoutButtonInitializeOptions.md +244 -0
- package/docs/interfaces/CheckoutButtonInitializerOptions.md +22 -0
- package/docs/interfaces/CheckoutButtonOptions.md +55 -0
- package/docs/interfaces/CheckoutButtonSelectors.md +22 -0
- package/docs/interfaces/CheckoutParams.md +15 -0
- package/docs/interfaces/CheckoutPayment.md +42 -0
- package/docs/interfaces/CheckoutRequestBody.md +15 -0
- package/docs/interfaces/CheckoutSelectors.md +29 -0
- package/docs/interfaces/CheckoutServiceOptions.md +36 -0
- package/docs/interfaces/CheckoutSettings.md +201 -0
- package/docs/interfaces/CheckoutStoreErrorSelector.md +636 -0
- package/docs/interfaces/CheckoutStoreSelector.md +501 -0
- package/docs/interfaces/CheckoutStoreStatusSelector.md +758 -0
- package/docs/interfaces/Consignment.md +71 -0
- package/docs/interfaces/ConsignmentAssignmentBaseRequestBodyWithAddress.md +29 -0
- package/docs/interfaces/ConsignmentAssignmentBaseRequestBodyWithShippingAddress.md +29 -0
- package/docs/interfaces/ConsignmentCreateRequestBody.md +36 -0
- package/docs/interfaces/ConsignmentLineItem.md +22 -0
- package/docs/interfaces/ConsignmentPickupOption.md +15 -0
- package/docs/interfaces/ConsignmentUpdateRequestBody.md +43 -0
- package/docs/interfaces/Coordinates.md +22 -0
- package/docs/interfaces/Country.md +43 -0
- package/docs/interfaces/Coupon.md +43 -0
- package/docs/interfaces/CreditCardInstrument.md +85 -0
- package/docs/interfaces/CreditCardPaymentInitializeOptions.md +91 -0
- package/docs/interfaces/CreditCardPlaceHolder.md +29 -0
- package/docs/interfaces/CreditCardPlaceHolder_2.md +29 -0
- package/docs/interfaces/CssProperties.md +211 -0
- package/docs/interfaces/CssProperties_2.md +211 -0
- package/docs/interfaces/Currency.md +36 -0
- package/docs/interfaces/CustomError.md +43 -0
- package/docs/interfaces/CustomItem.md +50 -0
- package/docs/interfaces/Customer.md +84 -0
- package/docs/interfaces/CustomerAccountRequestBody.md +50 -0
- package/docs/interfaces/CustomerAddress.md +182 -0
- package/docs/interfaces/CustomerCredentials.md +22 -0
- package/docs/interfaces/CustomerGroup.md +22 -0
- package/docs/interfaces/CustomerInitializeOptions.md +221 -0
- package/docs/interfaces/CustomerPasswordRequirements.md +36 -0
- package/docs/interfaces/CustomerRequestOptions.md +60 -0
- package/docs/interfaces/DigitalItem.md +310 -0
- package/docs/interfaces/DigitalRiverElementClasses.md +67 -0
- package/docs/interfaces/DigitalRiverPaymentInitializeOptions.md +146 -0
- package/docs/interfaces/Discount.md +22 -0
- package/docs/interfaces/EmbeddedCheckoutCompleteEvent.md +15 -0
- package/docs/interfaces/EmbeddedCheckoutError.md +29 -0
- package/docs/interfaces/EmbeddedCheckoutErrorEvent.md +22 -0
- package/docs/interfaces/EmbeddedCheckoutFrameErrorEvent.md +22 -0
- package/docs/interfaces/EmbeddedCheckoutFrameLoadedEvent.md +22 -0
- package/docs/interfaces/EmbeddedCheckoutLoadedEvent.md +15 -0
- package/docs/interfaces/EmbeddedCheckoutMessenger.md +109 -0
- package/docs/interfaces/EmbeddedCheckoutMessengerOptions.md +22 -0
- package/docs/interfaces/EmbeddedCheckoutOptions.md +134 -0
- package/docs/interfaces/EmbeddedCheckoutSignedOutEvent.md +15 -0
- package/docs/interfaces/EmbeddedCheckoutStyles.md +141 -0
- package/docs/interfaces/EmbeddedContentOptions.md +15 -0
- package/docs/interfaces/ExecutePaymentMethodCheckoutOptions.md +76 -0
- package/docs/interfaces/FlashMessage.md +29 -0
- package/docs/interfaces/FormField.md +113 -0
- package/docs/interfaces/FormFieldItem.md +22 -0
- package/docs/interfaces/FormFieldOptions.md +29 -0
- package/docs/interfaces/FormFields.md +29 -0
- package/docs/interfaces/GatewayOrderPayment.md +108 -0
- package/docs/interfaces/GiftCertificate.md +43 -0
- package/docs/interfaces/GiftCertificateItem.md +78 -0
- package/docs/interfaces/GiftCertificateOrderPayment.md +94 -0
- package/docs/interfaces/GooglePayButtonInitializeOptions.md +31 -0
- package/docs/interfaces/GooglePayCustomerInitializeOptions.md +42 -0
- package/docs/interfaces/GooglePayPaymentInitializeOptions.md +93 -0
- package/docs/interfaces/HostedCardFieldOptions.md +35 -0
- package/docs/interfaces/HostedCardFieldOptionsMap.md +36 -0
- package/docs/interfaces/HostedFieldStylesMap.md +29 -0
- package/docs/interfaces/HostedFormOptions.md +114 -0
- package/docs/interfaces/HostedInputBlurEvent.md +28 -0
- package/docs/interfaces/HostedInputCardTypeChangeEvent.md +28 -0
- package/docs/interfaces/HostedInputEnterEvent.md +28 -0
- package/docs/interfaces/HostedInputFocusEvent.md +28 -0
- package/docs/interfaces/HostedInputValidateErrorData.md +29 -0
- package/docs/interfaces/HostedInputValidateErrorDataMap.md +50 -0
- package/docs/interfaces/HostedInputValidateEvent.md +22 -0
- package/docs/interfaces/HostedInputValidateResults.md +22 -0
- package/docs/interfaces/HostedInstrument.md +22 -0
- package/docs/interfaces/HostedStoredCardFieldOptions.md +54 -0
- package/docs/interfaces/HostedStoredCardFieldOptionsMap.md +22 -0
- package/docs/interfaces/IbanElementOptions.md +82 -0
- package/docs/interfaces/IdealElementOptions.md +70 -0
- package/docs/interfaces/IndividualCardElementOptions.md +36 -0
- package/docs/interfaces/InitializationStrategy.md +21 -0
- package/docs/interfaces/InlineElementStyles.md +53 -0
- package/docs/interfaces/InputDetail.md +80 -0
- package/docs/interfaces/InputDetail_2.md +80 -0
- package/docs/interfaces/InputStyles.md +152 -0
- package/docs/interfaces/Item.md +22 -0
- package/docs/interfaces/Item_2.md +26 -0
- package/docs/interfaces/Item_3.md +26 -0
- package/docs/interfaces/KlarnaLoadResponse.md +28 -0
- package/docs/interfaces/KlarnaLoadResponse_2.md +28 -0
- package/docs/interfaces/KlarnaPaymentInitializeOptions.md +73 -0
- package/docs/interfaces/KlarnaV2PaymentInitializeOptions.md +73 -0
- package/docs/interfaces/LabelStyles.md +76 -0
- package/docs/interfaces/LanguageConfig.md +57 -0
- package/docs/interfaces/LineItem.md +191 -0
- package/docs/interfaces/LineItemCategory.md +15 -0
- package/docs/interfaces/LineItemMap.md +36 -0
- package/docs/interfaces/LineItemOption.md +36 -0
- package/docs/interfaces/LineItemSocialData.md +36 -0
- package/docs/interfaces/LinkStyles.md +90 -0
- package/docs/interfaces/LoadingIndicatorStyles.md +29 -0
- package/docs/interfaces/Locales.md +7 -0
- package/docs/interfaces/MasterpassCustomerInitializeOptions.md +17 -0
- package/docs/interfaces/MasterpassPaymentInitializeOptions.md +35 -0
- package/docs/interfaces/MolliePaymentInitializeOptions.md +96 -0
- package/docs/interfaces/MonerisPaymentInitializeOptions.md +57 -0
- package/docs/interfaces/MonerisStylingProps.md +80 -0
- package/docs/interfaces/NonceGenerationError.md +29 -0
- package/docs/interfaces/NonceInstrument.md +36 -0
- package/docs/interfaces/Option.md +22 -0
- package/docs/interfaces/OptionsResponse.md +77 -0
- package/docs/interfaces/OpyPaymentInitializeOptions.md +40 -0
- package/docs/interfaces/Order.md +190 -0
- package/docs/interfaces/OrderConsignment.md +15 -0
- package/docs/interfaces/OrderPayment.md +58 -0
- package/docs/interfaces/OrderPaymentRequestBody.md +39 -0
- package/docs/interfaces/OrderRequestBody.md +33 -0
- package/docs/interfaces/OrderShippingConsignment.md +218 -0
- package/docs/interfaces/PasswordRequirements.md +36 -0
- package/docs/interfaces/PayPalInstrument.md +91 -0
- package/docs/interfaces/PaymentInitializeOptions.md +406 -0
- package/docs/interfaces/PaymentMethod.md +98 -0
- package/docs/interfaces/PaymentMethodConfig.md +120 -0
- package/docs/interfaces/PaymentRequestOptions.md +67 -0
- package/docs/interfaces/PaymentSettings.md +22 -0
- package/docs/interfaces/PaypalButtonInitializeOptions.md +76 -0
- package/docs/interfaces/PaypalButtonStyleOptions.md +64 -0
- package/docs/interfaces/PaypalButtonStyleOptions_2.md +50 -0
- package/docs/interfaces/PaypalCommerceAlternativeMethodsButtonOptions.md +35 -0
- package/docs/interfaces/PaypalCommerceButtonInitializeOptions.md +26 -0
- package/docs/interfaces/PaypalCommerceCreditCardPaymentInitializeOptions.md +90 -0
- package/docs/interfaces/PaypalCommerceFormFieldCardTypeChangeEventData.md +15 -0
- package/docs/interfaces/PaypalCommerceFormFieldKeyboardEventData.md +15 -0
- package/docs/interfaces/PaypalCommerceFormFieldOptions.md +28 -0
- package/docs/interfaces/PaypalCommerceFormFieldStylesMap.md +29 -0
- package/docs/interfaces/PaypalCommerceFormFieldValidateErrorData.md +29 -0
- package/docs/interfaces/PaypalCommerceFormFieldValidateEventData.md +33 -0
- package/docs/interfaces/PaypalCommerceFormFieldsMap.md +36 -0
- package/docs/interfaces/PaypalCommerceFormOptions.md +148 -0
- package/docs/interfaces/PaypalCommercePaymentInitializeOptions.md +186 -0
- package/docs/interfaces/PaypalCommerceStoredCardFieldOptions.md +43 -0
- package/docs/interfaces/PaypalCommerceStoredCardFieldsMap.md +22 -0
- package/docs/interfaces/PaypalCommerceVenmoButtonInitializeOptions.md +26 -0
- package/docs/interfaces/PaypalExpressPaymentInitializeOptions.md +36 -0
- package/docs/interfaces/PaypalFieldsStyleOptions.md +46 -0
- package/docs/interfaces/PhysicalItem.md +311 -0
- package/docs/interfaces/PickupMethod.md +43 -0
- package/docs/interfaces/PickupOptionRequestBody.md +22 -0
- package/docs/interfaces/PickupOptionResult.md +15 -0
- package/docs/interfaces/Promotion.md +15 -0
- package/docs/interfaces/Radius.md +22 -0
- package/docs/interfaces/Region.md +22 -0
- package/docs/interfaces/RequestOptions.md +48 -0
- package/docs/interfaces/SearchArea.md +22 -0
- package/docs/interfaces/SepaPlaceHolder.md +22 -0
- package/docs/interfaces/SepaPlaceHolder_2.md +22 -0
- package/docs/interfaces/ShippingInitializeOptions.md +88 -0
- package/docs/interfaces/ShippingOption.md +64 -0
- package/docs/interfaces/ShippingRequestOptions.md +65 -0
- package/docs/interfaces/ShopperConfig.md +29 -0
- package/docs/interfaces/ShopperCurrency.md +94 -0
- package/docs/interfaces/SignInEmail.md +22 -0
- package/docs/interfaces/SignInEmailRequestBody.md +22 -0
- package/docs/interfaces/SpamProtectionOptions.md +25 -0
- package/docs/interfaces/SquareFormElement.md +28 -0
- package/docs/interfaces/SquarePaymentInitializeOptions.md +131 -0
- package/docs/interfaces/StepStyles.md +120 -0
- package/docs/interfaces/StepTracker.md +64 -0
- package/docs/interfaces/StepTrackerConfig.md +15 -0
- package/docs/interfaces/StoreConfig.md +109 -0
- package/docs/interfaces/StoreCurrency.md +56 -0
- package/docs/interfaces/StoreLinks.md +57 -0
- package/docs/interfaces/StoreProfile.md +71 -0
- package/docs/interfaces/StripeElementCSSProperties.md +170 -0
- package/docs/interfaces/StripeElementClasses.md +63 -0
- package/docs/interfaces/StripeElementStyle.md +44 -0
- package/docs/interfaces/StripeElementStyleVariant.md +285 -0
- package/docs/interfaces/StripeUPEPaymentInitializeOptions.md +70 -0
- package/docs/interfaces/StripeV3PaymentInitializeOptions.md +76 -0
- package/docs/interfaces/StyleOptions.md +44 -0
- package/docs/interfaces/StyleOptions_2.md +44 -0
- package/docs/interfaces/SubInputDetail.md +62 -0
- package/docs/interfaces/SubInputDetail_2.md +62 -0
- package/docs/interfaces/Subscriptions.md +29 -0
- package/docs/interfaces/Tax.md +22 -0
- package/docs/interfaces/TextInputStyles.md +175 -0
- package/docs/interfaces/ThreeDSecure.md +50 -0
- package/docs/interfaces/ThreeDSecureToken.md +15 -0
- package/docs/interfaces/TranslationData.md +7 -0
- package/docs/interfaces/Translations.md +7 -0
- package/docs/interfaces/UnknownObject.md +7 -0
- package/docs/interfaces/VaultedInstrument.md +29 -0
- package/docs/interfaces/WechatDataPaymentMethodState.md +15 -0
- package/docs/interfaces/WechatDataPaymentMethodState_2.md +15 -0
- package/docs/interfaces/WechatState.md +15 -0
- package/docs/interfaces/WechatState_2.md +15 -0
- package/docs/interfaces/WithAccountCreation.md +15 -0
- package/docs/interfaces/WithCheckoutcomFawryInstrument.md +22 -0
- package/docs/interfaces/WithCheckoutcomSEPAInstrument.md +22 -0
- package/docs/interfaces/WithCheckoutcomiDealInstrument.md +15 -0
- package/docs/interfaces/WithDocumentInstrument.md +15 -0
- package/docs/interfaces/WithMollieIssuerInstrument.md +22 -0
- package/docs/interfaces/WorldpayPaymentInitializeOptions.md +30 -0
- package/docs/interfaces/ZipCodeElementOptions.md +15 -0
- package/package.json +2 -2
- package/docs/classes/CacheKeyResolver.md +0 -58
|
@@ -0,0 +1,182 @@
|
|
|
1
|
+
[@bigcommerce/checkout-sdk](../README.md) / CustomerAddress
|
|
2
|
+
|
|
3
|
+
# Interface: CustomerAddress
|
|
4
|
+
|
|
5
|
+
## Hierarchy
|
|
6
|
+
|
|
7
|
+
- [`Address`](Address.md)
|
|
8
|
+
|
|
9
|
+
↳ **`CustomerAddress`**
|
|
10
|
+
|
|
11
|
+
## Table of contents
|
|
12
|
+
|
|
13
|
+
### Properties
|
|
14
|
+
|
|
15
|
+
- [address1](CustomerAddress.md#address1)
|
|
16
|
+
- [address2](CustomerAddress.md#address2)
|
|
17
|
+
- [city](CustomerAddress.md#city)
|
|
18
|
+
- [company](CustomerAddress.md#company)
|
|
19
|
+
- [country](CustomerAddress.md#country)
|
|
20
|
+
- [countryCode](CustomerAddress.md#countrycode)
|
|
21
|
+
- [customFields](CustomerAddress.md#customfields)
|
|
22
|
+
- [firstName](CustomerAddress.md#firstname)
|
|
23
|
+
- [id](CustomerAddress.md#id)
|
|
24
|
+
- [lastName](CustomerAddress.md#lastname)
|
|
25
|
+
- [phone](CustomerAddress.md#phone)
|
|
26
|
+
- [postalCode](CustomerAddress.md#postalcode)
|
|
27
|
+
- [shouldSaveAddress](CustomerAddress.md#shouldsaveaddress)
|
|
28
|
+
- [stateOrProvince](CustomerAddress.md#stateorprovince)
|
|
29
|
+
- [stateOrProvinceCode](CustomerAddress.md#stateorprovincecode)
|
|
30
|
+
- [type](CustomerAddress.md#type)
|
|
31
|
+
|
|
32
|
+
## Properties
|
|
33
|
+
|
|
34
|
+
### address1
|
|
35
|
+
|
|
36
|
+
• **address1**: `string`
|
|
37
|
+
|
|
38
|
+
#### Inherited from
|
|
39
|
+
|
|
40
|
+
[Address](Address.md).[address1](Address.md#address1)
|
|
41
|
+
|
|
42
|
+
___
|
|
43
|
+
|
|
44
|
+
### address2
|
|
45
|
+
|
|
46
|
+
• **address2**: `string`
|
|
47
|
+
|
|
48
|
+
#### Inherited from
|
|
49
|
+
|
|
50
|
+
[Address](Address.md).[address2](Address.md#address2)
|
|
51
|
+
|
|
52
|
+
___
|
|
53
|
+
|
|
54
|
+
### city
|
|
55
|
+
|
|
56
|
+
• **city**: `string`
|
|
57
|
+
|
|
58
|
+
#### Inherited from
|
|
59
|
+
|
|
60
|
+
[Address](Address.md).[city](Address.md#city)
|
|
61
|
+
|
|
62
|
+
___
|
|
63
|
+
|
|
64
|
+
### company
|
|
65
|
+
|
|
66
|
+
• **company**: `string`
|
|
67
|
+
|
|
68
|
+
#### Inherited from
|
|
69
|
+
|
|
70
|
+
[Address](Address.md).[company](Address.md#company)
|
|
71
|
+
|
|
72
|
+
___
|
|
73
|
+
|
|
74
|
+
### country
|
|
75
|
+
|
|
76
|
+
• **country**: `string`
|
|
77
|
+
|
|
78
|
+
#### Inherited from
|
|
79
|
+
|
|
80
|
+
[Address](Address.md).[country](Address.md#country)
|
|
81
|
+
|
|
82
|
+
___
|
|
83
|
+
|
|
84
|
+
### countryCode
|
|
85
|
+
|
|
86
|
+
• **countryCode**: `string`
|
|
87
|
+
|
|
88
|
+
#### Inherited from
|
|
89
|
+
|
|
90
|
+
[Address](Address.md).[countryCode](Address.md#countrycode)
|
|
91
|
+
|
|
92
|
+
___
|
|
93
|
+
|
|
94
|
+
### customFields
|
|
95
|
+
|
|
96
|
+
• **customFields**: { `fieldId`: `string` ; `fieldValue`: `string` \| `number` \| `string`[] }[]
|
|
97
|
+
|
|
98
|
+
#### Inherited from
|
|
99
|
+
|
|
100
|
+
[Address](Address.md).[customFields](Address.md#customfields)
|
|
101
|
+
|
|
102
|
+
___
|
|
103
|
+
|
|
104
|
+
### firstName
|
|
105
|
+
|
|
106
|
+
• **firstName**: `string`
|
|
107
|
+
|
|
108
|
+
#### Inherited from
|
|
109
|
+
|
|
110
|
+
[Address](Address.md).[firstName](Address.md#firstname)
|
|
111
|
+
|
|
112
|
+
___
|
|
113
|
+
|
|
114
|
+
### id
|
|
115
|
+
|
|
116
|
+
• **id**: `number`
|
|
117
|
+
|
|
118
|
+
___
|
|
119
|
+
|
|
120
|
+
### lastName
|
|
121
|
+
|
|
122
|
+
• **lastName**: `string`
|
|
123
|
+
|
|
124
|
+
#### Inherited from
|
|
125
|
+
|
|
126
|
+
[Address](Address.md).[lastName](Address.md#lastname)
|
|
127
|
+
|
|
128
|
+
___
|
|
129
|
+
|
|
130
|
+
### phone
|
|
131
|
+
|
|
132
|
+
• **phone**: `string`
|
|
133
|
+
|
|
134
|
+
#### Inherited from
|
|
135
|
+
|
|
136
|
+
[Address](Address.md).[phone](Address.md#phone)
|
|
137
|
+
|
|
138
|
+
___
|
|
139
|
+
|
|
140
|
+
### postalCode
|
|
141
|
+
|
|
142
|
+
• **postalCode**: `string`
|
|
143
|
+
|
|
144
|
+
#### Inherited from
|
|
145
|
+
|
|
146
|
+
[Address](Address.md).[postalCode](Address.md#postalcode)
|
|
147
|
+
|
|
148
|
+
___
|
|
149
|
+
|
|
150
|
+
### shouldSaveAddress
|
|
151
|
+
|
|
152
|
+
• `Optional` **shouldSaveAddress**: `boolean`
|
|
153
|
+
|
|
154
|
+
#### Inherited from
|
|
155
|
+
|
|
156
|
+
[Address](Address.md).[shouldSaveAddress](Address.md#shouldsaveaddress)
|
|
157
|
+
|
|
158
|
+
___
|
|
159
|
+
|
|
160
|
+
### stateOrProvince
|
|
161
|
+
|
|
162
|
+
• **stateOrProvince**: `string`
|
|
163
|
+
|
|
164
|
+
#### Inherited from
|
|
165
|
+
|
|
166
|
+
[Address](Address.md).[stateOrProvince](Address.md#stateorprovince)
|
|
167
|
+
|
|
168
|
+
___
|
|
169
|
+
|
|
170
|
+
### stateOrProvinceCode
|
|
171
|
+
|
|
172
|
+
• **stateOrProvinceCode**: `string`
|
|
173
|
+
|
|
174
|
+
#### Inherited from
|
|
175
|
+
|
|
176
|
+
[Address](Address.md).[stateOrProvinceCode](Address.md#stateorprovincecode)
|
|
177
|
+
|
|
178
|
+
___
|
|
179
|
+
|
|
180
|
+
### type
|
|
181
|
+
|
|
182
|
+
• **type**: `string`
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
[@bigcommerce/checkout-sdk](../README.md) / CustomerCredentials
|
|
2
|
+
|
|
3
|
+
# Interface: CustomerCredentials
|
|
4
|
+
|
|
5
|
+
## Table of contents
|
|
6
|
+
|
|
7
|
+
### Properties
|
|
8
|
+
|
|
9
|
+
- [email](CustomerCredentials.md#email)
|
|
10
|
+
- [password](CustomerCredentials.md#password)
|
|
11
|
+
|
|
12
|
+
## Properties
|
|
13
|
+
|
|
14
|
+
### email
|
|
15
|
+
|
|
16
|
+
• **email**: `string`
|
|
17
|
+
|
|
18
|
+
___
|
|
19
|
+
|
|
20
|
+
### password
|
|
21
|
+
|
|
22
|
+
• **password**: `string`
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
[@bigcommerce/checkout-sdk](../README.md) / CustomerGroup
|
|
2
|
+
|
|
3
|
+
# Interface: CustomerGroup
|
|
4
|
+
|
|
5
|
+
## Table of contents
|
|
6
|
+
|
|
7
|
+
### Properties
|
|
8
|
+
|
|
9
|
+
- [id](CustomerGroup.md#id)
|
|
10
|
+
- [name](CustomerGroup.md#name)
|
|
11
|
+
|
|
12
|
+
## Properties
|
|
13
|
+
|
|
14
|
+
### id
|
|
15
|
+
|
|
16
|
+
• **id**: `number`
|
|
17
|
+
|
|
18
|
+
___
|
|
19
|
+
|
|
20
|
+
### name
|
|
21
|
+
|
|
22
|
+
• **name**: `string`
|
|
@@ -0,0 +1,221 @@
|
|
|
1
|
+
[@bigcommerce/checkout-sdk](../README.md) / CustomerInitializeOptions
|
|
2
|
+
|
|
3
|
+
# Interface: CustomerInitializeOptions
|
|
4
|
+
|
|
5
|
+
A set of options that are required to initialize the customer step of the
|
|
6
|
+
current checkout flow.
|
|
7
|
+
|
|
8
|
+
Some payment methods have specific requirements for setting the customer
|
|
9
|
+
details for checkout. For example, Amazon Pay requires the customer to sign in
|
|
10
|
+
using their sign-in button. As a result, you may need to provide additional
|
|
11
|
+
information in order to initialize the customer step of checkout.
|
|
12
|
+
|
|
13
|
+
## Hierarchy
|
|
14
|
+
|
|
15
|
+
- [`CustomerRequestOptions`](CustomerRequestOptions.md)
|
|
16
|
+
|
|
17
|
+
↳ **`CustomerInitializeOptions`**
|
|
18
|
+
|
|
19
|
+
## Table of contents
|
|
20
|
+
|
|
21
|
+
### Properties
|
|
22
|
+
|
|
23
|
+
- [amazon](CustomerInitializeOptions.md#amazon)
|
|
24
|
+
- [amazonpay](CustomerInitializeOptions.md#amazonpay)
|
|
25
|
+
- [applepay](CustomerInitializeOptions.md#applepay)
|
|
26
|
+
- [bolt](CustomerInitializeOptions.md#bolt)
|
|
27
|
+
- [braintreevisacheckout](CustomerInitializeOptions.md#braintreevisacheckout)
|
|
28
|
+
- [chasepay](CustomerInitializeOptions.md#chasepay)
|
|
29
|
+
- [googlepayadyenv2](CustomerInitializeOptions.md#googlepayadyenv2)
|
|
30
|
+
- [googlepayadyenv3](CustomerInitializeOptions.md#googlepayadyenv3)
|
|
31
|
+
- [googlepayauthorizenet](CustomerInitializeOptions.md#googlepayauthorizenet)
|
|
32
|
+
- [googlepaybraintree](CustomerInitializeOptions.md#googlepaybraintree)
|
|
33
|
+
- [googlepaycheckoutcom](CustomerInitializeOptions.md#googlepaycheckoutcom)
|
|
34
|
+
- [googlepaycybersourcev2](CustomerInitializeOptions.md#googlepaycybersourcev2)
|
|
35
|
+
- [googlepayorbital](CustomerInitializeOptions.md#googlepayorbital)
|
|
36
|
+
- [googlepaystripe](CustomerInitializeOptions.md#googlepaystripe)
|
|
37
|
+
- [googlepaystripeupe](CustomerInitializeOptions.md#googlepaystripeupe)
|
|
38
|
+
- [masterpass](CustomerInitializeOptions.md#masterpass)
|
|
39
|
+
- [methodId](CustomerInitializeOptions.md#methodid)
|
|
40
|
+
- [params](CustomerInitializeOptions.md#params)
|
|
41
|
+
- [timeout](CustomerInitializeOptions.md#timeout)
|
|
42
|
+
|
|
43
|
+
## Properties
|
|
44
|
+
|
|
45
|
+
### amazon
|
|
46
|
+
|
|
47
|
+
• `Optional` **amazon**: [`AmazonPayCustomerInitializeOptions`](AmazonPayCustomerInitializeOptions.md)
|
|
48
|
+
|
|
49
|
+
The options that are required to initialize the customer step of checkout
|
|
50
|
+
when using Amazon Pay.
|
|
51
|
+
|
|
52
|
+
___
|
|
53
|
+
|
|
54
|
+
### amazonpay
|
|
55
|
+
|
|
56
|
+
• `Optional` **amazonpay**: [`AmazonPayV2CustomerInitializeOptions`](AmazonPayV2CustomerInitializeOptions.md)
|
|
57
|
+
|
|
58
|
+
The options that are required to initialize the customer step of checkout
|
|
59
|
+
when using AmazonPayV2.
|
|
60
|
+
|
|
61
|
+
___
|
|
62
|
+
|
|
63
|
+
### applepay
|
|
64
|
+
|
|
65
|
+
• `Optional` **applepay**: [`ApplePayCustomerInitializeOptions`](ApplePayCustomerInitializeOptions.md)
|
|
66
|
+
|
|
67
|
+
The options that are required to initialize the customer step of checkout
|
|
68
|
+
when using ApplePay.
|
|
69
|
+
|
|
70
|
+
___
|
|
71
|
+
|
|
72
|
+
### bolt
|
|
73
|
+
|
|
74
|
+
• `Optional` **bolt**: [`BoltCustomerInitializeOptions`](BoltCustomerInitializeOptions.md)
|
|
75
|
+
|
|
76
|
+
The options that are required to initialize the customer step of checkout
|
|
77
|
+
when using Bolt.
|
|
78
|
+
|
|
79
|
+
___
|
|
80
|
+
|
|
81
|
+
### braintreevisacheckout
|
|
82
|
+
|
|
83
|
+
• `Optional` **braintreevisacheckout**: [`BraintreeVisaCheckoutCustomerInitializeOptions`](BraintreeVisaCheckoutCustomerInitializeOptions.md)
|
|
84
|
+
|
|
85
|
+
The options that are required to initialize the customer step of checkout
|
|
86
|
+
when using Visa Checkout provided by Braintree.
|
|
87
|
+
|
|
88
|
+
___
|
|
89
|
+
|
|
90
|
+
### chasepay
|
|
91
|
+
|
|
92
|
+
• `Optional` **chasepay**: [`ChasePayCustomerInitializeOptions`](ChasePayCustomerInitializeOptions.md)
|
|
93
|
+
|
|
94
|
+
The options that are required to initialize the Chasepay payment method.
|
|
95
|
+
They can be omitted unless you need to support Chasepay.
|
|
96
|
+
|
|
97
|
+
___
|
|
98
|
+
|
|
99
|
+
### googlepayadyenv2
|
|
100
|
+
|
|
101
|
+
• `Optional` **googlepayadyenv2**: [`GooglePayCustomerInitializeOptions`](GooglePayCustomerInitializeOptions.md)
|
|
102
|
+
|
|
103
|
+
The options that are required to initialize the GooglePay payment method.
|
|
104
|
+
They can be omitted unless you need to support GooglePay.
|
|
105
|
+
|
|
106
|
+
___
|
|
107
|
+
|
|
108
|
+
### googlepayadyenv3
|
|
109
|
+
|
|
110
|
+
• `Optional` **googlepayadyenv3**: [`GooglePayCustomerInitializeOptions`](GooglePayCustomerInitializeOptions.md)
|
|
111
|
+
|
|
112
|
+
The options that are required to initialize the GooglePay payment method.
|
|
113
|
+
They can be omitted unless you need to support GooglePay.
|
|
114
|
+
|
|
115
|
+
___
|
|
116
|
+
|
|
117
|
+
### googlepayauthorizenet
|
|
118
|
+
|
|
119
|
+
• `Optional` **googlepayauthorizenet**: [`GooglePayCustomerInitializeOptions`](GooglePayCustomerInitializeOptions.md)
|
|
120
|
+
|
|
121
|
+
The options that are required to initialize the GooglePay payment method.
|
|
122
|
+
They can be omitted unless you need to support GooglePay.
|
|
123
|
+
|
|
124
|
+
___
|
|
125
|
+
|
|
126
|
+
### googlepaybraintree
|
|
127
|
+
|
|
128
|
+
• `Optional` **googlepaybraintree**: [`GooglePayCustomerInitializeOptions`](GooglePayCustomerInitializeOptions.md)
|
|
129
|
+
|
|
130
|
+
The options that are required to initialize the GooglePay payment method.
|
|
131
|
+
They can be omitted unless you need to support GooglePay.
|
|
132
|
+
|
|
133
|
+
___
|
|
134
|
+
|
|
135
|
+
### googlepaycheckoutcom
|
|
136
|
+
|
|
137
|
+
• `Optional` **googlepaycheckoutcom**: [`GooglePayCustomerInitializeOptions`](GooglePayCustomerInitializeOptions.md)
|
|
138
|
+
|
|
139
|
+
The options that are required to initialize the GooglePay payment method.
|
|
140
|
+
They can be omitted unless you need to support GooglePay.
|
|
141
|
+
|
|
142
|
+
___
|
|
143
|
+
|
|
144
|
+
### googlepaycybersourcev2
|
|
145
|
+
|
|
146
|
+
• `Optional` **googlepaycybersourcev2**: [`GooglePayCustomerInitializeOptions`](GooglePayCustomerInitializeOptions.md)
|
|
147
|
+
|
|
148
|
+
The options that are required to initialize the GooglePay payment method.
|
|
149
|
+
They can be omitted unless you need to support GooglePay.
|
|
150
|
+
|
|
151
|
+
___
|
|
152
|
+
|
|
153
|
+
### googlepayorbital
|
|
154
|
+
|
|
155
|
+
• `Optional` **googlepayorbital**: [`GooglePayCustomerInitializeOptions`](GooglePayCustomerInitializeOptions.md)
|
|
156
|
+
|
|
157
|
+
The options that are required to initialize the GooglePay payment method.
|
|
158
|
+
They can be omitted unless you need to support GooglePay.
|
|
159
|
+
|
|
160
|
+
___
|
|
161
|
+
|
|
162
|
+
### googlepaystripe
|
|
163
|
+
|
|
164
|
+
• `Optional` **googlepaystripe**: [`GooglePayCustomerInitializeOptions`](GooglePayCustomerInitializeOptions.md)
|
|
165
|
+
|
|
166
|
+
The options that are required to initialize the GooglePay payment method.
|
|
167
|
+
They can be omitted unless you need to support GooglePay.
|
|
168
|
+
|
|
169
|
+
___
|
|
170
|
+
|
|
171
|
+
### googlepaystripeupe
|
|
172
|
+
|
|
173
|
+
• `Optional` **googlepaystripeupe**: [`GooglePayCustomerInitializeOptions`](GooglePayCustomerInitializeOptions.md)
|
|
174
|
+
|
|
175
|
+
The options that are required to initialize the GooglePay payment method.
|
|
176
|
+
They can be omitted unless you need to support GooglePay.
|
|
177
|
+
|
|
178
|
+
___
|
|
179
|
+
|
|
180
|
+
### masterpass
|
|
181
|
+
|
|
182
|
+
• `Optional` **masterpass**: [`MasterpassCustomerInitializeOptions`](MasterpassCustomerInitializeOptions.md)
|
|
183
|
+
|
|
184
|
+
The options that are required to initialize the Masterpass payment method.
|
|
185
|
+
They can be omitted unless you need to support Masterpass.
|
|
186
|
+
|
|
187
|
+
___
|
|
188
|
+
|
|
189
|
+
### methodId
|
|
190
|
+
|
|
191
|
+
• `Optional` **methodId**: `string`
|
|
192
|
+
|
|
193
|
+
#### Inherited from
|
|
194
|
+
|
|
195
|
+
[CustomerRequestOptions](CustomerRequestOptions.md).[methodId](CustomerRequestOptions.md#methodid)
|
|
196
|
+
|
|
197
|
+
___
|
|
198
|
+
|
|
199
|
+
### params
|
|
200
|
+
|
|
201
|
+
• `Optional` **params**: `Object`
|
|
202
|
+
|
|
203
|
+
The parameters of the request, if required.
|
|
204
|
+
|
|
205
|
+
#### Inherited from
|
|
206
|
+
|
|
207
|
+
[CustomerRequestOptions](CustomerRequestOptions.md).[params](CustomerRequestOptions.md#params)
|
|
208
|
+
|
|
209
|
+
___
|
|
210
|
+
|
|
211
|
+
### timeout
|
|
212
|
+
|
|
213
|
+
• `Optional` **timeout**: `default`
|
|
214
|
+
|
|
215
|
+
Provide this option if you want to cancel or time out the request. If the
|
|
216
|
+
timeout object completes before the request, the request will be
|
|
217
|
+
cancelled.
|
|
218
|
+
|
|
219
|
+
#### Inherited from
|
|
220
|
+
|
|
221
|
+
[CustomerRequestOptions](CustomerRequestOptions.md).[timeout](CustomerRequestOptions.md#timeout)
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
[@bigcommerce/checkout-sdk](../README.md) / CustomerPasswordRequirements
|
|
2
|
+
|
|
3
|
+
# Interface: CustomerPasswordRequirements
|
|
4
|
+
|
|
5
|
+
## Table of contents
|
|
6
|
+
|
|
7
|
+
### Properties
|
|
8
|
+
|
|
9
|
+
- [alpha](CustomerPasswordRequirements.md#alpha)
|
|
10
|
+
- [description](CustomerPasswordRequirements.md#description)
|
|
11
|
+
- [minlength](CustomerPasswordRequirements.md#minlength)
|
|
12
|
+
- [numeric](CustomerPasswordRequirements.md#numeric)
|
|
13
|
+
|
|
14
|
+
## Properties
|
|
15
|
+
|
|
16
|
+
### alpha
|
|
17
|
+
|
|
18
|
+
• **alpha**: `string`
|
|
19
|
+
|
|
20
|
+
___
|
|
21
|
+
|
|
22
|
+
### description
|
|
23
|
+
|
|
24
|
+
• **description**: `string`
|
|
25
|
+
|
|
26
|
+
___
|
|
27
|
+
|
|
28
|
+
### minlength
|
|
29
|
+
|
|
30
|
+
• **minlength**: `number`
|
|
31
|
+
|
|
32
|
+
___
|
|
33
|
+
|
|
34
|
+
### numeric
|
|
35
|
+
|
|
36
|
+
• **numeric**: `string`
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
[@bigcommerce/checkout-sdk](../README.md) / CustomerRequestOptions
|
|
2
|
+
|
|
3
|
+
# Interface: CustomerRequestOptions
|
|
4
|
+
|
|
5
|
+
A set of options for configuring any requests related to the customer step of
|
|
6
|
+
the current checkout flow.
|
|
7
|
+
|
|
8
|
+
Some payment methods have their own sign-in or sign-out flow. Therefore, you
|
|
9
|
+
need to indicate the method you want to use if you need to trigger a specific
|
|
10
|
+
flow for signing in or out a customer. Otherwise, these options are not required.
|
|
11
|
+
|
|
12
|
+
## Hierarchy
|
|
13
|
+
|
|
14
|
+
- [`RequestOptions`](RequestOptions.md)
|
|
15
|
+
|
|
16
|
+
↳ **`CustomerRequestOptions`**
|
|
17
|
+
|
|
18
|
+
↳↳ [`CustomerInitializeOptions`](CustomerInitializeOptions.md)
|
|
19
|
+
|
|
20
|
+
↳↳ [`ExecutePaymentMethodCheckoutOptions`](ExecutePaymentMethodCheckoutOptions.md)
|
|
21
|
+
|
|
22
|
+
## Table of contents
|
|
23
|
+
|
|
24
|
+
### Properties
|
|
25
|
+
|
|
26
|
+
- [methodId](CustomerRequestOptions.md#methodid)
|
|
27
|
+
- [params](CustomerRequestOptions.md#params)
|
|
28
|
+
- [timeout](CustomerRequestOptions.md#timeout)
|
|
29
|
+
|
|
30
|
+
## Properties
|
|
31
|
+
|
|
32
|
+
### methodId
|
|
33
|
+
|
|
34
|
+
• `Optional` **methodId**: `string`
|
|
35
|
+
|
|
36
|
+
___
|
|
37
|
+
|
|
38
|
+
### params
|
|
39
|
+
|
|
40
|
+
• `Optional` **params**: `Object`
|
|
41
|
+
|
|
42
|
+
The parameters of the request, if required.
|
|
43
|
+
|
|
44
|
+
#### Inherited from
|
|
45
|
+
|
|
46
|
+
[RequestOptions](RequestOptions.md).[params](RequestOptions.md#params)
|
|
47
|
+
|
|
48
|
+
___
|
|
49
|
+
|
|
50
|
+
### timeout
|
|
51
|
+
|
|
52
|
+
• `Optional` **timeout**: `default`
|
|
53
|
+
|
|
54
|
+
Provide this option if you want to cancel or time out the request. If the
|
|
55
|
+
timeout object completes before the request, the request will be
|
|
56
|
+
cancelled.
|
|
57
|
+
|
|
58
|
+
#### Inherited from
|
|
59
|
+
|
|
60
|
+
[RequestOptions](RequestOptions.md).[timeout](RequestOptions.md#timeout)
|