Package com.avalara.avatax.services.address

Interface Summary
AddressSvc In the the Axis scheme, interface implemented by the object (AddressSvcLocator) that wraps the actual functional Address Service proxy (AddressSvcSoapStub).
AddressSvcSoap Proxy interface for the Avalara Address Web Service.
 

Class Summary
Address Contains address data; Can be passed to AddressSvcSoap.validate(com.avalara.avatax.services.address.ValidateRequest) using ValidateRequest; Also part of the GetTaxRequest result returned from the TaxSvcSoap.getTax(com.avalara.avatax.services.tax.GetTaxRequest) tax calculation service.
AddressSvcLocator Class that implements the AddressSvc interface and is used to create a local proxy (interface) to interact with Avalara's Address Web Service.
AddressSvcSoapStub Axis-generated class that implements the proxy interface AddressSvcSoap for contacting the Avalara Address Web Service.
ArrayOfMessage A wrapper object used by Axis to encapsulate an array of zero or more Message objects for SOAP transmission via the Web returned as part of a method call's result object.
ArrayOfValidAddress A Axis Wrapper for an array containing zero or more ValidAddress objects.
BaseAddress  
BaseResult The base class for result objects that return a ResultCode and Messages collection -- Not creatable.
IsAuthorizedResult Result information returned from the AddressSvc's AddressSvcSoap.isAuthorized(java.lang.String) method and the TaxSvc's TaxSvcSoap.isAuthorized(java.lang.String) method.
Message Message class used in results and exceptions.
PingResult Result information returned from the AddressSvcSoap's AddressSvcSoap.ping(java.lang.String) method and the TaxSvcSoap's TaxSvcSoap.ping(java.lang.String) method.
SeverityLevel Severity of the result Message.
TextCase The casing to apply to the valid address(es) returned in the validation result.
ValidAddress A fully validated address based on initial Address data passed to AddressSvcSoap.validate(com.avalara.avatax.services.address.ValidateRequest).
ValidateRequest Data to pass to AddressSvcSoap.validate(com.avalara.avatax.services.address.ValidateRequest).
ValidateResult Contains an ArrayOfValidAddress object returned by AddressSvcSoap.validate(com.avalara.avatax.services.address.ValidateRequest)