0byt3m1n1-V2
Path:
/
home
/
academiac
/
www
/
plugins
/
vmcalculation
/
avalara
/
classes
/
[
Home
]
File: InitiateExemptCertResult.class.php
<?php if (!defined('_JEXEC')) die('Direct Access to ' . basename(__FILE__) . ' is not allowed.'); /** * InitiateExemptCertResult.class.php */ /** * Result data returned from {@link AvaCertServiceSoap#InitiateExemptCert}. * * @see InitiateExemptCertRequest * * @author Avalara * @copyright � 2004 - 2011 Avalara, Inc. All rights reserved. * @package AvaCert */ class InitiateExemptCertResult extends BaseResult { private $TrackingCode; // string private $WizardLaunchUrl; // string public function getTrackingCode(){return $this->TrackingCode;} // string public function getWizardLaunchUrl(){return $this->WizardLaunchUrl;} // string } ?>
©
2018.