Worldline Connect Node.js SDK
Preparing search index...
model/types
SdkContext
Interface SdkContext
interface
SdkContext
{
getAuthenticator
()
:
Authenticator
;
getConnectionOptions
()
:
ConnectionOptions
|
undefined
;
getEndpoint
()
:
HttpEndpoint
;
getIntegrator
()
:
string
;
getLogger
()
:
Logger
;
getObfuscationRules
()
:
Record
<
string
,
ObfuscationRule
>
;
getProxy
()
:
ProxyConfiguration
|
undefined
;
getShoppingCartExtension
()
:
ShoppingCartExtension
|
undefined
;
isLoggingEnabled
()
:
boolean
;
setEnableLogging
(
isLoggingEnabled
:
boolean
)
:
void
;
setLogger
(
logger
:
Logger
)
:
void
;
}
Index
Methods
get
Authenticator
get
Connection
Options
get
Endpoint
get
Integrator
get
Logger
get
Obfuscation
Rules
get
Proxy
get
Shopping
Cart
Extension
is
Logging
Enabled
set
Enable
Logging
set
Logger
Methods
get
Authenticator
getAuthenticator
()
:
Authenticator
Returns
Authenticator
get
Connection
Options
getConnectionOptions
()
:
ConnectionOptions
|
undefined
Returns
ConnectionOptions
|
undefined
get
Endpoint
getEndpoint
()
:
HttpEndpoint
Returns
HttpEndpoint
get
Integrator
getIntegrator
()
:
string
Returns
string
get
Logger
getLogger
()
:
Logger
Returns
Logger
get
Obfuscation
Rules
getObfuscationRules
()
:
Record
<
string
,
ObfuscationRule
>
Returns
Record
<
string
,
ObfuscationRule
>
get
Proxy
getProxy
()
:
ProxyConfiguration
|
undefined
Returns
ProxyConfiguration
|
undefined
get
Shopping
Cart
Extension
getShoppingCartExtension
()
:
ShoppingCartExtension
|
undefined
Returns
ShoppingCartExtension
|
undefined
is
Logging
Enabled
isLoggingEnabled
()
:
boolean
Returns
boolean
set
Enable
Logging
setEnableLogging
(
isLoggingEnabled
:
boolean
)
:
void
Parameters
isLoggingEnabled
:
boolean
Returns
void
set
Logger
setLogger
(
logger
:
Logger
)
:
void
Parameters
logger
:
Logger
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
Authenticator
get
Connection
Options
get
Endpoint
get
Integrator
get
Logger
get
Obfuscation
Rules
get
Proxy
get
Shopping
Cart
Extension
is
Logging
Enabled
set
Enable
Logging
set
Logger
Worldline Connect Node.js SDK
Loading...