VirtueMart  3.2.14.9808
Base Namespace Reference

Detailed Description

AvaTax.php

ATConfig.class.php Contains various service configuration parameters as class static variables.

AddressServiceSoap and TaxServiceSoap read this file during initialization.

Author
Avalara

ATObject.class.php Generic Dynamic Object

Author
Avalara

AvalaraSoapClient.class.php Abstract base class for all Avalara web service clients.

Users should never create instances of this class.

See also
AddressServiceSoap
TaxServiceSoap
Author
Avalara

BaseResult.class.php The base class for result objects that return a ResultCode and Messages collection – There is no reason for clients to create these.

Author
Avalara

AvaTaxBatchSvc.class.php Defines class loading search path.

Author
Avalara

DynamicSoapClient.class.php Private implementation class for all Avalara web service clients.

Users should never need to create instances of this class. This class provides the underlying implementation for instances of AvalaraSoapClient and it's subclasses.

See also
AvalaraSoapClient
AddressServiceSoap
TaxServiceSoap
Author
Avalara

Enum.class.php Abstract class for enumerated types - provides validation.

Author
Avalara

PingResult.class.php Result information returned from the AddressServiceSoap's AddressServiceSoap#ping method and the TaxServiceSoap's TaxServiceSoap#ping method. Example:

 $svc = new AddressServiceSoap();
 $result = svc->ping();
 $numMessages = sizeof($result->getMessages());
Author
Avalara