%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/lightco1/www/plugins/vmcalculation/avalara/classes/
Upload File :
Create Path :
Current File : /home/lightco1/www/plugins/vmcalculation/avalara/classes/GetExemptionCertificatesResult.class.php

<?php
if (!defined('_JEXEC'))
die('Direct Access to ' . basename(__FILE__) . ' is not allowed.');
/**
 * GetExemptionCertificatesResult.class.php
 */

/**
 * Result data returned from {@link AvaCertServiceSoap#GetExemptionCertificates}.
 *
 * @see GetExemptionCertificatesRequest
 *
 * @author    Avalara
 * @copyright � 2004 - 2011 Avalara, Inc.  All rights reserved.
 * @package   AvaCert
 */

class GetExemptionCertificatesResult extends BaseResult {
  private $ExemptionCertificates; // ArrayOfExemptionCertificate
  private $RecordCount; // int

  public function getExemptionCertificates(){return $this->ExemptionCertificates;} // ArrayOfExemptionCertificate

  public function getRecordCount(){return $this->RecordCount;} // int

}

?>

Zerion Mini Shell 1.0