Class SalesforcePaymentsSiteConfiguration
dw.extensions.payments
Class SalesforcePaymentsSiteConfiguration
Object
dw.extensions.payments.SalesforcePaymentsSiteConfiguration

Salesforce Payments representation of a payment site configuration object. See Salesforce Payments documentation for how to gain access and configure it for use on your sites.

A payment site configuration contains information about the configuration of the site such as whether the site is activated with Express Checkout, Multi-Step Checkout or both.

Properties
cardCaptureAutomatic  :  boolean  (Read Only)
Returns true if the capture method is set to automatic for credit card Payment Intents created for this site, or false if the capture method is set to manual.
expressCheckoutEnabled  :  boolean  (Read Only)
Returns true if Express Checkout is enabled for the site.
futureUsageOffSession  :  boolean  (Read Only)
Returns true if the payment card credential storage is configured to set up all applicable payments for off session reuse, or false if the credential storage is configured to set up for on session reuse only the payments for which the shopper actively confirms use of saved credentials.
multiStepCheckoutEnabled  :  boolean  (Read Only)
Returns true if Multi-Step Checkout is enabled for the site.
Constructor Summary
This class does not have a constructor, so you cannot create it directly.
Method Summary
isCardCaptureAutomatic() : boolean
Returns true if the capture method is set to automatic for credit card Payment Intents created for this site, or false if the capture method is set to manual.
isExpressCheckoutEnabled() : boolean
Returns true if Express Checkout is enabled for the site.
isFutureUsageOffSession() : boolean
Returns true if the payment card credential storage is configured to set up all applicable payments for off session reuse, or false if the credential storage is configured to set up for on session reuse only the payments for which the shopper actively confirms use of saved credentials.
isMultiStepCheckoutEnabled() : boolean
Returns true if Multi-Step Checkout is enabled for the site.
Method Detail
isCardCaptureAutomatic
isCardCaptureAutomatic() : boolean
Returns true if the capture method is set to automatic for credit card Payment Intents created for this site, or false if the capture method is set to manual.
Returns:
true if the credit card capture method is automatic, or false if it is manual

isExpressCheckoutEnabled
isExpressCheckoutEnabled() : boolean
Returns true if Express Checkout is enabled for the site.
Returns:
true if Express Checkout is enabled for the site, or false if not

isFutureUsageOffSession
isFutureUsageOffSession() : boolean
Returns true if the payment card credential storage is configured to set up all applicable payments for off session reuse, or false if the credential storage is configured to set up for on session reuse only the payments for which the shopper actively confirms use of saved credentials.
Returns:
true if the future usage is off session, or false if on session

isMultiStepCheckoutEnabled
isMultiStepCheckoutEnabled() : boolean
Returns true if Multi-Step Checkout is enabled for the site.
Returns:
true if Multi-Step Checkout is enabled for the site, or false if not