AAAAhome/academiac/www/plugins/vmcalculation/avalara/classes/TaxDetail.class.php 0000604 00000010035 15137451414 0023271 0 ustar 00 StateAssignedNo; } /** * Gets the JurisdictionType. *
* *
* @see JurisdictionType @see GetTaxResults * @return JurisdictionType */ public function getJurisType() {return $this->JurisType; } /** * Gets the JurisCode. **
* @see JurisCode @see GetTaxResults * @return string */ public function getJurisCode() {return $this->JurisCode; } /** * Gets the TaxType. **
@see GetTaxResults * @return TaxType */ public function getTaxType() {return $this->TaxType; } /** * Gets the Taxable amount. **
@see GetTaxResults * @return decimal */ public function getTaxable() {return $this->Taxable; } /** * Gets the Taxable amount. **
@see GetTaxResults * @return decimal */ public function getBase() {return $this->Base; } /** * Gets the Rate amount. **
@see GetTaxResults * @return decimal */ public function getRate() {return $this->Rate; } /** * Gets the Tax amount. *The tax amount, i.e. the calculated tax (base() * rate()) *
@see GetTaxResults * @return decimal */ public function getTax() {return $this->Tax; } /** * Gets the non-taxable amount.. *The non-taxable amount. *
@see GetTaxResults * @return decimal */ public function getNonTaxable() {return $this->NonTaxable; } /** * Gets theExemption amount.. *The exempt amount for this TaxDetail. *
@see GetTaxResults * @return decimal */ public function getExemption() {return $this->Exemption; } /** * Gets the jurisdiction name for this TaxDetail. *Gets the jurisdiction name for this TaxDetail. *
@see GetTaxResults * @return decimal */ public function getJurisName() {return $this->JurisName; } /** * *Gets the taxName value. It further defines tax and jurisdiction. *
@see GetTaxResults * @return decimal */ public function getTaxName() {return $this->TaxName; } /** * Gets the taxAuthorityType value for this TaxDetail. *Gets the taxAuthorityType value for this TaxDetail. *
@see GetTaxResults * @return decimal */ public function getTaxAuthorityType() {return $this->TaxAuthorityType; } //@author:swetal public function getCountry(){ return $this->Country;} public function getRegion(){ return $this->Region;} public function getTaxCalculated(){ return $this->TaxCalculated;} public function getTaxGroup(){ return $this->TaxGroup;} } ?>