VirtueMart
3.2.14.9808
|
AddCustomer.class.php Adds or updates an exempt customer record in AvaCert and returns the result of operation in a AddCustomerResult object.
AddCustomerRequest.class.php Data to pass to AvaCertServiceSoap#AddCustomer.
AddCustomerResult.class.php Result data returned from AvaCertServiceSoap#AddCustomer.
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();
CertificateStatus.class.php CertificateStatus indicates the status for the Certificate record.
CertificateUsage.class.php CertificateUsage indicates the usage type for the Certificate record.
CommunicationMode.class.php CommunicationMode indicates the mode to use for communicating with the customer.
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.
ExemptionCertificate.class.php Contains exemption certificate data. Is part of the GetExemptionCertificatesResult result came from the GetExemptionCertificates.
GetExemptionCertificates.class.php This operation retrieves all certificates from vCert for a particular customer.
GetExemptionCertificatesRequest.class.php Data to pass to AvaCertServiceSoap#GetExemptionCertificates.
GetExemptionCertificatesResult.class.php Result data returned from AvaCertServiceSoap#GetExemptionCertificates.
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.
InitiateExemptCertRequest.class.php Data to pass to AvaCertServiceSoap#InitiateExemptCert.
InitiateExemptCertResult.class.php Result data returned from AvaCertServiceSoap#InitiateExemptCert.
Jurisdiction.class.php Contains jurisdiction data.
RequestType.class.php RequestType indicates the type of the request to be initiated.
ReviewStatus.class.php ReviewStatus indicates the review status for the Certificate record.