class LoginAuthentication extends AbstractAuthentication

Methods

writeXml(XMLWriter $xml)

Write the operation block XML

__construct(array $params)

Initializes the class with the given parameters.

Details

at line line 80
writeXml(XMLWriter $xml)

Write the operation block XML

Parameters

XMLWriter $xml

at line line 45
__construct(array $params)

Initializes the class with the given parameters.

Parameters

array $params { @var string $companyid Intacct company ID @var string $userid Intacct user ID @var string $user_password Intacct user password }