AAAAhome/academiac/www/plugins/vmcalculation/avalara/classes/TaxLine.class.php000060400000005554151373125170022770 0ustar00No; } /** * Accessor * @return string */ public function getTaxCode() { return $this->TaxCode; } /** * Accessor * @return boolean */ public function getTaxability() { return $this->Taxability; } /** * Accessor * @see BoundaryLevel * @return string */ public function getBoundaryLevel() { return $this->BoundaryLevel; } /** * Accessor * @return decimal */ public function getExemption() { return $this->Exemption; } /** * Accessor * @return decimal */ public function getDiscount() { return $this->Discount; } /** * Accessor * @return decimal */ public function getTaxable() { return $this->Taxable; } /** * Accessor * @return decimal */ public function getRate() { return $this->Rate; } /** * Accessor * @return string */ public function getTax() { return $this->Tax; } /** * Accessor * @return decimal */ public function getTaxDetails() { return EnsureIsArray($this->TaxDetails->TaxDetail); } /** * Accessor * @return int */ public function getExemptCertId() { return $this->ExemptCertId; } /** * Accessor * @return decimal */ public function getTaxCalculated(){ return $this->TaxCalculated; } //decimalt public function getReportingDate(){ return $this->ReportingDate;} //date public function getAccountingMethod(){ return $this->AccountingMethod;}//String /** * True if tax is included in the line. * @param boolean */ public function setTaxIncluded($value) { $this->TaxIncluded=$value; } /** * True if tax is included in the line. * @return boolean */ public function getTaxIncluded() { return $this->TaxIncluded; } } ?>