Sage Intacct SDK for JavaScript
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Control
Block
constructor
_control
Id
_dtd
Version
_include
Whitespace
_password
_policy
Id
_sender
Id
_unique
Id
control
Id
dtd
Version
include
Whitespace
password
policy
Id
sender
Id
unique
Id
write
Xml
Login
Authentication
Operation
Block
Session
Authentication
IAuthentication
Hierarchy
ControlBlock
Implements
IXmlObject
Index
Constructors
constructor
Properties
_control
Id
_dtd
Version
_include
Whitespace
_password
_policy
Id
_sender
Id
_unique
Id
Accessors
control
Id
dtd
Version
include
Whitespace
password
policy
Id
sender
Id
unique
Id
Methods
write
Xml
Constructors
constructor
new
Control
Block
(
clientConfig
:
ClientConfig
, requestConfig
:
RequestConfig
)
:
ControlBlock
Parameters
clientConfig:
ClientConfig
requestConfig:
RequestConfig
Returns
ControlBlock
Properties
Private
_control
Id
_control
Id
:
string
Private
_dtd
Version
_dtd
Version
:
string
Private
_include
Whitespace
_include
Whitespace
:
boolean
Private
_password
_password
:
string
Private
_policy
Id
_policy
Id
:
string
Private
_sender
Id
_sender
Id
:
string
Private
_unique
Id
_unique
Id
:
boolean
Accessors
control
Id
get
controlId
(
)
:
string
set
controlId
(
controlId
:
string
)
:
void
Returns
string
Parameters
controlId:
string
Returns
void
dtd
Version
get
dtdVersion
(
)
:
string
Returns
string
include
Whitespace
get
includeWhitespace
(
)
:
boolean
set
includeWhitespace
(
includeWhitespace
:
boolean
)
:
void
Returns
boolean
Parameters
includeWhitespace:
boolean
Returns
void
password
get
password
(
)
:
string
set
password
(
password
:
string
)
:
void
Returns
string
Parameters
password:
string
Returns
void
policy
Id
get
policyId
(
)
:
string
set
policyId
(
policyId
:
string
)
:
void
Returns
string
Parameters
policyId:
string
Returns
void
sender
Id
get
senderId
(
)
:
string
set
senderId
(
senderId
:
string
)
:
void
Returns
string
Parameters
senderId:
string
Returns
void
unique
Id
get
uniqueId
(
)
:
boolean
set
uniqueId
(
uniqueId
:
boolean
)
:
void
Returns
boolean
Parameters
uniqueId:
boolean
Returns
void
Methods
write
Xml
write
Xml
(
xml
:
IaXmlWriter
)
:
void
Parameters
xml:
IaXmlWriter
Returns
void
Generated using
TypeDoc