@bigcommerce/checkout-sdk 1.308.1 → 1.308.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/dist/checkout-button.js +1 -1
- package/dist/checkout-button.umd.js +1 -1
- 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/docs/README.md +158 -16
- package/docs/classes/internal_.CartChangedError.md +62 -0
- package/docs/classes/internal_.CheckoutService.md +1528 -0
- package/docs/classes/internal_.CurrencyService.md +56 -0
- package/docs/classes/internal_.EmbeddedCheckout.md +42 -0
- package/docs/classes/internal_.LanguageService.md +103 -0
- package/docs/classes/internal_.RequestError.md +108 -0
- package/docs/classes/internal_.StandardError.md +4 -0
- package/docs/enums/internal_.AdyenV2CardFields.md +31 -0
- package/docs/enums/internal_.AdyenV3CardFields.md +31 -0
- package/docs/enums/internal_.CheckoutIncludes.md +31 -0
- package/docs/enums/internal_.HostedFieldType.md +52 -0
- package/docs/enums/internal_.IconStyle.md +24 -0
- package/docs/enums/internal_.RadiusUnit.md +24 -0
- package/docs/interfaces/internal_.Address.md +4 -0
- package/docs/interfaces/internal_.AddressRequestBody.md +2 -0
- package/docs/interfaces/internal_.AdyenAdditionalActionCallbacks.md +70 -0
- package/docs/interfaces/internal_.AdyenAdditionalActionCallbacks_2.md +68 -0
- package/docs/interfaces/internal_.AdyenAdditionalActionOptions.md +108 -0
- package/docs/interfaces/internal_.AdyenAdditionalActionOptions_2.md +108 -0
- package/docs/interfaces/internal_.AdyenBaseCardComponentOptions.md +35 -0
- package/docs/interfaces/internal_.AdyenBaseCardComponentOptions_2.md +42 -0
- package/docs/interfaces/internal_.AdyenComponent.md +74 -0
- package/docs/interfaces/internal_.AdyenComponentEvents.md +76 -0
- package/docs/interfaces/internal_.AdyenComponentEvents_2.md +76 -0
- package/docs/interfaces/internal_.AdyenComponent_2.md +74 -0
- package/docs/interfaces/internal_.AdyenCreditCardComponentOptions.md +187 -0
- package/docs/interfaces/internal_.AdyenIdealComponentOptions.md +19 -0
- package/docs/interfaces/internal_.AdyenPaymentMethodState.md +23 -0
- package/docs/interfaces/internal_.AdyenPaymentMethodState_2.md +17 -0
- package/docs/interfaces/internal_.AdyenPlaceholderData.md +35 -0
- package/docs/interfaces/internal_.AdyenPlaceholderData_2.md +35 -0
- package/docs/interfaces/internal_.AdyenThreeDS2Options.md +99 -0
- package/docs/interfaces/internal_.AdyenV2PaymentInitializeOptions.md +162 -0
- package/docs/interfaces/internal_.AdyenV2ValidationState.md +59 -0
- package/docs/interfaces/internal_.AdyenV3CreditCardComponentOptions.md +198 -0
- package/docs/interfaces/internal_.AdyenV3PaymentInitializeOptions.md +137 -0
- package/docs/interfaces/internal_.AdyenV3ValidationState.md +59 -0
- package/docs/interfaces/internal_.AmazonPayCustomerInitializeOptions.md +67 -0
- package/docs/interfaces/internal_.AmazonPayOrderReference.md +32 -0
- package/docs/interfaces/internal_.AmazonPayPaymentInitializeOptions.md +102 -0
- package/docs/interfaces/internal_.AmazonPayShippingInitializeOptions.md +87 -0
- package/docs/interfaces/internal_.AmazonPayV2CustomerInitializeOptions.md +26 -0
- package/docs/interfaces/internal_.AmazonPayV2PaymentInitializeOptions.md +42 -0
- package/docs/interfaces/internal_.AmazonPayV2ShippingInitializeOptions.md +28 -0
- package/docs/interfaces/internal_.AmazonPayWidgetError.md +27 -0
- package/docs/interfaces/internal_.ApplePayCustomerInitializeOptions.md +79 -0
- package/docs/interfaces/internal_.ApplePayPaymentInitializeOptions.md +42 -0
- package/docs/interfaces/internal_.BankInstrument.md +114 -0
- package/docs/interfaces/internal_.Banner.md +24 -0
- package/docs/interfaces/internal_.BaseAccountInstrument.md +93 -0
- package/docs/interfaces/internal_.BaseCustomerInitializeOptions.md +237 -0
- package/docs/interfaces/internal_.BaseElementOptions.md +28 -0
- package/docs/interfaces/internal_.BaseElementOptions_2.md +50 -0
- package/docs/interfaces/internal_.BaseIndividualElementOptions.md +69 -0
- package/docs/interfaces/internal_.BaseInstrument.md +60 -0
- package/docs/interfaces/internal_.BasePaymentInitializeOptions.md +376 -0
- package/docs/interfaces/internal_.BillingAddress.md +184 -0
- package/docs/interfaces/internal_.BillingAddressRequestBody.md +155 -0
- package/docs/interfaces/internal_.BlockElementStyles.md +107 -0
- package/docs/interfaces/internal_.BlueSnapV2PaymentInitializeOptions.md +75 -0
- package/docs/interfaces/internal_.BlueSnapV2StyleProps.md +31 -0
- package/docs/interfaces/internal_.BodlEventsPayload.md +9 -0
- package/docs/interfaces/internal_.BodlService.md +172 -0
- package/docs/interfaces/internal_.BodyStyles.md +17 -0
- package/docs/interfaces/internal_.BoltCustomerInitializeOptions.md +32 -0
- package/docs/interfaces/internal_.BoltPaymentInitializeOptions.md +96 -0
- package/docs/interfaces/internal_.BraintreePaymentInitializeOptions.md +91 -0
- package/docs/interfaces/internal_.BraintreeThreeDSecureOptions.md +53 -0
- package/docs/interfaces/internal_.BraintreeVerifyPayload.md +53 -0
- package/docs/interfaces/internal_.BraintreeVisaCheckoutCustomerInitializeOptions.md +37 -0
- package/docs/interfaces/internal_.BraintreeVisaCheckoutPaymentInitializeOptions.md +72 -0
- package/docs/interfaces/internal_.BrowserInfo.md +52 -0
- package/docs/interfaces/internal_.ButtonResponse.md +21 -0
- package/docs/interfaces/internal_.ButtonStyles.md +143 -0
- package/docs/interfaces/internal_.CardCvcElementOptions.md +74 -0
- package/docs/interfaces/internal_.CardDataPaymentMethodState.md +17 -0
- package/docs/interfaces/internal_.CardDataPaymentMethodState_2.md +17 -0
- package/docs/interfaces/internal_.CardElementOptions.md +93 -0
- package/docs/interfaces/internal_.CardExpiryElementOptions.md +74 -0
- package/docs/interfaces/internal_.CardInstrument.md +117 -0
- package/docs/interfaces/internal_.CardNumberElementOptions.md +90 -0
- package/docs/interfaces/internal_.CardPaymentMethodState.md +62 -0
- package/docs/interfaces/internal_.CardPaymentMethodState_2.md +45 -0
- package/docs/interfaces/internal_.CardState.md +42 -0
- package/docs/interfaces/internal_.CardStateErrors.md +9 -0
- package/docs/interfaces/internal_.CardStateErrors_2.md +9 -0
- package/docs/interfaces/internal_.CardState_2.md +42 -0
- package/docs/interfaces/internal_.Cart.md +108 -0
- package/docs/interfaces/internal_.ChasePayCustomerInitializeOptions.md +17 -0
- package/docs/interfaces/internal_.ChasePayInitializeOptions.md +100 -0
- package/docs/interfaces/internal_.CheckableInputStyles.md +177 -0
- package/docs/interfaces/internal_.ChecklistStyles.md +129 -0
- package/docs/interfaces/internal_.Checkout.md +204 -0
- package/docs/interfaces/internal_.CheckoutParams.md +17 -0
- package/docs/interfaces/internal_.CheckoutPayment.md +44 -0
- package/docs/interfaces/internal_.CheckoutPaymentMethodExecutedOptions.md +17 -0
- package/docs/interfaces/internal_.CheckoutRequestBody.md +17 -0
- package/docs/interfaces/internal_.CheckoutSelectors.md +31 -0
- package/docs/interfaces/internal_.CheckoutServiceOptions.md +38 -0
- package/docs/interfaces/internal_.CheckoutSettings.md +203 -0
- package/docs/interfaces/internal_.CheckoutStoreErrorSelector.md +638 -0
- package/docs/interfaces/internal_.CheckoutStoreSelector.md +503 -0
- package/docs/interfaces/internal_.CheckoutStoreStatusSelector.md +760 -0
- package/docs/interfaces/internal_.Consignment.md +73 -0
- package/docs/interfaces/internal_.ConsignmentAssignmentBaseRequestBodyWithAddress.md +31 -0
- package/docs/interfaces/internal_.ConsignmentAssignmentBaseRequestBodyWithShippingAddress.md +31 -0
- package/docs/interfaces/internal_.ConsignmentCreateRequestBody.md +38 -0
- package/docs/interfaces/internal_.ConsignmentLineItem.md +24 -0
- package/docs/interfaces/internal_.ConsignmentPickupOption.md +17 -0
- package/docs/interfaces/internal_.ConsignmentUpdateRequestBody.md +45 -0
- package/docs/interfaces/internal_.Coordinates.md +24 -0
- package/docs/interfaces/internal_.Country.md +45 -0
- package/docs/interfaces/internal_.Coupon.md +45 -0
- package/docs/interfaces/internal_.CreditCardInstrument.md +87 -0
- package/docs/interfaces/internal_.CreditCardPlaceHolder.md +31 -0
- package/docs/interfaces/internal_.CreditCardPlaceHolder_2.md +31 -0
- package/docs/interfaces/internal_.CssProperties.md +213 -0
- package/docs/interfaces/internal_.CssProperties_2.md +213 -0
- package/docs/interfaces/internal_.Currency.md +38 -0
- package/docs/interfaces/internal_.CustomItem.md +52 -0
- package/docs/interfaces/internal_.Customer.md +93 -0
- package/docs/interfaces/internal_.CustomerAddress.md +184 -0
- package/docs/interfaces/internal_.CustomerCredentials.md +24 -0
- package/docs/interfaces/internal_.CustomerGroup.md +24 -0
- package/docs/interfaces/internal_.CustomerPasswordRequirements.md +38 -0
- package/docs/interfaces/internal_.CustomerRequestOptions.md +62 -0
- package/docs/interfaces/internal_.DigitalItem.md +312 -0
- package/docs/interfaces/internal_.DigitalRiverElementClasses.md +69 -0
- package/docs/interfaces/internal_.DigitalRiverPaymentInitializeOptions.md +148 -0
- package/docs/interfaces/internal_.Discount.md +24 -0
- package/docs/interfaces/internal_.DisplaySettings.md +17 -0
- package/docs/interfaces/internal_.EmbeddedCheckoutCompleteEvent.md +17 -0
- package/docs/interfaces/internal_.EmbeddedCheckoutError.md +31 -0
- package/docs/interfaces/internal_.EmbeddedCheckoutErrorEvent.md +24 -0
- package/docs/interfaces/internal_.EmbeddedCheckoutFrameErrorEvent.md +24 -0
- package/docs/interfaces/internal_.EmbeddedCheckoutFrameLoadedEvent.md +24 -0
- package/docs/interfaces/internal_.EmbeddedCheckoutLoadedEvent.md +17 -0
- package/docs/interfaces/internal_.EmbeddedCheckoutOptions.md +136 -0
- package/docs/interfaces/internal_.EmbeddedCheckoutSignedOutEvent.md +17 -0
- package/docs/interfaces/internal_.EmbeddedCheckoutStyles.md +143 -0
- package/docs/interfaces/internal_.EmbeddedContentOptions.md +17 -0
- package/docs/interfaces/internal_.ExecutePaymentMethodCheckoutOptions.md +95 -0
- package/docs/interfaces/internal_.FlashMessage.md +31 -0
- package/docs/interfaces/internal_.FormField.md +115 -0
- package/docs/interfaces/internal_.FormFieldItem.md +24 -0
- package/docs/interfaces/internal_.FormFieldOptions.md +31 -0
- package/docs/interfaces/internal_.FormFields.md +31 -0
- package/docs/interfaces/internal_.GatewayOrderPayment.md +110 -0
- package/docs/interfaces/internal_.GiftCertificate.md +45 -0
- package/docs/interfaces/internal_.GiftCertificateItem.md +80 -0
- package/docs/interfaces/internal_.GiftCertificateOrderPayment.md +96 -0
- package/docs/interfaces/{internal_.GooglePayButtonInitializeOptions.md → internal_.GooglePayCustomerInitializeOptions.md} +16 -5
- package/docs/interfaces/internal_.GooglePayPaymentInitializeOptions.md +95 -0
- package/docs/interfaces/internal_.HostedCardFieldOptions.md +37 -0
- package/docs/interfaces/internal_.HostedCardFieldOptionsMap.md +38 -0
- package/docs/interfaces/internal_.HostedFieldStylesMap.md +31 -0
- package/docs/interfaces/internal_.HostedFormOptions.md +116 -0
- package/docs/interfaces/internal_.HostedInputValidateErrorData.md +31 -0
- package/docs/interfaces/internal_.HostedInputValidateErrorDataMap.md +52 -0
- package/docs/interfaces/internal_.HostedInputValidateResults.md +24 -0
- package/docs/interfaces/internal_.HostedInstrument.md +24 -0
- package/docs/interfaces/internal_.HostedStoredCardFieldOptions.md +56 -0
- package/docs/interfaces/internal_.HostedStoredCardFieldOptionsMap.md +24 -0
- package/docs/interfaces/internal_.IbanElementOptions.md +84 -0
- package/docs/interfaces/internal_.IdealElementOptions.md +72 -0
- package/docs/interfaces/internal_.IndividualCardElementOptions.md +38 -0
- package/docs/interfaces/internal_.InitializationStrategy.md +23 -0
- package/docs/interfaces/internal_.InlineElementStyles.md +55 -0
- package/docs/interfaces/internal_.InputDetail.md +82 -0
- package/docs/interfaces/internal_.InputDetail_2.md +82 -0
- package/docs/interfaces/internal_.InputStyles.md +154 -0
- package/docs/interfaces/internal_.Item.md +24 -0
- package/docs/interfaces/internal_.Item_2.md +28 -0
- package/docs/interfaces/internal_.Item_3.md +28 -0
- package/docs/interfaces/internal_.KlarnaLoadResponse.md +30 -0
- package/docs/interfaces/internal_.KlarnaLoadResponse_2.md +30 -0
- package/docs/interfaces/internal_.KlarnaPaymentInitializeOptions.md +75 -0
- package/docs/interfaces/internal_.KlarnaV2PaymentInitializeOptions.md +75 -0
- package/docs/interfaces/internal_.LabelStyles.md +78 -0
- package/docs/interfaces/internal_.LanguageConfig.md +59 -0
- package/docs/interfaces/internal_.LineItem.md +163 -8
- package/docs/interfaces/internal_.LineItemCategory.md +17 -0
- package/docs/interfaces/internal_.LineItemMap.md +38 -0
- package/docs/interfaces/internal_.LineItemOption.md +38 -0
- package/docs/interfaces/internal_.LineItemSocialData.md +38 -0
- package/docs/interfaces/internal_.LinkStyles.md +92 -0
- package/docs/interfaces/internal_.LoadingIndicatorStyles.md +31 -0
- package/docs/interfaces/internal_.Locales.md +9 -0
- package/docs/interfaces/internal_.MasterpassCustomerInitializeOptions.md +19 -0
- package/docs/interfaces/internal_.MasterpassPaymentInitializeOptions.md +37 -0
- package/docs/interfaces/internal_.MolliePaymentInitializeOptions.md +126 -0
- package/docs/interfaces/internal_.MonerisPaymentInitializeOptions.md +59 -0
- package/docs/interfaces/internal_.MonerisStylingProps.md +82 -0
- package/docs/interfaces/internal_.NonceGenerationError.md +31 -0
- package/docs/interfaces/internal_.NonceInstrument.md +38 -0
- package/docs/interfaces/internal_.Option_2.md +24 -0
- package/docs/interfaces/internal_.OptionsResponse.md +79 -0
- package/docs/interfaces/internal_.OpyPaymentInitializeOptions.md +40 -0
- package/docs/interfaces/internal_.Order.md +199 -0
- package/docs/interfaces/internal_.OrderConsignment.md +17 -0
- package/docs/interfaces/internal_.OrderPayment.md +60 -0
- package/docs/interfaces/internal_.OrderPaymentRequestBody.md +41 -0
- package/docs/interfaces/internal_.OrderRequestBody.md +35 -0
- package/docs/interfaces/internal_.OrderShippingConsignment.md +220 -0
- package/docs/interfaces/internal_.PasswordRequirements.md +38 -0
- package/docs/interfaces/internal_.PayPalInstrument.md +93 -0
- package/docs/interfaces/internal_.PaymentMethod.md +100 -0
- package/docs/interfaces/internal_.PaymentMethodConfig.md +122 -0
- package/docs/interfaces/internal_.PaymentRequestOptions.md +69 -0
- package/docs/interfaces/internal_.PaymentSettings.md +24 -0
- package/docs/interfaces/internal_.PaypalCommerceCreditCardPaymentInitializeOptions.md +92 -0
- package/docs/interfaces/internal_.PaypalCommerceFormFieldCardTypeChangeEventData.md +17 -0
- package/docs/interfaces/internal_.PaypalCommerceFormFieldKeyboardEventData.md +17 -0
- package/docs/interfaces/internal_.PaypalCommerceFormFieldOptions.md +30 -0
- package/docs/interfaces/internal_.PaypalCommerceFormFieldStylesMap.md +31 -0
- package/docs/interfaces/internal_.PaypalCommerceFormFieldValidateErrorData.md +31 -0
- package/docs/interfaces/internal_.PaypalCommerceFormFieldValidateEventData.md +35 -0
- package/docs/interfaces/internal_.PaypalCommerceFormFieldsMap.md +38 -0
- package/docs/interfaces/internal_.PaypalCommerceFormOptions.md +150 -0
- package/docs/interfaces/internal_.PaypalCommercePaymentInitializeOptions.md +188 -0
- package/docs/interfaces/internal_.PaypalCommerceStoredCardFieldOptions.md +45 -0
- package/docs/interfaces/internal_.PaypalCommerceStoredCardFieldsMap.md +24 -0
- package/docs/interfaces/internal_.PaypalExpressPaymentInitializeOptions.md +38 -0
- package/docs/interfaces/internal_.PaypalFieldsStyleOptions.md +48 -0
- package/docs/interfaces/internal_.PhysicalItem.md +313 -0
- package/docs/interfaces/internal_.PickupMethod.md +45 -0
- package/docs/interfaces/internal_.PickupOptionResult.md +17 -0
- package/docs/interfaces/internal_.Promotion.md +17 -0
- package/docs/interfaces/internal_.Radius.md +24 -0
- package/docs/interfaces/internal_.Region.md +24 -0
- package/docs/interfaces/internal_.RequestOptions.md +5 -1
- package/docs/interfaces/internal_.SearchArea.md +24 -0
- package/docs/interfaces/internal_.SepaPlaceHolder.md +24 -0
- package/docs/interfaces/internal_.SepaPlaceHolder_2.md +24 -0
- package/docs/interfaces/internal_.ShippingInitializeOptions.md +100 -0
- package/docs/interfaces/internal_.ShippingOption.md +66 -0
- package/docs/interfaces/internal_.ShippingRequestOptions.md +67 -0
- package/docs/interfaces/internal_.ShopperConfig.md +31 -0
- package/docs/interfaces/internal_.ShopperCurrency.md +96 -0
- package/docs/interfaces/internal_.SignInEmail.md +24 -0
- package/docs/interfaces/internal_.SignInEmailRequestBody.md +24 -0
- package/docs/interfaces/internal_.SpamProtectionOptions.md +27 -0
- package/docs/interfaces/internal_.SquareFormElement.md +30 -0
- package/docs/interfaces/internal_.SquarePaymentInitializeOptions.md +133 -0
- package/docs/interfaces/internal_.StepStyles.md +122 -0
- package/docs/interfaces/internal_.StepTracker.md +66 -0
- package/docs/interfaces/internal_.StepTrackerConfig.md +17 -0
- package/docs/interfaces/internal_.StoreConfig.md +117 -0
- package/docs/interfaces/internal_.StoreCurrency.md +58 -0
- package/docs/interfaces/internal_.StoreLinks.md +59 -0
- package/docs/interfaces/internal_.StoreProfile.md +73 -0
- package/docs/interfaces/internal_.StripeCustomerEvent.md +76 -0
- package/docs/interfaces/internal_.StripeElementCSSProperties.md +172 -0
- package/docs/interfaces/internal_.StripeElementClasses.md +65 -0
- package/docs/interfaces/internal_.StripeElementStyle.md +46 -0
- package/docs/interfaces/internal_.StripeElementStyleVariant.md +289 -0
- package/docs/interfaces/internal_.StripeEvent.md +39 -0
- package/docs/interfaces/internal_.StripeShippingEvent.md +76 -0
- package/docs/interfaces/internal_.StripeUPECustomerInitializeOptions.md +94 -0
- package/docs/interfaces/internal_.StripeUPEPaymentInitializeOptions.md +72 -0
- package/docs/interfaces/internal_.StripeUPEShippingInitializeOptions.md +109 -0
- package/docs/interfaces/internal_.StripeV3PaymentInitializeOptions.md +78 -0
- package/docs/interfaces/internal_.StyleOptions.md +46 -0
- package/docs/interfaces/internal_.StyleOptions_2.md +46 -0
- package/docs/interfaces/internal_.SubInputDetail.md +64 -0
- package/docs/interfaces/internal_.SubInputDetail_2.md +64 -0
- package/docs/interfaces/internal_.Subscriptions.md +31 -0
- package/docs/interfaces/internal_.Tax.md +24 -0
- package/docs/interfaces/internal_.TextInputStyles.md +177 -0
- package/docs/interfaces/internal_.ThreeDSecure.md +52 -0
- package/docs/interfaces/internal_.ThreeDSecureToken.md +17 -0
- package/docs/interfaces/internal_.TranslationData.md +9 -0
- package/docs/interfaces/internal_.Translations.md +9 -0
- package/docs/interfaces/internal_.UnknownObject.md +9 -0
- package/docs/interfaces/internal_.VaultedInstrument.md +31 -0
- package/docs/interfaces/internal_.WechatDataPaymentMethodState.md +17 -0
- package/docs/interfaces/internal_.WechatDataPaymentMethodState_2.md +17 -0
- package/docs/interfaces/internal_.WechatState.md +17 -0
- package/docs/interfaces/internal_.WechatState_2.md +17 -0
- package/docs/interfaces/internal_.WithAccountCreation.md +17 -0
- package/docs/interfaces/internal_.WithAdyenV2PaymentInitializeOptions.md +20 -0
- package/docs/interfaces/internal_.WithAdyenV3PaymentInitializeOptions.md +20 -0
- package/docs/interfaces/internal_.WithApplePayCustomerInitializeOptions.md +20 -0
- package/docs/interfaces/internal_.WithApplePayPaymentInitializeOptions.md +20 -0
- package/docs/interfaces/internal_.WithCheckoutcomFawryInstrument.md +24 -0
- package/docs/interfaces/internal_.WithCheckoutcomSEPAInstrument.md +24 -0
- package/docs/interfaces/internal_.WithCheckoutcomiDealInstrument.md +17 -0
- package/docs/interfaces/internal_.WithDocumentInstrument.md +17 -0
- package/docs/interfaces/internal_.WithMollieIssuerInstrument.md +24 -0
- package/docs/interfaces/internal_.WorldpayAccessPaymentInitializeOptions.md +32 -0
- package/docs/interfaces/internal_.ZipCodeElementOptions.md +17 -0
- package/docs/modules/internal_.md +515 -51
- package/package.json +1 -1
- package/docs/classes/internal_.CheckoutButtonErrorSelector.md +0 -54
- package/docs/classes/internal_.CheckoutButtonInitializer.md +0 -179
- package/docs/classes/internal_.CheckoutButtonStatusSelector.md +0 -54
- package/docs/enums/internal_.AmazonPayV2ButtonColor.md +0 -31
- package/docs/enums/internal_.AmazonPayV2CheckoutLanguage.md +0 -59
- package/docs/enums/internal_.AmazonPayV2LedgerCurrency.md +0 -38
- package/docs/enums/internal_.AmazonPayV2PayOptions.md +0 -28
- package/docs/enums/internal_.AmazonPayV2Placement.md +0 -55
- package/docs/enums/internal_.CheckoutButtonMethodType.md +0 -164
- package/docs/enums/internal_.PaypalButtonStyleColorOption.md +0 -38
- package/docs/enums/internal_.PaypalButtonStyleLabelOption.md +0 -45
- package/docs/enums/internal_.PaypalButtonStyleLayoutOption.md +0 -24
- package/docs/enums/internal_.PaypalButtonStyleShapeOption.md +0 -24
- package/docs/enums/internal_.PaypalButtonStyleSizeOption.md +0 -38
- package/docs/enums/internal_.StyleButtonColor.md +0 -45
- package/docs/enums/internal_.StyleButtonLabel.md +0 -45
- package/docs/enums/internal_.StyleButtonLayout.md +0 -24
- package/docs/enums/internal_.StyleButtonShape.md +0 -24
- package/docs/interfaces/internal_.AmazonPayV2ButtonConfig.md +0 -82
- package/docs/interfaces/internal_.AmazonPayV2ButtonParams.md +0 -117
- package/docs/interfaces/internal_.AmazonPayV2CheckoutSession.md +0 -37
- package/docs/interfaces/internal_.AmazonPayV2CheckoutSessionConfig.md +0 -38
- package/docs/interfaces/internal_.AmazonPayV2NewButtonParams.md +0 -139
- package/docs/interfaces/internal_.AmazonPayV2Price.md +0 -28
- package/docs/interfaces/internal_.ApplePayButtonInitializeOptions.md +0 -40
- package/docs/interfaces/internal_.ApplePayButtonInitializeOptions_2.md +0 -40
- package/docs/interfaces/internal_.BaseCheckoutButtonInitializeOptions.md +0 -291
- package/docs/interfaces/internal_.BraintreeError.md +0 -37
- package/docs/interfaces/internal_.BraintreePaypalButtonInitializeOptions.md +0 -122
- package/docs/interfaces/internal_.BraintreePaypalCreditButtonInitializeOptions.md +0 -113
- package/docs/interfaces/internal_.BraintreeVenmoButtonInitializeOptions.md +0 -56
- package/docs/interfaces/internal_.BuyNowCartRequestBody.md +0 -26
- package/docs/interfaces/internal_.CheckoutButtonInitializerOptions.md +0 -24
- package/docs/interfaces/internal_.CheckoutButtonOptions.md +0 -57
- package/docs/interfaces/internal_.CheckoutButtonSelectors.md +0 -24
- package/docs/interfaces/internal_.PaypalButtonInitializeOptions.md +0 -78
- package/docs/interfaces/internal_.PaypalButtonStyleOptions.md +0 -66
- package/docs/interfaces/internal_.PaypalButtonStyleOptions_2.md +0 -69
- package/docs/interfaces/internal_.PaypalCommerceAlternativeMethodsButtonOptions.md +0 -61
- package/docs/interfaces/internal_.PaypalCommerceButtonInitializeOptions.md +0 -68
- package/docs/interfaces/internal_.PaypalCommerceCreditButtonInitializeOptions.md +0 -77
- package/docs/interfaces/internal_.PaypalCommerceInlineCheckoutButtonInitializeOptions.md +0 -58
- package/docs/interfaces/internal_.PaypalCommerceVenmoButtonInitializeOptions.md +0 -52
- package/docs/interfaces/internal_.WithApplePayButtonInitializeOptions.md +0 -17
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
[@bigcommerce/checkout-sdk](../README.md) / [<internal\>](../modules/internal_.md) / BaseElementOptions
|
|
2
|
+
|
|
3
|
+
# Interface: BaseElementOptions
|
|
4
|
+
|
|
5
|
+
[<internal>](../modules/internal_.md).BaseElementOptions
|
|
6
|
+
|
|
7
|
+
## Table of contents
|
|
8
|
+
|
|
9
|
+
### Properties
|
|
10
|
+
|
|
11
|
+
- [classes](internal_.BaseElementOptions.md#classes)
|
|
12
|
+
- [disabledPaymentMethods](internal_.BaseElementOptions.md#disabledpaymentmethods)
|
|
13
|
+
|
|
14
|
+
## Properties
|
|
15
|
+
|
|
16
|
+
### classes
|
|
17
|
+
|
|
18
|
+
• `Optional` **classes**: [`DigitalRiverElementClasses`](internal_.DigitalRiverElementClasses.md)
|
|
19
|
+
|
|
20
|
+
Set custom class names on the container DOM element when the Digital River element is in a particular state.
|
|
21
|
+
|
|
22
|
+
___
|
|
23
|
+
|
|
24
|
+
### disabledPaymentMethods
|
|
25
|
+
|
|
26
|
+
• `Optional` **disabledPaymentMethods**: `string`[]
|
|
27
|
+
|
|
28
|
+
Use disabledPaymentMethods to disable specific payment methods.
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
[@bigcommerce/checkout-sdk](../README.md) / [<internal\>](../modules/internal_.md) / BaseElementOptions\_2
|
|
2
|
+
|
|
3
|
+
# Interface: BaseElementOptions\_2
|
|
4
|
+
|
|
5
|
+
[<internal>](../modules/internal_.md).BaseElementOptions_2
|
|
6
|
+
|
|
7
|
+
## Hierarchy
|
|
8
|
+
|
|
9
|
+
- **`BaseElementOptions_2`**
|
|
10
|
+
|
|
11
|
+
↳ [`CardElementOptions`](internal_.CardElementOptions.md)
|
|
12
|
+
|
|
13
|
+
↳ [`IdealElementOptions`](internal_.IdealElementOptions.md)
|
|
14
|
+
|
|
15
|
+
↳ [`IbanElementOptions`](internal_.IbanElementOptions.md)
|
|
16
|
+
|
|
17
|
+
↳ [`BaseIndividualElementOptions`](internal_.BaseIndividualElementOptions.md)
|
|
18
|
+
|
|
19
|
+
## Table of contents
|
|
20
|
+
|
|
21
|
+
### Properties
|
|
22
|
+
|
|
23
|
+
- [classes](internal_.BaseElementOptions_2.md#classes)
|
|
24
|
+
- [disabled](internal_.BaseElementOptions_2.md#disabled)
|
|
25
|
+
- [style](internal_.BaseElementOptions_2.md#style)
|
|
26
|
+
|
|
27
|
+
## Properties
|
|
28
|
+
|
|
29
|
+
### classes
|
|
30
|
+
|
|
31
|
+
• `Optional` **classes**: [`StripeElementClasses`](internal_.StripeElementClasses.md)
|
|
32
|
+
|
|
33
|
+
Set custom class names on the container DOM element when the Stripe element is in a particular state.
|
|
34
|
+
|
|
35
|
+
___
|
|
36
|
+
|
|
37
|
+
### disabled
|
|
38
|
+
|
|
39
|
+
• `Optional` **disabled**: `boolean`
|
|
40
|
+
|
|
41
|
+
Applies a disabled state to the Element such that user input is not accepted. Default is false.
|
|
42
|
+
|
|
43
|
+
___
|
|
44
|
+
|
|
45
|
+
### style
|
|
46
|
+
|
|
47
|
+
• `Optional` **style**: [`StripeElementStyle`](internal_.StripeElementStyle.md)
|
|
48
|
+
|
|
49
|
+
Customize the appearance of an element using CSS properties passed in a [Style](https://stripe.com/docs/js/appendix/style) object,
|
|
50
|
+
which consists of CSS properties nested under objects for each variant.
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
[@bigcommerce/checkout-sdk](../README.md) / [<internal\>](../modules/internal_.md) / BaseIndividualElementOptions
|
|
2
|
+
|
|
3
|
+
# Interface: BaseIndividualElementOptions
|
|
4
|
+
|
|
5
|
+
[<internal>](../modules/internal_.md).BaseIndividualElementOptions
|
|
6
|
+
|
|
7
|
+
## Hierarchy
|
|
8
|
+
|
|
9
|
+
- [`BaseElementOptions_2`](internal_.BaseElementOptions_2.md)
|
|
10
|
+
|
|
11
|
+
↳ **`BaseIndividualElementOptions`**
|
|
12
|
+
|
|
13
|
+
↳↳ [`CardExpiryElementOptions`](internal_.CardExpiryElementOptions.md)
|
|
14
|
+
|
|
15
|
+
↳↳ [`CardNumberElementOptions`](internal_.CardNumberElementOptions.md)
|
|
16
|
+
|
|
17
|
+
↳↳ [`CardCvcElementOptions`](internal_.CardCvcElementOptions.md)
|
|
18
|
+
|
|
19
|
+
## Table of contents
|
|
20
|
+
|
|
21
|
+
### Properties
|
|
22
|
+
|
|
23
|
+
- [classes](internal_.BaseIndividualElementOptions.md#classes)
|
|
24
|
+
- [containerId](internal_.BaseIndividualElementOptions.md#containerid)
|
|
25
|
+
- [disabled](internal_.BaseIndividualElementOptions.md#disabled)
|
|
26
|
+
- [style](internal_.BaseIndividualElementOptions.md#style)
|
|
27
|
+
|
|
28
|
+
## Properties
|
|
29
|
+
|
|
30
|
+
### classes
|
|
31
|
+
|
|
32
|
+
• `Optional` **classes**: [`StripeElementClasses`](internal_.StripeElementClasses.md)
|
|
33
|
+
|
|
34
|
+
Set custom class names on the container DOM element when the Stripe element is in a particular state.
|
|
35
|
+
|
|
36
|
+
#### Inherited from
|
|
37
|
+
|
|
38
|
+
[BaseElementOptions_2](internal_.BaseElementOptions_2.md).[classes](internal_.BaseElementOptions_2.md#classes)
|
|
39
|
+
|
|
40
|
+
___
|
|
41
|
+
|
|
42
|
+
### containerId
|
|
43
|
+
|
|
44
|
+
• **containerId**: `string`
|
|
45
|
+
|
|
46
|
+
___
|
|
47
|
+
|
|
48
|
+
### disabled
|
|
49
|
+
|
|
50
|
+
• `Optional` **disabled**: `boolean`
|
|
51
|
+
|
|
52
|
+
Applies a disabled state to the Element such that user input is not accepted. Default is false.
|
|
53
|
+
|
|
54
|
+
#### Inherited from
|
|
55
|
+
|
|
56
|
+
[BaseElementOptions_2](internal_.BaseElementOptions_2.md).[disabled](internal_.BaseElementOptions_2.md#disabled)
|
|
57
|
+
|
|
58
|
+
___
|
|
59
|
+
|
|
60
|
+
### style
|
|
61
|
+
|
|
62
|
+
• `Optional` **style**: [`StripeElementStyle`](internal_.StripeElementStyle.md)
|
|
63
|
+
|
|
64
|
+
Customize the appearance of an element using CSS properties passed in a [Style](https://stripe.com/docs/js/appendix/style) object,
|
|
65
|
+
which consists of CSS properties nested under objects for each variant.
|
|
66
|
+
|
|
67
|
+
#### Inherited from
|
|
68
|
+
|
|
69
|
+
[BaseElementOptions_2](internal_.BaseElementOptions_2.md).[style](internal_.BaseElementOptions_2.md#style)
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
[@bigcommerce/checkout-sdk](../README.md) / [<internal\>](../modules/internal_.md) / BaseInstrument
|
|
2
|
+
|
|
3
|
+
# Interface: BaseInstrument
|
|
4
|
+
|
|
5
|
+
[<internal>](../modules/internal_.md).BaseInstrument
|
|
6
|
+
|
|
7
|
+
## Hierarchy
|
|
8
|
+
|
|
9
|
+
- **`BaseInstrument`**
|
|
10
|
+
|
|
11
|
+
↳ [`CardInstrument`](internal_.CardInstrument.md)
|
|
12
|
+
|
|
13
|
+
↳ [`BaseAccountInstrument`](internal_.BaseAccountInstrument.md)
|
|
14
|
+
|
|
15
|
+
## Table of contents
|
|
16
|
+
|
|
17
|
+
### Properties
|
|
18
|
+
|
|
19
|
+
- [bigpayToken](internal_.BaseInstrument.md#bigpaytoken)
|
|
20
|
+
- [defaultInstrument](internal_.BaseInstrument.md#defaultinstrument)
|
|
21
|
+
- [method](internal_.BaseInstrument.md#method)
|
|
22
|
+
- [provider](internal_.BaseInstrument.md#provider)
|
|
23
|
+
- [trustedShippingAddress](internal_.BaseInstrument.md#trustedshippingaddress)
|
|
24
|
+
- [type](internal_.BaseInstrument.md#type)
|
|
25
|
+
|
|
26
|
+
## Properties
|
|
27
|
+
|
|
28
|
+
### bigpayToken
|
|
29
|
+
|
|
30
|
+
• **bigpayToken**: `string`
|
|
31
|
+
|
|
32
|
+
___
|
|
33
|
+
|
|
34
|
+
### defaultInstrument
|
|
35
|
+
|
|
36
|
+
• **defaultInstrument**: `boolean`
|
|
37
|
+
|
|
38
|
+
___
|
|
39
|
+
|
|
40
|
+
### method
|
|
41
|
+
|
|
42
|
+
• **method**: `string`
|
|
43
|
+
|
|
44
|
+
___
|
|
45
|
+
|
|
46
|
+
### provider
|
|
47
|
+
|
|
48
|
+
• **provider**: `string`
|
|
49
|
+
|
|
50
|
+
___
|
|
51
|
+
|
|
52
|
+
### trustedShippingAddress
|
|
53
|
+
|
|
54
|
+
• **trustedShippingAddress**: `boolean`
|
|
55
|
+
|
|
56
|
+
___
|
|
57
|
+
|
|
58
|
+
### type
|
|
59
|
+
|
|
60
|
+
• **type**: `string`
|
|
@@ -0,0 +1,376 @@
|
|
|
1
|
+
[@bigcommerce/checkout-sdk](../README.md) / [<internal\>](../modules/internal_.md) / BasePaymentInitializeOptions
|
|
2
|
+
|
|
3
|
+
# Interface: BasePaymentInitializeOptions
|
|
4
|
+
|
|
5
|
+
[<internal>](../modules/internal_.md).BasePaymentInitializeOptions
|
|
6
|
+
|
|
7
|
+
A set of options that are required to initialize the payment step of the
|
|
8
|
+
current checkout flow.
|
|
9
|
+
|
|
10
|
+
## Hierarchy
|
|
11
|
+
|
|
12
|
+
- [`PaymentRequestOptions`](internal_.PaymentRequestOptions.md)
|
|
13
|
+
|
|
14
|
+
↳ **`BasePaymentInitializeOptions`**
|
|
15
|
+
|
|
16
|
+
## Table of contents
|
|
17
|
+
|
|
18
|
+
### Properties
|
|
19
|
+
|
|
20
|
+
- [amazon](internal_.BasePaymentInitializeOptions.md#amazon)
|
|
21
|
+
- [amazonpay](internal_.BasePaymentInitializeOptions.md#amazonpay)
|
|
22
|
+
- [bluesnapv2](internal_.BasePaymentInitializeOptions.md#bluesnapv2)
|
|
23
|
+
- [bolt](internal_.BasePaymentInitializeOptions.md#bolt)
|
|
24
|
+
- [braintree](internal_.BasePaymentInitializeOptions.md#braintree)
|
|
25
|
+
- [braintreevisacheckout](internal_.BasePaymentInitializeOptions.md#braintreevisacheckout)
|
|
26
|
+
- [chasepay](internal_.BasePaymentInitializeOptions.md#chasepay)
|
|
27
|
+
- [digitalriver](internal_.BasePaymentInitializeOptions.md#digitalriver)
|
|
28
|
+
- [gatewayId](internal_.BasePaymentInitializeOptions.md#gatewayid)
|
|
29
|
+
- [googlepayadyenv2](internal_.BasePaymentInitializeOptions.md#googlepayadyenv2)
|
|
30
|
+
- [googlepayadyenv3](internal_.BasePaymentInitializeOptions.md#googlepayadyenv3)
|
|
31
|
+
- [googlepayauthorizenet](internal_.BasePaymentInitializeOptions.md#googlepayauthorizenet)
|
|
32
|
+
- [googlepaybnz](internal_.BasePaymentInitializeOptions.md#googlepaybnz)
|
|
33
|
+
- [googlepaybraintree](internal_.BasePaymentInitializeOptions.md#googlepaybraintree)
|
|
34
|
+
- [googlepaycheckoutcom](internal_.BasePaymentInitializeOptions.md#googlepaycheckoutcom)
|
|
35
|
+
- [googlepaycybersourcev2](internal_.BasePaymentInitializeOptions.md#googlepaycybersourcev2)
|
|
36
|
+
- [googlepayorbital](internal_.BasePaymentInitializeOptions.md#googlepayorbital)
|
|
37
|
+
- [googlepaystripe](internal_.BasePaymentInitializeOptions.md#googlepaystripe)
|
|
38
|
+
- [googlepaystripeupe](internal_.BasePaymentInitializeOptions.md#googlepaystripeupe)
|
|
39
|
+
- [klarna](internal_.BasePaymentInitializeOptions.md#klarna)
|
|
40
|
+
- [klarnav2](internal_.BasePaymentInitializeOptions.md#klarnav2)
|
|
41
|
+
- [masterpass](internal_.BasePaymentInitializeOptions.md#masterpass)
|
|
42
|
+
- [methodId](internal_.BasePaymentInitializeOptions.md#methodid)
|
|
43
|
+
- [mollie](internal_.BasePaymentInitializeOptions.md#mollie)
|
|
44
|
+
- [moneris](internal_.BasePaymentInitializeOptions.md#moneris)
|
|
45
|
+
- [opy](internal_.BasePaymentInitializeOptions.md#opy)
|
|
46
|
+
- [params](internal_.BasePaymentInitializeOptions.md#params)
|
|
47
|
+
- [paypalcommerce](internal_.BasePaymentInitializeOptions.md#paypalcommerce)
|
|
48
|
+
- [paypalexpress](internal_.BasePaymentInitializeOptions.md#paypalexpress)
|
|
49
|
+
- [square](internal_.BasePaymentInitializeOptions.md#square)
|
|
50
|
+
- [stripeupe](internal_.BasePaymentInitializeOptions.md#stripeupe)
|
|
51
|
+
- [stripev3](internal_.BasePaymentInitializeOptions.md#stripev3)
|
|
52
|
+
- [timeout](internal_.BasePaymentInitializeOptions.md#timeout)
|
|
53
|
+
- [worldpay](internal_.BasePaymentInitializeOptions.md#worldpay)
|
|
54
|
+
|
|
55
|
+
## Properties
|
|
56
|
+
|
|
57
|
+
### amazon
|
|
58
|
+
|
|
59
|
+
• `Optional` **amazon**: [`AmazonPayPaymentInitializeOptions`](internal_.AmazonPayPaymentInitializeOptions.md)
|
|
60
|
+
|
|
61
|
+
The options that are required to initialize the Amazon Pay payment
|
|
62
|
+
method. They can be omitted unless you need to support AmazonPay.
|
|
63
|
+
|
|
64
|
+
___
|
|
65
|
+
|
|
66
|
+
### amazonpay
|
|
67
|
+
|
|
68
|
+
• `Optional` **amazonpay**: [`AmazonPayV2PaymentInitializeOptions`](internal_.AmazonPayV2PaymentInitializeOptions.md)
|
|
69
|
+
|
|
70
|
+
The options that are required to initialize the AmazonPayV2 payment
|
|
71
|
+
method. They can be omitted unless you need to support AmazonPayV2.
|
|
72
|
+
|
|
73
|
+
___
|
|
74
|
+
|
|
75
|
+
### bluesnapv2
|
|
76
|
+
|
|
77
|
+
• `Optional` **bluesnapv2**: [`BlueSnapV2PaymentInitializeOptions`](internal_.BlueSnapV2PaymentInitializeOptions.md)
|
|
78
|
+
|
|
79
|
+
The options that are required to initialize the BlueSnapV2 payment method.
|
|
80
|
+
They can be omitted unless you need to support BlueSnapV2.
|
|
81
|
+
|
|
82
|
+
___
|
|
83
|
+
|
|
84
|
+
### bolt
|
|
85
|
+
|
|
86
|
+
• `Optional` **bolt**: [`BoltPaymentInitializeOptions`](internal_.BoltPaymentInitializeOptions.md)
|
|
87
|
+
|
|
88
|
+
The options that allow Bolt to load the client script and handle the checkout.
|
|
89
|
+
They can be omitted if Bolt's full checkout take over is intended.
|
|
90
|
+
|
|
91
|
+
___
|
|
92
|
+
|
|
93
|
+
### braintree
|
|
94
|
+
|
|
95
|
+
• `Optional` **braintree**: [`BraintreePaymentInitializeOptions`](internal_.BraintreePaymentInitializeOptions.md)
|
|
96
|
+
|
|
97
|
+
The options that are required to initialize the Braintree payment method.
|
|
98
|
+
They can be omitted unless you need to support Braintree.
|
|
99
|
+
|
|
100
|
+
___
|
|
101
|
+
|
|
102
|
+
### braintreevisacheckout
|
|
103
|
+
|
|
104
|
+
• `Optional` **braintreevisacheckout**: [`BraintreeVisaCheckoutPaymentInitializeOptions`](internal_.BraintreeVisaCheckoutPaymentInitializeOptions.md)
|
|
105
|
+
|
|
106
|
+
The options that are required to initialize the Visa Checkout payment
|
|
107
|
+
method provided by Braintree. They can be omitted unless you need to
|
|
108
|
+
support Visa Checkout.
|
|
109
|
+
|
|
110
|
+
___
|
|
111
|
+
|
|
112
|
+
### chasepay
|
|
113
|
+
|
|
114
|
+
• `Optional` **chasepay**: [`ChasePayInitializeOptions`](internal_.ChasePayInitializeOptions.md)
|
|
115
|
+
|
|
116
|
+
The options that are required to initialize the Chasepay payment method.
|
|
117
|
+
They can be omitted unless you need to support Chasepay.
|
|
118
|
+
|
|
119
|
+
___
|
|
120
|
+
|
|
121
|
+
### digitalriver
|
|
122
|
+
|
|
123
|
+
• `Optional` **digitalriver**: [`DigitalRiverPaymentInitializeOptions`](internal_.DigitalRiverPaymentInitializeOptions.md)
|
|
124
|
+
|
|
125
|
+
The options that are required to initialize the Digital River payment method.
|
|
126
|
+
They can be omitted unless you need to support Digital River.
|
|
127
|
+
|
|
128
|
+
___
|
|
129
|
+
|
|
130
|
+
### gatewayId
|
|
131
|
+
|
|
132
|
+
• `Optional` **gatewayId**: `string`
|
|
133
|
+
|
|
134
|
+
The identifier of the payment provider providing the payment method. This
|
|
135
|
+
option is only required if the provider offers multiple payment options.
|
|
136
|
+
i.e.: Adyen and Klarna.
|
|
137
|
+
|
|
138
|
+
#### Inherited from
|
|
139
|
+
|
|
140
|
+
[PaymentRequestOptions](internal_.PaymentRequestOptions.md).[gatewayId](internal_.PaymentRequestOptions.md#gatewayid)
|
|
141
|
+
|
|
142
|
+
___
|
|
143
|
+
|
|
144
|
+
### googlepayadyenv2
|
|
145
|
+
|
|
146
|
+
• `Optional` **googlepayadyenv2**: [`GooglePayPaymentInitializeOptions`](internal_.GooglePayPaymentInitializeOptions.md)
|
|
147
|
+
|
|
148
|
+
The options that are required to initialize the GooglePay Authorize.Net
|
|
149
|
+
payment method. They can be omitted unless you need to support GooglePay.
|
|
150
|
+
|
|
151
|
+
___
|
|
152
|
+
|
|
153
|
+
### googlepayadyenv3
|
|
154
|
+
|
|
155
|
+
• `Optional` **googlepayadyenv3**: [`GooglePayPaymentInitializeOptions`](internal_.GooglePayPaymentInitializeOptions.md)
|
|
156
|
+
|
|
157
|
+
The options that are required to initialize the GooglePay Authorize.Net
|
|
158
|
+
payment method. They can be omitted unless you need to support GooglePay.
|
|
159
|
+
|
|
160
|
+
___
|
|
161
|
+
|
|
162
|
+
### googlepayauthorizenet
|
|
163
|
+
|
|
164
|
+
• `Optional` **googlepayauthorizenet**: [`GooglePayPaymentInitializeOptions`](internal_.GooglePayPaymentInitializeOptions.md)
|
|
165
|
+
|
|
166
|
+
The options that are required to initialize the GooglePay Authorize.Net
|
|
167
|
+
payment method. They can be omitted unless you need to support GooglePay.
|
|
168
|
+
|
|
169
|
+
___
|
|
170
|
+
|
|
171
|
+
### googlepaybnz
|
|
172
|
+
|
|
173
|
+
• `Optional` **googlepaybnz**: [`GooglePayPaymentInitializeOptions`](internal_.GooglePayPaymentInitializeOptions.md)
|
|
174
|
+
|
|
175
|
+
The options that are required to initialize the GooglePay Authorize.Net
|
|
176
|
+
payment method. They can be omitted unless you need to support GooglePay.
|
|
177
|
+
|
|
178
|
+
___
|
|
179
|
+
|
|
180
|
+
### googlepaybraintree
|
|
181
|
+
|
|
182
|
+
• `Optional` **googlepaybraintree**: [`GooglePayPaymentInitializeOptions`](internal_.GooglePayPaymentInitializeOptions.md)
|
|
183
|
+
|
|
184
|
+
The options that are required to initialize the GooglePay Braintree payment method.
|
|
185
|
+
They can be omitted unless you need to support GooglePay.
|
|
186
|
+
|
|
187
|
+
___
|
|
188
|
+
|
|
189
|
+
### googlepaycheckoutcom
|
|
190
|
+
|
|
191
|
+
• `Optional` **googlepaycheckoutcom**: [`GooglePayPaymentInitializeOptions`](internal_.GooglePayPaymentInitializeOptions.md)
|
|
192
|
+
|
|
193
|
+
The options that are required to initialize the GooglePay Checkout.com payment method.
|
|
194
|
+
They can be omitted unless you need to support GooglePay.
|
|
195
|
+
|
|
196
|
+
___
|
|
197
|
+
|
|
198
|
+
### googlepaycybersourcev2
|
|
199
|
+
|
|
200
|
+
• `Optional` **googlepaycybersourcev2**: [`GooglePayPaymentInitializeOptions`](internal_.GooglePayPaymentInitializeOptions.md)
|
|
201
|
+
|
|
202
|
+
The options that are required to initialize the GooglePay CybersourceV2 payment method.
|
|
203
|
+
They can be omitted unless you need to support GooglePay.
|
|
204
|
+
|
|
205
|
+
___
|
|
206
|
+
|
|
207
|
+
### googlepayorbital
|
|
208
|
+
|
|
209
|
+
• `Optional` **googlepayorbital**: [`GooglePayPaymentInitializeOptions`](internal_.GooglePayPaymentInitializeOptions.md)
|
|
210
|
+
|
|
211
|
+
The options that are required to initialize the GooglePay payment method.
|
|
212
|
+
They can be omitted unless you need to support GooglePay.
|
|
213
|
+
|
|
214
|
+
___
|
|
215
|
+
|
|
216
|
+
### googlepaystripe
|
|
217
|
+
|
|
218
|
+
• `Optional` **googlepaystripe**: [`GooglePayPaymentInitializeOptions`](internal_.GooglePayPaymentInitializeOptions.md)
|
|
219
|
+
|
|
220
|
+
The options that are required to initialize the GooglePay Stripe payment method.
|
|
221
|
+
They can be omitted unless you need to support GooglePay.
|
|
222
|
+
|
|
223
|
+
___
|
|
224
|
+
|
|
225
|
+
### googlepaystripeupe
|
|
226
|
+
|
|
227
|
+
• `Optional` **googlepaystripeupe**: [`GooglePayPaymentInitializeOptions`](internal_.GooglePayPaymentInitializeOptions.md)
|
|
228
|
+
|
|
229
|
+
The options that are required to initialize the GooglePay Stripe payment method.
|
|
230
|
+
They can be omitted unless you need to support GooglePay.
|
|
231
|
+
|
|
232
|
+
___
|
|
233
|
+
|
|
234
|
+
### klarna
|
|
235
|
+
|
|
236
|
+
• `Optional` **klarna**: [`KlarnaPaymentInitializeOptions`](internal_.KlarnaPaymentInitializeOptions.md)
|
|
237
|
+
|
|
238
|
+
The options that are required to initialize the Klarna payment method.
|
|
239
|
+
They can be omitted unless you need to support Klarna.
|
|
240
|
+
|
|
241
|
+
___
|
|
242
|
+
|
|
243
|
+
### klarnav2
|
|
244
|
+
|
|
245
|
+
• `Optional` **klarnav2**: [`KlarnaV2PaymentInitializeOptions`](internal_.KlarnaV2PaymentInitializeOptions.md)
|
|
246
|
+
|
|
247
|
+
The options that are required to initialize the KlarnaV2 payment method.
|
|
248
|
+
They can be omitted unless you need to support KlarnaV2.
|
|
249
|
+
|
|
250
|
+
___
|
|
251
|
+
|
|
252
|
+
### masterpass
|
|
253
|
+
|
|
254
|
+
• `Optional` **masterpass**: [`MasterpassPaymentInitializeOptions`](internal_.MasterpassPaymentInitializeOptions.md)
|
|
255
|
+
|
|
256
|
+
The options that are required to initialize the Masterpass payment method.
|
|
257
|
+
They can be omitted unless you need to support Masterpass.
|
|
258
|
+
|
|
259
|
+
___
|
|
260
|
+
|
|
261
|
+
### methodId
|
|
262
|
+
|
|
263
|
+
• **methodId**: `string`
|
|
264
|
+
|
|
265
|
+
The identifier of the payment method.
|
|
266
|
+
|
|
267
|
+
#### Inherited from
|
|
268
|
+
|
|
269
|
+
[PaymentRequestOptions](internal_.PaymentRequestOptions.md).[methodId](internal_.PaymentRequestOptions.md#methodid)
|
|
270
|
+
|
|
271
|
+
___
|
|
272
|
+
|
|
273
|
+
### mollie
|
|
274
|
+
|
|
275
|
+
• `Optional` **mollie**: [`MolliePaymentInitializeOptions`](internal_.MolliePaymentInitializeOptions.md)
|
|
276
|
+
|
|
277
|
+
The options that are required to initialize the Mollie payment method.
|
|
278
|
+
They can be omitted unless you need to support Mollie.
|
|
279
|
+
|
|
280
|
+
___
|
|
281
|
+
|
|
282
|
+
### moneris
|
|
283
|
+
|
|
284
|
+
• `Optional` **moneris**: [`MonerisPaymentInitializeOptions`](internal_.MonerisPaymentInitializeOptions.md)
|
|
285
|
+
|
|
286
|
+
The options that are required to initialize the Moneris payment method.
|
|
287
|
+
They can be omitted unless you need to support Moneris.
|
|
288
|
+
|
|
289
|
+
___
|
|
290
|
+
|
|
291
|
+
### opy
|
|
292
|
+
|
|
293
|
+
• `Optional` **opy**: [`OpyPaymentInitializeOptions`](internal_.OpyPaymentInitializeOptions.md)
|
|
294
|
+
|
|
295
|
+
The options that are required to initialize the Opy payment
|
|
296
|
+
method. They can be omitted unless you need to support Opy.
|
|
297
|
+
|
|
298
|
+
___
|
|
299
|
+
|
|
300
|
+
### params
|
|
301
|
+
|
|
302
|
+
• `Optional` **params**: `Object`
|
|
303
|
+
|
|
304
|
+
The parameters of the request, if required.
|
|
305
|
+
|
|
306
|
+
#### Inherited from
|
|
307
|
+
|
|
308
|
+
[PaymentRequestOptions](internal_.PaymentRequestOptions.md).[params](internal_.PaymentRequestOptions.md#params)
|
|
309
|
+
|
|
310
|
+
___
|
|
311
|
+
|
|
312
|
+
### paypalcommerce
|
|
313
|
+
|
|
314
|
+
• `Optional` **paypalcommerce**: [`PaypalCommerceInitializeOptions`](../modules/internal_.md#paypalcommerceinitializeoptions)
|
|
315
|
+
|
|
316
|
+
The options that are required to initialize the PayPal Commerce payment method.
|
|
317
|
+
They can be omitted unless you need to support PayPal Commerce.
|
|
318
|
+
|
|
319
|
+
___
|
|
320
|
+
|
|
321
|
+
### paypalexpress
|
|
322
|
+
|
|
323
|
+
• `Optional` **paypalexpress**: [`PaypalExpressPaymentInitializeOptions`](internal_.PaypalExpressPaymentInitializeOptions.md)
|
|
324
|
+
|
|
325
|
+
The options that are required to initialize the PayPal Express payment method.
|
|
326
|
+
They can be omitted unless you need to support PayPal Express.
|
|
327
|
+
|
|
328
|
+
___
|
|
329
|
+
|
|
330
|
+
### square
|
|
331
|
+
|
|
332
|
+
• `Optional` **square**: [`SquarePaymentInitializeOptions`](internal_.SquarePaymentInitializeOptions.md)
|
|
333
|
+
|
|
334
|
+
The options that are required to initialize the Square payment method.
|
|
335
|
+
They can be omitted unless you need to support Square.
|
|
336
|
+
|
|
337
|
+
___
|
|
338
|
+
|
|
339
|
+
### stripeupe
|
|
340
|
+
|
|
341
|
+
• `Optional` **stripeupe**: [`StripeUPEPaymentInitializeOptions`](internal_.StripeUPEPaymentInitializeOptions.md)
|
|
342
|
+
|
|
343
|
+
The options that are required to initialize the StripeUPE payment method.
|
|
344
|
+
They can be omitted unless you need to support StripeUPE.
|
|
345
|
+
|
|
346
|
+
___
|
|
347
|
+
|
|
348
|
+
### stripev3
|
|
349
|
+
|
|
350
|
+
• `Optional` **stripev3**: [`StripeV3PaymentInitializeOptions`](internal_.StripeV3PaymentInitializeOptions.md)
|
|
351
|
+
|
|
352
|
+
The options that are required to initialize the Stripe payment method.
|
|
353
|
+
They can be omitted unless you need to support StripeV3.
|
|
354
|
+
|
|
355
|
+
___
|
|
356
|
+
|
|
357
|
+
### timeout
|
|
358
|
+
|
|
359
|
+
• `Optional` **timeout**: `default`
|
|
360
|
+
|
|
361
|
+
Provide this option if you want to cancel or time out the request. If the
|
|
362
|
+
timeout object completes before the request, the request will be
|
|
363
|
+
cancelled.
|
|
364
|
+
|
|
365
|
+
#### Inherited from
|
|
366
|
+
|
|
367
|
+
[PaymentRequestOptions](internal_.PaymentRequestOptions.md).[timeout](internal_.PaymentRequestOptions.md#timeout)
|
|
368
|
+
|
|
369
|
+
___
|
|
370
|
+
|
|
371
|
+
### worldpay
|
|
372
|
+
|
|
373
|
+
• `Optional` **worldpay**: [`WorldpayAccessPaymentInitializeOptions`](internal_.WorldpayAccessPaymentInitializeOptions.md)
|
|
374
|
+
|
|
375
|
+
The options that are required to initialize the Worldpay payment method.
|
|
376
|
+
They can be omitted unless you need to support Worldpay.
|