Package DE_EPAGES::Tax::API::TLE::TaxMatrixHandler
Implements TLE functions for tax matrix
Functions
RegisterHandlerProc
this function registers this attribute handle on the processor via hook function on hook TLEProcessorRegistration
Syntax |
$RegisterHandlerProc( $hParams ); |
Input |
|
TaxAreasByCountryID
Returns the TaxArea for a given countryid
Syntax |
#FUNCTION("TaxAreasByCountryID", #TaxMatrix, #CountryID) |
Input |
|
TaxRateForDefaultTaxArea
Returns the tax rate for the tax class in default tax area of shop
Syntax |
#FUNCTION("TaxRateForDefaultTaxArea", #Shop.Object, #TaxClass.Object) |
Input |
|
new
create a new handler
Syntax |
$Handler = new DE_EPAGES::Tax::API::TLE::TaxMatrixHandler; |
Example |
my $PrefixHandler = new DE_EPAGES::Tax::API::TLE::TaxMatrixHandler; |
Return |
|
register
this function register this handle on the processor
Syntax |
$Handler->register( $Processor ); |
Input |
|