Poq.SDK.Node

Home > @poq/sdk > CheckoutSettings

CheckoutSettings class

Signature:

export declare class CheckoutSettings extends PoqContract 

Extends: PoqContract

Constructors

Constructor Modifiers Description
(constructor)(params)   Constructs a new instance of the CheckoutSettings class

Properties

Property Modifiers Type Description
checkoutApplePayEnabled   boolean | undefined This setting will tell us whether the Apple Pay should be enabled or not.
checkoutCompleteUrl   string | undefined The complete string to look up in the URLs that the web view loads.
checkoutContinueShoppingUrl   string | undefined The continue shopping string to look up in the URLs that the web view loads.
checkoutCss   string | undefined The checkout CSS to be injected.
checkoutJavaScript   string | undefined The checkout Javascript to be injectd (New in Checkout v3).
checkoutUrl   string | undefined Checkout Url to redirect to.
customData   Record<string, unknown> | undefined Any custom data provided.
defaultCookieDomain   string | undefined  
orderCostTrackingJs   string | undefined  
orderNumberTrackingJs   string | undefined