@salesforce/b2c-cli 1.11.0 → 1.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/commands/setup/ide/tsserver-plugin.d.ts +56 -0
- package/dist/commands/setup/ide/tsserver-plugin.js +88 -0
- package/dist/commands/setup/ide/tsserver-plugin.js.map +1 -0
- package/dist/commands/setup/ide/vscode-types.d.ts +44 -0
- package/dist/commands/setup/ide/vscode-types.js +141 -0
- package/dist/commands/setup/ide/vscode-types.js.map +1 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/package.json +44 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/plugin/index.js +575 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/TopLevel/APIException.d.ts +48 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/TopLevel/ConversionError.d.ts +16 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/TopLevel/EvalError.d.ts +16 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/TopLevel/Fault.d.ts +55 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/TopLevel/IOError.d.ts +37 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/TopLevel/InternalError.d.ts +16 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/TopLevel/Module.d.ts +99 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/TopLevel/Namespace.d.ts +77 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/TopLevel/QName.d.ts +67 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/TopLevel/RangeError.d.ts +16 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/TopLevel/ReferenceError.d.ts +16 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/TopLevel/StopIteration.d.ts +11 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/TopLevel/SyntaxError.d.ts +16 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/TopLevel/SystemError.d.ts +38 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/TopLevel/TypeError.d.ts +16 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/TopLevel/URIError.d.ts +16 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/TopLevel/XML.d.ts +398 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/TopLevel/XMLList.d.ts +155 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/TopLevel/XMLStreamError.d.ts +46 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/TopLevel/arguments.d.ts +17 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/alert/Alert.d.ts +70 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/alert/Alerts.d.ts +123 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/alert/index.d.ts +7 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/ABTest.d.ts +26 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/ABTestMgr.d.ts +28 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/ABTestSegment.d.ts +45 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/AmountDiscount.d.ts +22 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/ApproachingDiscount.d.ts +75 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/BonusChoiceDiscount.d.ts +106 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/BonusDiscount.d.ts +23 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/Campaign.d.ts +167 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/CampaignMgr.d.ts +192 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/CampaignStatusCodes.d.ts +36 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/Coupon.d.ts +146 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/CouponMgr.d.ts +49 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/CouponRedemption.d.ts +32 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/CouponStatusCodes.d.ts +55 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/Discount.d.ts +122 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/DiscountPlan.d.ts +161 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/FixedPriceDiscount.d.ts +24 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/FixedPriceShippingDiscount.d.ts +24 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/FreeDiscount.d.ts +11 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/FreeShippingDiscount.d.ts +11 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/PercentageDiscount.d.ts +24 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/PercentageOptionDiscount.d.ts +21 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/PriceBookPriceDiscount.d.ts +20 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/Promotion.d.ts +455 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/PromotionMgr.d.ts +262 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/PromotionPlan.d.ts +180 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/SlotContent.d.ts +56 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/SourceCodeGroup.d.ts +42 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/SourceCodeInfo.d.ts +76 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/SourceCodeStatusCodes.d.ts +19 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/TotalFixedPriceDiscount.d.ts +20 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/index.d.ts +65 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/Catalog.d.ts +84 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/CatalogMgr.d.ts +61 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/Category.d.ts +592 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/CategoryAssignment.d.ts +78 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/CategoryLink.d.ts +56 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/PriceBook.d.ts +94 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/PriceBookMgr.d.ts +66 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/Product.d.ts +1100 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/ProductActiveData.d.ts +593 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/ProductAttributeModel.d.ts +215 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/ProductAvailabilityLevels.d.ts +50 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/ProductAvailabilityModel.d.ts +359 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/ProductInventoryList.d.ts +65 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/ProductInventoryMgr.d.ts +53 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/ProductInventoryRecord.d.ts +296 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/ProductLink.d.ts +66 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/ProductMgr.d.ts +59 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/ProductOption.d.ts +81 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/ProductOptionModel.d.ts +78 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/ProductOptionValue.d.ts +56 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/ProductPriceInfo.d.ts +76 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/ProductPriceModel.d.ts +586 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/ProductPriceTable.d.ts +48 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/ProductSearchHit.d.ts +398 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/ProductSearchModel.d.ts +816 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/ProductSearchRefinementDefinition.d.ts +43 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/ProductSearchRefinementValue.d.ts +30 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/ProductSearchRefinements.d.ts +142 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/ProductVariationAttribute.d.ts +44 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/ProductVariationAttributeValue.d.ts +90 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/ProductVariationModel.d.ts +508 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/Recommendation.d.ts +139 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/SearchModel.d.ts +277 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/SearchRefinementDefinition.d.ts +61 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/SearchRefinementValue.d.ts +93 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/SearchRefinements.d.ts +114 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/SortingOption.d.ts +45 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/SortingRule.d.ts +18 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/Store.d.ts +214 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/StoreGroup.d.ts +44 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/StoreInventoryFilter.d.ts +49 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/StoreInventoryFilterValue.d.ts +45 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/StoreMgr.d.ts +86 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/Variant.d.ts +555 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/VariationGroup.d.ts +422 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/index.d.ts +93 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/content/Content.d.ts +210 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/content/ContentMgr.d.ts +48 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/content/ContentSearchModel.d.ts +230 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/content/ContentSearchRefinementDefinition.d.ts +27 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/content/ContentSearchRefinementValue.d.ts +10 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/content/ContentSearchRefinements.d.ts +105 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/content/Folder.d.ts +186 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/content/Library.d.ts +56 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/content/MarkupText.d.ts +125 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/content/MediaFile.d.ts +297 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/content/index.d.ts +23 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/crypto/CertificateRef.d.ts +20 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/crypto/CertificateUtils.d.ts +54 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/crypto/Cipher.d.ts +178 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/crypto/Encoding.d.ts +78 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/crypto/JWE.d.ts +114 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/crypto/JWEHeader.d.ts +55 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/crypto/JWS.d.ts +105 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/crypto/JWSHeader.d.ts +47 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/crypto/KeyRef.d.ts +28 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/crypto/Mac.d.ts +76 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/crypto/MessageDigest.d.ts +108 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/crypto/SecureRandom.d.ts +70 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/crypto/Signature.d.ts +88 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/crypto/WeakCipher.d.ts +51 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/crypto/WeakMac.d.ts +68 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/crypto/WeakMessageDigest.d.ts +100 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/crypto/WeakSignature.d.ts +63 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/crypto/X509Certificate.d.ts +73 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/crypto/index.d.ts +39 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/AddressBook.d.ts +66 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/AgentUserMgr.d.ts +50 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/AgentUserStatusCodes.d.ts +64 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/AuthenticationStatus.d.ts +62 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/Credentials.d.ts +266 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/Customer.d.ts +210 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/CustomerActiveData.d.ts +276 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/CustomerAddress.d.ts +280 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/CustomerCDPData.d.ts +25 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/CustomerContextMgr.d.ts +21 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/CustomerGroup.d.ts +76 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/CustomerList.d.ts +29 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/CustomerMgr.d.ts +611 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/CustomerPasswordConstraints.d.ts +48 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/CustomerPaymentInstrument.d.ts +118 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/CustomerStatusCodes.d.ts +17 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/EncryptedObject.d.ts +21 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/ExternalProfile.d.ts +70 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/OrderHistory.d.ts +81 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/ProductList.d.ts +376 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/ProductListItem.d.ts +204 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/ProductListItemPurchase.d.ts +62 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/ProductListMgr.d.ts +190 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/ProductListRegistrant.d.ts +70 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/Profile.d.ts +420 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/Wallet.d.ts +56 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/consent/ConsentStatusEntry.d.ts +35 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/consent/MarketingConsentSubscription.d.ts +110 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/consent/ShopperConsentErrorCodes.d.ts +30 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/consent/ShopperConsentException.d.ts +29 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/consent/ShopperConsentMgr.d.ts +78 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/consent/index.d.ts +13 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/index.d.ts +55 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/oauth/OAuthAccessTokenResponse.d.ts +71 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/oauth/OAuthFinalizedResponse.d.ts +32 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/oauth/OAuthLoginFlowMgr.d.ts +100 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/oauth/OAuthUserInfoResponse.d.ts +35 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/oauth/index.d.ts +11 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/shoppercontext/ShopperContext.d.ts +171 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/shoppercontext/ShopperContextErrorCodes.d.ts +41 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/shoppercontext/ShopperContextException.d.ts +48 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/shoppercontext/ShopperContextMgr.d.ts +130 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/shoppercontext/index.d.ts +11 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/experience/AspectAttributeValidationException.d.ts +11 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/experience/Component.d.ts +83 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/experience/ComponentRenderSettings.d.ts +50 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/experience/ComponentScriptContext.d.ts +96 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/experience/CustomEditor.d.ts +80 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/experience/CustomEditorResources.d.ts +51 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/experience/Page.d.ts +255 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/experience/PageMgr.d.ts +311 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/experience/PageScriptContext.d.ts +127 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/experience/Region.d.ts +56 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/experience/RegionRenderSettings.d.ts +81 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/experience/cms/CMSRecord.d.ts +68 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/experience/cms/index.d.ts +5 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/experience/image/FocalPoint.d.ts +25 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/experience/image/Image.d.ts +45 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/experience/image/ImageMetaData.d.ts +25 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/experience/image/index.d.ts +9 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/experience/index.d.ts +25 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/applepay/ApplePayHookResult.d.ts +104 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/applepay/ApplePayHooks.d.ts +271 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/applepay/index.d.ts +7 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/facebook/FacebookFeedHooks.d.ts +50 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/facebook/FacebookProduct.d.ts +567 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/facebook/index.d.ts +7 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/paymentapi/PaymentApiHooks.d.ts +62 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/paymentapi/index.d.ts +5 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/paymentrequest/PaymentRequestHookResult.d.ts +55 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/paymentrequest/PaymentRequestHooks.d.ts +168 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/paymentrequest/index.d.ts +7 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/payments/SalesforceAdyenPaymentIntent.d.ts +53 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/payments/SalesforceAdyenSavedPaymentMethod.d.ts +126 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/payments/SalesforceBancontactPaymentDetails.d.ts +33 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/payments/SalesforceCardPaymentDetails.d.ts +41 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/payments/SalesforceEpsPaymentDetails.d.ts +23 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/payments/SalesforceIdealPaymentDetails.d.ts +23 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/payments/SalesforceKlarnaPaymentDetails.d.ts +23 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/payments/SalesforcePayPalOrder.d.ts +109 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/payments/SalesforcePayPalOrderAddress.d.ts +69 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/payments/SalesforcePayPalOrderPayer.d.ts +43 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/payments/SalesforcePayPalPaymentDetails.d.ts +33 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/payments/SalesforcePaymentDetails.d.ts +39 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/payments/SalesforcePaymentIntent.d.ts +116 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/payments/SalesforcePaymentMethod.d.ts +162 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/payments/SalesforcePaymentRequest.d.ts +562 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/payments/SalesforcePaymentsHooks.d.ts +78 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/payments/SalesforcePaymentsMerchantAccount.d.ts +61 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/payments/SalesforcePaymentsMerchantAccountPaymentMethod.d.ts +41 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/payments/SalesforcePaymentsMgr.d.ts +420 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/payments/SalesforcePaymentsSiteConfiguration.d.ts +84 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/payments/SalesforcePaymentsZone.d.ts +166 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/payments/SalesforceSepaDebitPaymentDetails.d.ts +23 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/payments/SalesforceVenmoPaymentDetails.d.ts +33 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/payments/index.d.ts +49 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/pinterest/PinterestAvailability.d.ts +34 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/pinterest/PinterestFeedHooks.d.ts +54 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/pinterest/PinterestOrder.d.ts +122 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/pinterest/PinterestOrderHooks.d.ts +42 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/pinterest/PinterestProduct.d.ts +302 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/pinterest/index.d.ts +13 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/io/CSVStreamReader.d.ts +51 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/io/CSVStreamWriter.d.ts +34 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/io/File.d.ts +343 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/io/FileReader.d.ts +26 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/io/FileWriter.d.ts +62 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/io/InputStream.d.ts +15 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/io/OutputStream.d.ts +17 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/io/PrintWriter.d.ts +29 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/io/RandomAccessFileReader.d.ts +70 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/io/Reader.d.ts +105 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/io/StringWriter.d.ts +39 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/io/Writer.d.ts +35 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/io/XMLIndentingStreamWriter.d.ts +45 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/io/XMLStreamConstants.d.ts +68 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/io/XMLStreamReader.d.ts +674 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/io/XMLStreamWriter.d.ts +204 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/io/index.d.ts +35 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/job/JobExecution.d.ts +52 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/job/JobStepExecution.d.ts +58 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/job/index.d.ts +7 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/net/FTPClient.d.ts +219 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/net/FTPFileInfo.d.ts +46 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/net/HTTPClient.d.ts +337 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/net/HTTPClientLoggingConfig.d.ts +180 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/net/HTTPRequestPart.d.ts +122 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/net/Mail.d.ts +182 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/net/SFTPClient.d.ts +215 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/net/SFTPFileInfo.d.ts +45 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/net/WebDAVClient.d.ts +324 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/net/WebDAVFileInfo.d.ts +66 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/net/index.d.ts +23 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/object/ActiveData.d.ts +25 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/object/CustomAttributes.d.ts +143 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/object/CustomObject.d.ts +26 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/object/CustomObjectMgr.d.ts +283 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/object/Extensible.d.ts +27 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/object/ExtensibleObject.d.ts +36 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/object/Note.d.ts +47 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/object/ObjectAttributeDefinition.d.ts +239 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/object/ObjectAttributeGroup.d.ts +68 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/object/ObjectAttributeValueDefinition.d.ts +29 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/object/ObjectTypeDefinition.d.ts +113 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/object/PersistentObject.d.ts +33 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/object/SimpleExtensible.d.ts +21 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/object/SystemObjectMgr.d.ts +319 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/object/index.d.ts +31 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/AbstractItem.d.ts +91 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/AbstractItemCtnr.d.ts +100 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/Appeasement.d.ts +163 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/AppeasementItem.d.ts +43 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/Basket.d.ts +476 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/BasketMgr.d.ts +406 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/BonusDiscountLineItem.d.ts +170 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/CouponLineItem.d.ts +139 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/CreateAgentBasketLimitExceededException.d.ts +9 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/CreateBasketFromOrderException.d.ts +17 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/CreateCouponLineItemException.d.ts +29 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/CreateOrderException.d.ts +9 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/CreateTemporaryBasketLimitExceededException.d.ts +9 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/GiftCertificate.d.ts +220 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/GiftCertificateLineItem.d.ts +124 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/GiftCertificateMgr.d.ts +85 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/GiftCertificateStatusCodes.d.ts +42 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/Invoice.d.ts +284 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/InvoiceItem.d.ts +83 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/LineItem.d.ts +265 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/LineItemCtnr.d.ts +1146 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/LineItemTax.d.ts +56 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/Order.d.ts +1360 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/OrderAddress.d.ts +259 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/OrderItem.d.ts +332 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/OrderMgr.d.ts +864 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/OrderPaymentInstrument.d.ts +166 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/OrderProcessStatusCodes.d.ts +58 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/PaymentCard.d.ts +112 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/PaymentInstrument.d.ts +757 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/PaymentMethod.d.ts +141 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/PaymentMgr.d.ts +70 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/PaymentProcessor.d.ts +60 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/PaymentStatusCodes.d.ts +25 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/PaymentTransaction.d.ts +123 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/PriceAdjustment.d.ts +430 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/PriceAdjustmentLimitTypes.d.ts +26 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/ProductLineItem.d.ts +849 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/ProductShippingCost.d.ts +41 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/ProductShippingLineItem.d.ts +154 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/ProductShippingModel.d.ts +73 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/Return.d.ts +161 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/ReturnCase.d.ts +215 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/ReturnCaseItem.d.ts +165 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/ReturnItem.d.ts +159 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/Shipment.d.ts +506 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/ShipmentShippingCost.d.ts +21 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/ShipmentShippingModel.d.ts +114 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/ShippingLineItem.d.ts +151 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/ShippingLocation.d.ts +123 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/ShippingMethod.d.ts +114 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/ShippingMgr.d.ts +95 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/ShippingOrder.d.ts +304 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/ShippingOrderItem.d.ts +210 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/SumItem.d.ts +75 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/TaxGroup.d.ts +49 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/TaxItem.d.ts +29 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/TaxMgr.d.ts +155 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/TrackingInfo.d.ts +107 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/TrackingRef.d.ts +44 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/hooks/BasketMergeHooks.d.ts +46 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/hooks/CalculateHooks.d.ts +69 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/hooks/CheckoutHooks.d.ts +48 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/hooks/OrderHooks.d.ts +50 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/hooks/PaymentHooks.d.ts +189 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/hooks/ReturnHooks.d.ts +274 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/hooks/ShippingOrderHooks.d.ts +220 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/hooks/TaxHooks.d.ts +378 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/hooks/index.d.ts +19 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/index.d.ts +123 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/rpc/SOAPUtil.d.ts +339 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/rpc/Stub.d.ts +148 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/rpc/WebReference.d.ts +55 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/rpc/index.d.ts +9 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/sitemap/SitemapFile.d.ts +57 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/sitemap/SitemapMgr.d.ts +70 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/sitemap/index.d.ts +7 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/suggest/BrandSuggestions.d.ts +19 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/suggest/CategorySuggestions.d.ts +32 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/suggest/ContentSuggestions.d.ts +32 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/suggest/CustomSuggestions.d.ts +19 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/suggest/ProductSuggestions.d.ts +32 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/suggest/SearchPhraseSuggestions.d.ts +53 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/suggest/SuggestModel.d.ts +230 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/suggest/SuggestedCategory.d.ts +19 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/suggest/SuggestedContent.d.ts +19 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/suggest/SuggestedPhrase.d.ts +25 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/suggest/SuggestedProduct.d.ts +21 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/suggest/SuggestedTerm.d.ts +61 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/suggest/SuggestedTerms.d.ts +68 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/suggest/Suggestions.d.ts +89 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/suggest/index.d.ts +31 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/svc/FTPService.d.ts +59 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/svc/FTPServiceDefinition.d.ts +38 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/svc/HTTPFormService.d.ts +14 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/svc/HTTPFormServiceDefinition.d.ts +12 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/svc/HTTPService.d.ts +147 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/svc/HTTPServiceDefinition.d.ts +110 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/svc/LocalServiceRegistry.d.ts +61 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/svc/Result.d.ts +133 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/svc/SOAPService.d.ts +36 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/svc/SOAPServiceDefinition.d.ts +12 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/svc/Service.d.ts +99 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/svc/ServiceCallback.d.ts +172 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/svc/ServiceConfig.d.ts +52 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/svc/ServiceCredential.d.ts +67 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/svc/ServiceDefinition.d.ts +105 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/svc/ServiceProfile.d.ts +66 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/svc/ServiceRegistry.d.ts +75 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/svc/index.d.ts +37 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/system/AgentUserStatusCodes.d.ts +14 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/system/Cache.d.ts +60 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/system/CacheMgr.d.ts +39 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/system/HookMgr.d.ts +31 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/system/InternalObject.d.ts +17 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/system/JobProcessMonitor.d.ts +37 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/system/Log.d.ts +77 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/system/LogNDC.d.ts +32 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/system/Logger.d.ts +83 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/system/OrganizationPreferences.d.ts +40 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/system/Pipeline.d.ts +46 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/system/PipelineDictionary.d.ts +28 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/system/RESTErrorResponse.d.ts +58 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/system/RESTResponseMgr.d.ts +99 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/system/RESTSuccessResponse.d.ts +38 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/system/RemoteInclude.d.ts +85 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/system/Request.d.ts +363 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/system/RequestHooks.d.ts +50 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/system/Response.d.ts +278 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/system/SearchStatus.d.ts +74 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/system/Session.d.ts +263 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/system/Site.d.ts +247 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/system/SitePreferences.d.ts +51 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/system/Status.d.ts +141 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/system/StatusItem.d.ts +110 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/system/System.d.ts +96 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/system/Transaction.d.ts +60 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/system/index.d.ts +57 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/template/ISML.d.ts +32 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/template/Velocity.d.ts +71 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/template/index.d.ts +7 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/ArrayList.d.ts +40 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/Assert.d.ts +159 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/BigInteger.d.ts +104 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/Bytes.d.ts +99 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/Calendar.d.ts +450 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/Collection.d.ts +91 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/Currency.d.ts +59 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/DateUtils.d.ts +27 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/Decimal.d.ts +148 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/FilteringCollection.d.ts +75 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/Geolocation.d.ts +111 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/HashMap.d.ts +17 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/HashSet.d.ts +24 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/Iterator.d.ts +34 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/LinkedHashMap.d.ts +18 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/LinkedHashSet.d.ts +26 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/List.d.ts +148 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/Locale.d.ts +110 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/Map.d.ts +82 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/MapEntry.d.ts +24 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/MappingKey.d.ts +34 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/MappingMgr.d.ts +46 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/PropertyComparator.d.ts +59 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/SecureEncoder.d.ts +371 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/SecureFilter.d.ts +340 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/SeekableIterator.d.ts +85 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/Set.d.ts +13 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/SortedMap.d.ts +59 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/SortedSet.d.ts +75 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/StringUtils.d.ts +191 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/Template.d.ts +67 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/UUIDUtils.d.ts +12 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/index.d.ts +67 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/value/EnumValue.d.ts +50 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/value/MimeEncodedText.d.ts +47 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/value/Money.d.ts +196 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/value/Quantity.d.ts +103 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/value/index.d.ts +11 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/web/CSRFProtection.d.ts +48 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/web/ClickStream.d.ts +87 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/web/ClickStreamEntry.d.ts +106 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/web/Cookie.d.ts +166 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/web/Cookies.d.ts +23 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/web/Form.d.ts +30 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/web/FormAction.d.ts +82 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/web/FormElement.d.ts +92 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/web/FormElementValidationResult.d.ts +63 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/web/FormField.d.ts +331 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/web/FormFieldOption.d.ts +90 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/web/FormFieldOptions.d.ts +18 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/web/FormGroup.d.ts +106 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/web/FormList.d.ts +56 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/web/FormListItem.d.ts +18 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/web/Forms.d.ts +13 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/web/HttpParameter.d.ts +195 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/web/HttpParameterMap.d.ts +92 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/web/LoopIterator.d.ts +95 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/web/PageMetaData.d.ts +87 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/web/PageMetaTag.d.ts +81 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/web/PagingModel.d.ts +181 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/web/Resource.d.ts +69 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/web/URL.d.ts +68 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/web/URLAction.d.ts +41 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/web/URLParameter.d.ts +18 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/web/URLRedirect.d.ts +26 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/web/URLRedirectMgr.d.ts +37 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/web/URLUtils.d.ts +759 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/web/index.d.ts +61 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/ws/Port.d.ts +54 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/ws/WSUtil.d.ts +311 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/ws/WebReference2.d.ts +120 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/ws/index.d.ts +9 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/global.d.ts +1101 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/sfra/server.d.ts +271 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/upstream-package.json +7 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/upstream-tsconfig.json +7 -0
- package/oclif.manifest.json +5721 -5416
- package/package.json +2 -2
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import SalesforcePaymentsMerchantAccount = require('./SalesforcePaymentsMerchantAccount');
|
|
2
|
+
import Collection = require('../../util/Collection');
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* Contains information about a payment method to be presented to a payer, as configured for a Salesforce Payments
|
|
6
|
+
* merchant account. See Salesforce Payments documentation for how to gain access and configure it for use on your
|
|
7
|
+
* sites.
|
|
8
|
+
*/
|
|
9
|
+
declare class SalesforcePaymentsMerchantAccountPaymentMethod {
|
|
10
|
+
/**
|
|
11
|
+
* Returns the merchant account configured for this payment method.
|
|
12
|
+
*/
|
|
13
|
+
readonly merchantAccount: SalesforcePaymentsMerchantAccount;
|
|
14
|
+
/**
|
|
15
|
+
* Returns the constant indicating the type of payment method to be presented, such as
|
|
16
|
+
* SalesforcePaymentMethod.TYPE_CARD.
|
|
17
|
+
*/
|
|
18
|
+
readonly paymentMethodType: string;
|
|
19
|
+
/**
|
|
20
|
+
* Returns a collection containing the payment modes for which this payment method is to be presented, such as
|
|
21
|
+
* `"Express"`.
|
|
22
|
+
*/
|
|
23
|
+
readonly paymentModes: Collection<any>;
|
|
24
|
+
private constructor();
|
|
25
|
+
/**
|
|
26
|
+
* Returns the merchant account configured for this payment method.
|
|
27
|
+
*/
|
|
28
|
+
getMerchantAccount(): SalesforcePaymentsMerchantAccount;
|
|
29
|
+
/**
|
|
30
|
+
* Returns the constant indicating the type of payment method to be presented, such as
|
|
31
|
+
* SalesforcePaymentMethod.TYPE_CARD.
|
|
32
|
+
*/
|
|
33
|
+
getPaymentMethodType(): string;
|
|
34
|
+
/**
|
|
35
|
+
* Returns a collection containing the payment modes for which this payment method is to be presented, such as
|
|
36
|
+
* `"Express"`.
|
|
37
|
+
*/
|
|
38
|
+
getPaymentModes(): Collection<any>;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
export = SalesforcePaymentsMerchantAccountPaymentMethod;
|
|
@@ -0,0 +1,420 @@
|
|
|
1
|
+
import SalesforcePaymentIntent = require('./SalesforcePaymentIntent');
|
|
2
|
+
import Basket = require('../../order/Basket');
|
|
3
|
+
import Order = require('../../order/Order');
|
|
4
|
+
import SalesforcePaymentMethod = require('./SalesforcePaymentMethod');
|
|
5
|
+
import Customer = require('../../customer/Customer');
|
|
6
|
+
import Collection = require('../../util/Collection');
|
|
7
|
+
import Status = require('../../system/Status');
|
|
8
|
+
import Shipment = require('../../order/Shipment');
|
|
9
|
+
import Money = require('../../value/Money');
|
|
10
|
+
import OrderPaymentInstrument = require('../../order/OrderPaymentInstrument');
|
|
11
|
+
import SalesforceAdyenSavedPaymentMethod = require('./SalesforceAdyenSavedPaymentMethod');
|
|
12
|
+
import SalesforcePayPalOrder = require('./SalesforcePayPalOrder');
|
|
13
|
+
import SalesforcePaymentsSiteConfiguration = require('./SalesforcePaymentsSiteConfiguration');
|
|
14
|
+
import SalesforcePaymentsZone = require('./SalesforcePaymentsZone');
|
|
15
|
+
import SalesforcePaymentDetails = require('./SalesforcePaymentDetails');
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* Contains functionality for use with Salesforce Payments. See Salesforce Payments documentation for how to gain access
|
|
19
|
+
* and configure it for use on your sites.
|
|
20
|
+
*/
|
|
21
|
+
declare class SalesforcePaymentsMgr {
|
|
22
|
+
/**
|
|
23
|
+
* Cancellation reason indicating customer abandoned payment.
|
|
24
|
+
*/
|
|
25
|
+
static readonly CANCELLATION_REASON_ABANDONED = "abandoned";
|
|
26
|
+
/**
|
|
27
|
+
* Cancellation reason indicating payment intent was a duplicate.
|
|
28
|
+
*/
|
|
29
|
+
static readonly CANCELLATION_REASON_DUPLICATE = "duplicate";
|
|
30
|
+
/**
|
|
31
|
+
* Cancellation reason indicating payment was fraudulent.
|
|
32
|
+
*/
|
|
33
|
+
static readonly CANCELLATION_REASON_FRAUDULENT = "fraudulent";
|
|
34
|
+
/**
|
|
35
|
+
* Cancellation reason indicating customer action or request.
|
|
36
|
+
*/
|
|
37
|
+
static readonly CANCELLATION_REASON_REQUESTED_BY_CUSTOMER = "requested_by_customer";
|
|
38
|
+
/**
|
|
39
|
+
* Refund reason indicating payment intent was a duplicate.
|
|
40
|
+
*/
|
|
41
|
+
static readonly REFUND_REASON_DUPLICATE = "duplicate";
|
|
42
|
+
/**
|
|
43
|
+
* Refund reason indicating payment was fraudulent.
|
|
44
|
+
*/
|
|
45
|
+
static readonly REFUND_REASON_FRAUDULENT = "fraudulent";
|
|
46
|
+
/**
|
|
47
|
+
* Refund reason indicating customer action or request.
|
|
48
|
+
*/
|
|
49
|
+
static readonly REFUND_REASON_REQUESTED_BY_CUSTOMER = "requested_by_customer";
|
|
50
|
+
/**
|
|
51
|
+
* Returns a payments site configuration object for the current site.
|
|
52
|
+
* @throws Exception if there is no current site
|
|
53
|
+
*/
|
|
54
|
+
static readonly paymentsSiteConfig: SalesforcePaymentsSiteConfiguration | null;
|
|
55
|
+
private constructor();
|
|
56
|
+
/**
|
|
57
|
+
* Attaches the given payment method to the given customer. Use this method to attach a payment method of type
|
|
58
|
+
* SalesforcePaymentMethod.TYPE_CARD to a shopper who registers as a customer after placing an order, and
|
|
59
|
+
* has affirmatively elected to save their card as part of the registration process. This method will throw an error
|
|
60
|
+
* if passed incompatible payment method and/or customer objects.
|
|
61
|
+
* @throws Exception if there was an error attaching the payment method to the customer
|
|
62
|
+
* @deprecated use onCustomerRegistered and
|
|
63
|
+
* savePaymentMethod
|
|
64
|
+
*/
|
|
65
|
+
static attachPaymentMethod(paymentMethod: SalesforcePaymentMethod, customer: Customer): void;
|
|
66
|
+
/**
|
|
67
|
+
* Authorizes the given PayPal order.
|
|
68
|
+
*
|
|
69
|
+
* The PayPal order must be in a status that supports authorization. See the PayPal documentation for more details.
|
|
70
|
+
* @throws Exception if there was an error authorizing the PayPal order
|
|
71
|
+
*/
|
|
72
|
+
static authorizePayPalOrder(paypalOrder: SalesforcePayPalOrder): Status;
|
|
73
|
+
/**
|
|
74
|
+
* Cancels the given payment intent. If a payment authorization has been made for the payment intent, the
|
|
75
|
+
* authorization is removed.
|
|
76
|
+
*
|
|
77
|
+
* The payment intent must be in a status that supports cancel. See the Stripe documentation for more details.
|
|
78
|
+
*
|
|
79
|
+
* The following Payment Intent property is supported:
|
|
80
|
+
*
|
|
81
|
+
* - `cancellationReason` - optional payment intent cancellation reason
|
|
82
|
+
* @throws Exception if there was an error canceling the payment intent
|
|
83
|
+
* @see CANCELLATION_REASON_ABANDONED
|
|
84
|
+
* @see CANCELLATION_REASON_DUPLICATE
|
|
85
|
+
* @see CANCELLATION_REASON_FRAUDULENT
|
|
86
|
+
* @see CANCELLATION_REASON_REQUESTED_BY_CUSTOMER
|
|
87
|
+
*/
|
|
88
|
+
static cancelPaymentIntent(paymentIntent: SalesforcePaymentIntent, paymentIntentProperties: Object): Status;
|
|
89
|
+
/**
|
|
90
|
+
* Captures funds for the given order payment instrument.
|
|
91
|
+
*
|
|
92
|
+
* The order payment instrument must be in a state that supports capture.
|
|
93
|
+
*
|
|
94
|
+
* The `amount` must be less than or equal to the amount available to capture.
|
|
95
|
+
*
|
|
96
|
+
* The following Transaction properties are supported:
|
|
97
|
+
*
|
|
98
|
+
* - `reference` - optional reference for the transaction, for example order number
|
|
99
|
+
* @throws Exception if there was an error capturing the payment instrument
|
|
100
|
+
*/
|
|
101
|
+
static captureAdyenPayment(orderPaymentInstrument: OrderPaymentInstrument, amount: Money, transactionProperties: Object): Status;
|
|
102
|
+
/**
|
|
103
|
+
* Captures funds for the given PayPal order.
|
|
104
|
+
*
|
|
105
|
+
* The PayPal order must be in a status that supports capture. See the PayPal documentation for more details.
|
|
106
|
+
* @throws Exception if there was an error capturing the PayPal order
|
|
107
|
+
*/
|
|
108
|
+
static capturePayPalOrder(paypalOrder: SalesforcePayPalOrder): Status;
|
|
109
|
+
/**
|
|
110
|
+
* Captures funds for the given payment intent.
|
|
111
|
+
*
|
|
112
|
+
* The payment intent must be in a status that supports capture. See the Stripe documentation for more details.
|
|
113
|
+
*
|
|
114
|
+
* If `amount` is not specified, the default is the full amount available to capture. If specified, the
|
|
115
|
+
* amount must be less than or equal to the amount available to capture.
|
|
116
|
+
* @throws Exception if there was an error capturing the payment intent
|
|
117
|
+
*/
|
|
118
|
+
static capturePaymentIntent(paymentIntent: SalesforcePaymentIntent, amount: Money): Status;
|
|
119
|
+
/**
|
|
120
|
+
*
|
|
121
|
+
*
|
|
122
|
+
* Confirms a new payment intent using the given payment method, and associates it with the given order.
|
|
123
|
+
*
|
|
124
|
+
* The order must be prepared to contain products, shipments, and any other necessary data, and must be calculated
|
|
125
|
+
* to reflect the correct total amounts. If the order is not for the same dw.customer.Customer as the given
|
|
126
|
+
* payment method, an error is thrown.
|
|
127
|
+
*
|
|
128
|
+
* The specified payment method must be set up for off session future use or an error is thrown. iDeal and
|
|
129
|
+
* Bancontact implement reuse differently than other payment methods, but they can't be reused themselves.
|
|
130
|
+
*
|
|
131
|
+
* The following Payment Intent properties are supported:
|
|
132
|
+
*
|
|
133
|
+
* - `statementDescriptor` - optional statement descriptor
|
|
134
|
+
* - `cardCaptureAutomatic` - optional `true` if the credit card payment should be
|
|
135
|
+
* automatically captured at the time of the sale, or `false` if the credit card payment should be
|
|
136
|
+
* captured later
|
|
137
|
+
*
|
|
138
|
+
* If `cardCaptureAutomatic` is provided it is used to determine card capture timing, and otherwise the
|
|
139
|
+
* default card capture timing set for the site is used.
|
|
140
|
+
*
|
|
141
|
+
* If `statementDescriptor` is provided it is used as the complete description that appears on your
|
|
142
|
+
* customers' statements for the payment, and if not a default statement descriptor is used. If a default statement
|
|
143
|
+
* descriptor is set for the site it is used as the default, and otherwise the default statement descriptor for the
|
|
144
|
+
* account will apply.
|
|
145
|
+
* @throws Exception if the parameter validation failed or there's an error confirming the payment intent
|
|
146
|
+
*/
|
|
147
|
+
static confirmPaymentIntent(order: Order, paymentMethod: SalesforcePaymentMethod, paymentIntentProperties: Object): Status;
|
|
148
|
+
/**
|
|
149
|
+
*
|
|
150
|
+
*
|
|
151
|
+
* Creates an Adyen payment intent using the given information, and associates it with the given order.
|
|
152
|
+
*
|
|
153
|
+
* The following Payment Intent properties are supported:
|
|
154
|
+
*
|
|
155
|
+
* - `type` - required payment method type, such as SalesforcePaymentMethod.TYPE_CARD
|
|
156
|
+
* - `cardCaptureAutomatic` - optional `true` if the credit card payment should be
|
|
157
|
+
* automatically captured at the time of the sale, or `false` if the credit card payment should be
|
|
158
|
+
* captured later
|
|
159
|
+
* - `storePaymentMethod` - optional `true` if the payment method should be stored for
|
|
160
|
+
* future usage, or `false` if not
|
|
161
|
+
*
|
|
162
|
+
* If `cardCaptureAutomatic` is provided it is used to determine card capture timing, and otherwise the
|
|
163
|
+
* default card capture timing set for the site is used.
|
|
164
|
+
*/
|
|
165
|
+
static createAdyenPaymentIntent(order: Order, shipment: Shipment, zoneId: string, amount: Money, customerRequired: boolean, paymentData: Object, paymentIntentProperties: Object): Status;
|
|
166
|
+
/**
|
|
167
|
+
*
|
|
168
|
+
*
|
|
169
|
+
* Creates a PayPal order using the given information, and associates it with the given basket.
|
|
170
|
+
*
|
|
171
|
+
* The following PayPal order properties are supported:
|
|
172
|
+
*
|
|
173
|
+
* - `fundingSource` - required funding source, such as SalesforcePayPalOrder.TYPE_PAYPAL
|
|
174
|
+
* - `intent` - optional order capture timing intent, such as
|
|
175
|
+
* SalesforcePayPalOrder.INTENT_AUTHORIZE or SalesforcePayPalOrder.INTENT_CAPTURE
|
|
176
|
+
* - `shippingPreference` - optional shipping preference, such as `"GET_FROM_FILE"`
|
|
177
|
+
* - `userAction` - optional user action, such as `"PAY_NOW"`
|
|
178
|
+
*
|
|
179
|
+
* If `intent` is provided it is used to determine manual or automatic capture, and otherwise the default
|
|
180
|
+
* card capture timing set for the site is used.
|
|
181
|
+
*/
|
|
182
|
+
static createPayPalOrder(basket: Basket, shipment: Shipment, zoneId: string, amount: Money, paypalOrderProperties: Object): Status;
|
|
183
|
+
/**
|
|
184
|
+
*
|
|
185
|
+
*
|
|
186
|
+
* Creates a payment intent using the given information, and associates it with the given basket.
|
|
187
|
+
*
|
|
188
|
+
* The following Payment Intent properties are supported:
|
|
189
|
+
*
|
|
190
|
+
* - `type` - required payment method type, such as SalesforcePaymentMethod.TYPE_CARD
|
|
191
|
+
* - `statementDescriptor` - optional statement descriptor
|
|
192
|
+
* - `cardCaptureAutomatic` - optional `true` if the credit card payment should be
|
|
193
|
+
* automatically captured at the time of the sale, or `false` if the credit card payment should be
|
|
194
|
+
* captured later
|
|
195
|
+
* - `setupFutureUsage` - optional future usage setup value, such as
|
|
196
|
+
* SalesforcePaymentIntent.SETUP_FUTURE_USAGE_ON_SESSION
|
|
197
|
+
*
|
|
198
|
+
* The `stripeCustomerRequired` must be set to `true` if the payment will be set up for future
|
|
199
|
+
* usage, whether on session or off session. If `true` then if a Stripe Customer is associated with the
|
|
200
|
+
* shopper then it will be used, and otherwise a new Stripe Customer will be created. The new Stripe Customer will
|
|
201
|
+
* be associated with the shopper if logged into a registered customer account for the site.
|
|
202
|
+
*
|
|
203
|
+
* If `cardCaptureAutomatic` is provided it is used to determine card capture timing, and otherwise the
|
|
204
|
+
* default card capture timing set for the site is used.
|
|
205
|
+
*
|
|
206
|
+
* If `statementDescriptor` is provided it is used as the complete description that appears on your
|
|
207
|
+
* customers' statements for the payment, and if not a default statement descriptor is used. If a default statement
|
|
208
|
+
* descriptor is set for the site it is used as the default, and otherwise the default statement descriptor for the
|
|
209
|
+
* account will apply.
|
|
210
|
+
*
|
|
211
|
+
* If `setupFutureUsage` is provided it will be used to prepare the payment to be set up for future usage
|
|
212
|
+
* at confirmation time. When set, this future usage setup value must match the value used at confirmation time.
|
|
213
|
+
*/
|
|
214
|
+
static createPaymentIntent(basket: Basket, shipment: Shipment, zoneId: string, amount: Money, stripeCustomerRequired: boolean, paymentIntentProperties: Object): Status;
|
|
215
|
+
/**
|
|
216
|
+
* Detaches the given payment method from its associated customer. Once detached the payment method remains
|
|
217
|
+
* associated with payment intents in the payment account, but is no longer saved for use by the customer in future
|
|
218
|
+
* orders.
|
|
219
|
+
* @throws Exception if there was an error detaching the payment method from its customer
|
|
220
|
+
* @deprecated use removeSavedPaymentMethod
|
|
221
|
+
*/
|
|
222
|
+
static detachPaymentMethod(paymentMethod: SalesforcePaymentMethod): void;
|
|
223
|
+
/**
|
|
224
|
+
* Returns a collection containing the Adyen payment methods saved to be presented to the given customer for reuse
|
|
225
|
+
* in checkouts. The collection will be empty if there are no payment methods saved for the customer, or there was
|
|
226
|
+
* an error retrieving the saved payment methods.
|
|
227
|
+
* @throws Exception if the given customer is null or undefined , or there is configuration missing that is required to retrieve the saved payment methods
|
|
228
|
+
*/
|
|
229
|
+
static getAdyenSavedPaymentMethods(customer: Customer): Collection<SalesforceAdyenSavedPaymentMethod>;
|
|
230
|
+
/**
|
|
231
|
+
* Returns a collection containing the payment methods attached to the given customer. The collection will be empty
|
|
232
|
+
* if there are no payment methods attached to the customer, or there was an error retrieving the attached payment
|
|
233
|
+
* methods.
|
|
234
|
+
* @throws Exception if the given customer is null or undefined
|
|
235
|
+
* @deprecated use getSavedPaymentMethods
|
|
236
|
+
*/
|
|
237
|
+
static getAttachedPaymentMethods(customer: Customer): Collection<any>;
|
|
238
|
+
/**
|
|
239
|
+
* Returns a collection containing the payment methods for the given customer set up for future off session reuse.
|
|
240
|
+
* The collection will be empty if there are no off session payment methods for the customer, or there was an error
|
|
241
|
+
* retrieving the off session payment methods.
|
|
242
|
+
* @throws Exception if the given customer is null or undefined , or there is an error getting the off session payment methods
|
|
243
|
+
*/
|
|
244
|
+
static getOffSessionPaymentMethods(customer: Customer): Collection<SalesforcePaymentMethod>;
|
|
245
|
+
/**
|
|
246
|
+
* Returns the PayPal order for the given basket, or `null` if the given basket has none.
|
|
247
|
+
* @throws Exception if there was an error retrieving the PayPal order for the basket
|
|
248
|
+
*/
|
|
249
|
+
static getPayPalOrder(basket: Basket): SalesforcePayPalOrder | null;
|
|
250
|
+
/**
|
|
251
|
+
* Returns the PayPal order for the given order, or `null` if the given order has none.
|
|
252
|
+
* @throws Exception if there was an error retrieving the PayPal order for the order
|
|
253
|
+
*/
|
|
254
|
+
static getPayPalOrder(order: Order): SalesforcePayPalOrder | null;
|
|
255
|
+
/**
|
|
256
|
+
* Returns the details to the Salesforce Payments payment associated with the given payment instrument, or
|
|
257
|
+
* `null` if the given payment instrument has none.
|
|
258
|
+
* @throws Exception if paymentInstrument is null
|
|
259
|
+
*/
|
|
260
|
+
static getPaymentDetails(paymentInstrument: OrderPaymentInstrument): SalesforcePaymentDetails | null;
|
|
261
|
+
/**
|
|
262
|
+
* Returns the payment intent for the given basket, or `null` if the given basket has none.
|
|
263
|
+
* @throws Exception if there was an error retrieving the payment intent for the basket
|
|
264
|
+
*/
|
|
265
|
+
static getPaymentIntent(basket: Basket): SalesforcePaymentIntent | null;
|
|
266
|
+
/**
|
|
267
|
+
* Returns the payment intent for the given order, or `null` if the given order has none.
|
|
268
|
+
* @throws Exception if there was an error retrieving the payment intent for the order
|
|
269
|
+
*/
|
|
270
|
+
static getPaymentIntent(order: Order): SalesforcePaymentIntent | null;
|
|
271
|
+
/**
|
|
272
|
+
* Returns a payments site configuration object for the current site.
|
|
273
|
+
* @throws Exception if there is no current site
|
|
274
|
+
*/
|
|
275
|
+
static getPaymentsSiteConfig(): SalesforcePaymentsSiteConfiguration | null;
|
|
276
|
+
/**
|
|
277
|
+
* Returns a payments zone object for the passed in payments zone ID.
|
|
278
|
+
*/
|
|
279
|
+
static getPaymentsZone(zoneId: string): SalesforcePaymentsZone | null;
|
|
280
|
+
/**
|
|
281
|
+
* Returns a collection containing the payment methods saved to be presented to the given customer for reuse in
|
|
282
|
+
* checkouts. The collection will be empty if there are no payment methods saved for the customer, or there was an
|
|
283
|
+
* error retrieving the saved payment methods.
|
|
284
|
+
* @throws Exception if the given customer is null or undefined , or there is configuration missing that is required to retrieve the saved payment methods
|
|
285
|
+
*/
|
|
286
|
+
static getSavedPaymentMethods(customer: Customer): Collection<SalesforcePaymentMethod>;
|
|
287
|
+
/**
|
|
288
|
+
*
|
|
289
|
+
*
|
|
290
|
+
* Handles the given additional Adyen payment details and associates the associated payment with the given order, if
|
|
291
|
+
* applicable.
|
|
292
|
+
*
|
|
293
|
+
* Pass the state data from the Adyen `onAdditionalDetails` event as-is, without any encoding or other
|
|
294
|
+
* changes to the data or its structure. See the Adyen documentation for more information.
|
|
295
|
+
*/
|
|
296
|
+
static handleAdyenAdditionalDetails(order: Order, zoneId: string, data: Object): Status;
|
|
297
|
+
/**
|
|
298
|
+
* Handles the account registration of the shopper who placed the given order. Use this method to ensure the
|
|
299
|
+
* registered customer profile is associated with the order in Salesforce Payments.
|
|
300
|
+
* @throws Exception if there was an error attaching the payment method to the customer
|
|
301
|
+
*/
|
|
302
|
+
static onCustomerRegistered(order: Order): void;
|
|
303
|
+
/**
|
|
304
|
+
* Refunds previously captured funds for the given order payment instrument.
|
|
305
|
+
*
|
|
306
|
+
* The order payment instrument must be in a state that supports refund.
|
|
307
|
+
*
|
|
308
|
+
* The `amount` must be less than or equal to the amount available to refund.
|
|
309
|
+
*
|
|
310
|
+
* The following Transaction properties are supported:
|
|
311
|
+
*
|
|
312
|
+
* - `reference` - optional reference for the transaction, for example order number
|
|
313
|
+
* @throws Exception if there was an error refunding the payment instrument
|
|
314
|
+
*/
|
|
315
|
+
static refundAdyenPayment(orderPaymentInstrument: OrderPaymentInstrument, amount: Money, transactionProperties: Object): Status;
|
|
316
|
+
/**
|
|
317
|
+
* Refunds the capture for the given PayPal order.
|
|
318
|
+
*
|
|
319
|
+
* The PayPal order must have a capture in a status that supports refund. See the PayPal documentation for more
|
|
320
|
+
* details.
|
|
321
|
+
* @throws Exception if there was an error refunding the capture for the PayPal order
|
|
322
|
+
*/
|
|
323
|
+
static refundPayPalOrderCapture(paypalOrder: SalesforcePayPalOrder): Status;
|
|
324
|
+
/**
|
|
325
|
+
* Refunds previously captured funds for the given payment intent.
|
|
326
|
+
*
|
|
327
|
+
* The payment intent must be in a state that supports refund. This includes its status as well as any previous
|
|
328
|
+
* refunds. See the Stripe documentation for more details.
|
|
329
|
+
*
|
|
330
|
+
* The following Payment Intent property is supported:
|
|
331
|
+
*
|
|
332
|
+
* - `reason` - optional payment intent refund reason
|
|
333
|
+
*
|
|
334
|
+
* If `amount` is not specified, the default is the full amount available to refund. If specified, the
|
|
335
|
+
* amount must be less than or equal to the amount available to refund.
|
|
336
|
+
* @throws Exception if there was an error refunding the payment intent
|
|
337
|
+
* @see REFUND_REASON_DUPLICATE
|
|
338
|
+
* @see REFUND_REASON_FRAUDULENT
|
|
339
|
+
* @see REFUND_REASON_REQUESTED_BY_CUSTOMER
|
|
340
|
+
*/
|
|
341
|
+
static refundPaymentIntent(paymentIntent: SalesforcePaymentIntent, amount: Money, refundProperties: Object): Status;
|
|
342
|
+
/**
|
|
343
|
+
* Deletes an Adyen saved payment method.
|
|
344
|
+
* @throws Exception if the saved payment method is null or undefined , or there is configuration missing that is required to delete the saved payment method
|
|
345
|
+
*/
|
|
346
|
+
static removeAdyenSavedPaymentMethod(savedPaymentMethod: SalesforceAdyenSavedPaymentMethod): void;
|
|
347
|
+
/**
|
|
348
|
+
* Removes the given saved payment method so that it is no longer presented to the given customer for reuse in
|
|
349
|
+
* checkouts. The payment method remains in the payment account, but is no longer saved for use by the customer.
|
|
350
|
+
* @throws Exception if there was an error removing the saved payment method from its customer
|
|
351
|
+
*/
|
|
352
|
+
static removeSavedPaymentMethod(paymentMethod: SalesforcePaymentMethod): void;
|
|
353
|
+
/**
|
|
354
|
+
* Resolves and returns the payments zone object for the passed in payments zone properties object. If an empty
|
|
355
|
+
* object is provided, the default payments zone will be returned if it exists.
|
|
356
|
+
*
|
|
357
|
+
* The following payments zone properties are supported:
|
|
358
|
+
*
|
|
359
|
+
* - `countryCode` - optional country code of the shopper, or `null` if not known
|
|
360
|
+
* - `currency` - optional basket currency, or `null` if not known
|
|
361
|
+
* @throws Exception if no default payments zone exists
|
|
362
|
+
*/
|
|
363
|
+
static resolvePaymentsZone(paymentsZoneProperties: Object): SalesforcePaymentsZone | null;
|
|
364
|
+
/**
|
|
365
|
+
* Reverses the authorisation for the given order payment instrument.
|
|
366
|
+
*
|
|
367
|
+
* The order payment instrument must be in a state that supports reversal.
|
|
368
|
+
*
|
|
369
|
+
* The following Transaction properties are supported:
|
|
370
|
+
*
|
|
371
|
+
* - `reference` - optional reference for the transaction, for example order number
|
|
372
|
+
* @throws Exception if there was an error reversing the payment instrument
|
|
373
|
+
*/
|
|
374
|
+
static reverseAdyenPayment(orderPaymentInstrument: OrderPaymentInstrument, transactionProperties: Object): Status;
|
|
375
|
+
/**
|
|
376
|
+
* Saves the given payment method to be presented to the given customer for reuse in subsequent checkouts. This
|
|
377
|
+
* method will throw an error if passed incompatible payment method and/or customer objects.
|
|
378
|
+
* @throws Exception if there was an error saving the payment method for the customer
|
|
379
|
+
*/
|
|
380
|
+
static savePaymentMethod(customer: Customer, paymentMethod: SalesforcePaymentMethod): void;
|
|
381
|
+
/**
|
|
382
|
+
* Sets the details to the Salesforce Payments payment associated with the given payment instrument.
|
|
383
|
+
* @throws Exception if either paymentInstrument or paymentDetails is null
|
|
384
|
+
* @see SalesforcePaymentMethod.getPaymentDetails
|
|
385
|
+
* @see SalesforcePayPalOrder.getPaymentDetails
|
|
386
|
+
*/
|
|
387
|
+
static setPaymentDetails(paymentInstrument: OrderPaymentInstrument, paymentDetails: SalesforcePaymentDetails): void;
|
|
388
|
+
/**
|
|
389
|
+
* Updates the provided information in the given payment intent.
|
|
390
|
+
*
|
|
391
|
+
* The payment intent must be in a status that supports update. See the Stripe documentation for more details.
|
|
392
|
+
*
|
|
393
|
+
* The following Payment Intent properties are supported:
|
|
394
|
+
*
|
|
395
|
+
* - `statementDescriptor` - optional statement descriptor
|
|
396
|
+
* - `cardCaptureAutomatic` - optional `true` if the credit card payment should be
|
|
397
|
+
* automatically captured at the time of the sale, or `false` if the credit card payment should be
|
|
398
|
+
* captured later
|
|
399
|
+
*
|
|
400
|
+
* If `cardCaptureAutomatic` is provided it is used to determine card capture timing, and otherwise the
|
|
401
|
+
* default card capture timing set for the site is used.
|
|
402
|
+
*
|
|
403
|
+
* If `statementDescriptor` is provided it is used as the complete description that appears on your
|
|
404
|
+
* customers' statements for the payment, and if not a default statement descriptor is used. If a default statement
|
|
405
|
+
* descriptor is set for the site it is used as the default, and otherwise the default statement descriptor for the
|
|
406
|
+
* account will apply.
|
|
407
|
+
* @throws Exception if the parameter validation failed or there's an error updating the payment intent
|
|
408
|
+
*/
|
|
409
|
+
static updatePaymentIntent(paymentIntent: SalesforcePaymentIntent, shipment: Shipment, amount: Money, orderNo: string, paymentIntentProperties: Object): Status;
|
|
410
|
+
/**
|
|
411
|
+
* Voids the authorization for the given PayPal order.
|
|
412
|
+
*
|
|
413
|
+
* The PayPal order must have an authorization in a status that supports voiding. See the PayPal documentation for
|
|
414
|
+
* more details.
|
|
415
|
+
* @throws Exception if there was an error voiding the authorization for the PayPal order
|
|
416
|
+
*/
|
|
417
|
+
static voidPayPalOrderAuthorization(paypalOrder: SalesforcePayPalOrder): Status;
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
export = SalesforcePaymentsMgr;
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* Salesforce Payments representation of a payment site configuration object. See Salesforce Payments
|
|
5
|
+
* documentation for how to gain access and configure it for use on your sites.
|
|
6
|
+
*
|
|
7
|
+
* A payment site configuration contains information about the configuration of the site such as
|
|
8
|
+
* whether the site is activated with Express Checkout, Multi-Step Checkout or both.
|
|
9
|
+
*/
|
|
10
|
+
declare class SalesforcePaymentsSiteConfiguration {
|
|
11
|
+
/**
|
|
12
|
+
* Returns true if the capture method is set to automatic for credit card Payment Intents created for this site, or
|
|
13
|
+
* false if the capture method is set to manual.
|
|
14
|
+
*/
|
|
15
|
+
readonly cardCaptureAutomatic: boolean;
|
|
16
|
+
/**
|
|
17
|
+
* Returns true if Express Checkout is enabled for the site.
|
|
18
|
+
*/
|
|
19
|
+
readonly expressCheckoutEnabled: boolean;
|
|
20
|
+
/**
|
|
21
|
+
* Returns true if Express Checkout is enabled on the Cart page.
|
|
22
|
+
*/
|
|
23
|
+
readonly expressOnCartEnabled: boolean;
|
|
24
|
+
/**
|
|
25
|
+
* Returns true if Express Checkout is enabled on the Checkout page.
|
|
26
|
+
*/
|
|
27
|
+
readonly expressOnCheckoutEnabled: boolean;
|
|
28
|
+
/**
|
|
29
|
+
* Returns true if Express Checkout is enabled on the Mini-Cart.
|
|
30
|
+
*/
|
|
31
|
+
readonly expressOnMiniCartEnabled: boolean;
|
|
32
|
+
/**
|
|
33
|
+
* Returns true if Express Checkout is enabled on the Product Detail Page.
|
|
34
|
+
*/
|
|
35
|
+
readonly expressOnPdpEnabled: boolean;
|
|
36
|
+
/**
|
|
37
|
+
* Returns true if the payment card credential storage is configured to set up all applicable payments for off
|
|
38
|
+
* session reuse, or false if the credential storage is configured to set up for on session reuse only the payments
|
|
39
|
+
* for which the shopper actively confirms use of saved credentials.
|
|
40
|
+
*/
|
|
41
|
+
readonly futureUsageOffSession: boolean;
|
|
42
|
+
/**
|
|
43
|
+
* Returns true if Multi-Step Checkout is enabled for the site.
|
|
44
|
+
*/
|
|
45
|
+
readonly multiStepCheckoutEnabled: boolean;
|
|
46
|
+
private constructor();
|
|
47
|
+
/**
|
|
48
|
+
* Returns true if the capture method is set to automatic for credit card Payment Intents created for this site, or
|
|
49
|
+
* false if the capture method is set to manual.
|
|
50
|
+
*/
|
|
51
|
+
isCardCaptureAutomatic(): boolean;
|
|
52
|
+
/**
|
|
53
|
+
* Returns true if Express Checkout is enabled for the site.
|
|
54
|
+
*/
|
|
55
|
+
isExpressCheckoutEnabled(): boolean;
|
|
56
|
+
/**
|
|
57
|
+
* Returns true if Express Checkout is enabled on the Cart page.
|
|
58
|
+
*/
|
|
59
|
+
isExpressOnCartEnabled(): boolean;
|
|
60
|
+
/**
|
|
61
|
+
* Returns true if Express Checkout is enabled on the Checkout page.
|
|
62
|
+
*/
|
|
63
|
+
isExpressOnCheckoutEnabled(): boolean;
|
|
64
|
+
/**
|
|
65
|
+
* Returns true if Express Checkout is enabled on the Mini-Cart.
|
|
66
|
+
*/
|
|
67
|
+
isExpressOnMiniCartEnabled(): boolean;
|
|
68
|
+
/**
|
|
69
|
+
* Returns true if Express Checkout is enabled on the Product Detail Page.
|
|
70
|
+
*/
|
|
71
|
+
isExpressOnPdpEnabled(): boolean;
|
|
72
|
+
/**
|
|
73
|
+
* Returns true if the payment card credential storage is configured to set up all applicable payments for off
|
|
74
|
+
* session reuse, or false if the credential storage is configured to set up for on session reuse only the payments
|
|
75
|
+
* for which the shopper actively confirms use of saved credentials.
|
|
76
|
+
*/
|
|
77
|
+
isFutureUsageOffSession(): boolean;
|
|
78
|
+
/**
|
|
79
|
+
* Returns true if Multi-Step Checkout is enabled for the site.
|
|
80
|
+
*/
|
|
81
|
+
isMultiStepCheckoutEnabled(): boolean;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
export = SalesforcePaymentsSiteConfiguration;
|