0byt3m1n1-V2
Path:
/
home
/
academiac
/
www
/
plugins
/
vmcalculation
/
avalara
/
classes
/
[
Home
]
File: TaxType.class.php
<?php if (!defined('_JEXEC')) die('Direct Access to ' . basename(__FILE__) . ' is not allowed.'); /** * TaxType.class.php */ /** * The Type of the tax. * * @author Avalara * @copyright � 2004 - 2011 Avalara, Inc. All rights reserved. * @package Tax */ class TaxType// extends Enum { public static $Sales = 'Sales'; public static $Use = 'Use'; public static $ConsumerUse = 'ConsumerUse'; /* public static function Values() { return array( $TaxType::$Sales, $TaxType::$Use, $TaxType::$ConsumerUse ); } // Unfortunate boiler plate due to polymorphism issues on static functions public static function Validate($value) { self::__Validate($value,self::Values(),__CLASS__); } */ } ?>
©
2018.