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 |
|
TaxAreaByCountryID
Returns the TaxArea for a given countryid
Syntax |
#FUNCTION("TaxAreaByCountryID", #TaxMatrix, #CountryID, #ZipcodeFrom, $ZipcodeTo) |
Input |
|
TaxRateForDefaultTaxArea
Returns the tax rate for the tax class in default tax area of shop
Syntax |
#FUNCTION("TaxRateForDefaultTaxArea", #Shop.Object, #TaxClass.Object) |
Input |
|
ZipcodesForCountry
Returns the Zipcodes with TaxArea for a country.
Syntax |
#FUNCTION("ZipcodesForCountry", #TaxMatrix, #CountryID) |
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 |
|