VirtueMart  3.2.14.9808
AvaCert Namespace Reference

Detailed Description

AddCustomer.class.php Adds or updates an exempt customer record in AvaCert and returns the result of operation in a AddCustomerResult object.

Author
Avalara

AddCustomerRequest.class.php Data to pass to AvaCertServiceSoap#AddCustomer.

See also
AddCustomerResult
Author
Avalara

AddCustomerResult.class.php Result data returned from AvaCertServiceSoap#AddCustomer.

See also
AddCustomerRequest
Author
Avalara

AvaCertSvc.class.php AvaCertSvc class This is a proxy for the Avalara AvaCert service. It contains methods that perform remote calls to the Avalara AvaCert Service.

Note: This web service is only available to accounts that have enrolled in the AvaCert service.

Example:

 $avacertService = new AvaCertSvc('Development');
 $result = $avacertService->ping();
Author
Avalara

CertificateStatus.class.php CertificateStatus indicates the status for the Certificate record.

See also
ExemptionCertificate
Author
Avalara

CertificateUsage.class.php CertificateUsage indicates the usage type for the Certificate record.

See also
ExemptionCertificate
Author
Avalara

CommunicationMode.class.php CommunicationMode indicates the mode to use for communicating with the customer.

See also
InitiateExemptCertRequest
Author
Avalara

Customer.class.php Contains customer data. Can be passed to AddCustomer using AddCustomerRequest. Also part of the InitiateExemptCertRequest request sent to the InitiateExemptCert exemption certificate service.

See also
AddCustomerRequest
Author
Avalara

ExemptionCertificate.class.php Contains exemption certificate data. Is part of the GetExemptionCertificatesResult result came from the GetExemptionCertificates.

See also
GetExemptionCertificatesResult
Author
Avalara

GetExemptionCertificates.class.php This operation retrieves all certificates from vCert for a particular customer.

Author
Avalara

GetExemptionCertificatesRequest.class.php Data to pass to AvaCertServiceSoap#GetExemptionCertificates.

See also
GetExemptionCertificatesResult
Author
Avalara

GetExemptionCertificatesResult.class.php Result data returned from AvaCertServiceSoap#GetExemptionCertificates.

See also
GetExemptionCertificatesRequest
Author
Avalara

InitiateExemptCert.class.php Initiates the request for an exemption certificate with AvaCert. It can also add or update the exempt customer record. And returns the result of operation in a InitiateExemptCertResult object.

Author
Avalara

InitiateExemptCertRequest.class.php Data to pass to AvaCertServiceSoap#InitiateExemptCert.

See also
InitiateExemptCertResult
Author
Avalara

InitiateExemptCertResult.class.php Result data returned from AvaCertServiceSoap#InitiateExemptCert.

See also
InitiateExemptCertRequest
Author
Avalara

Jurisdiction.class.php Contains jurisdiction data.

Author
Avalara

RequestType.class.php RequestType indicates the type of the request to be initiated.

See also
InitiateExemptCertRequest
Author
Avalara

ReviewStatus.class.php ReviewStatus indicates the review status for the Certificate record.

See also
ExemptionCertificate
Author
Avalara