VirtueMart
3.2.14.9808
|
ATConfig.class.php Contains various service configuration parameters as class static variables.
AddressServiceSoap and TaxServiceSoap read this file during initialization.
ATObject.class.php Generic Dynamic Object
AvalaraSoapClient.class.php Abstract base class for all Avalara web service clients.
Users should never create instances of this class.
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.
AvaTaxBatchSvc.class.php Defines class loading search path.
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.
Enum.class.php Abstract class for enumerated types - provides validation.
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());