Package DE_EPAGES::TaxUS::API::Object::TaxMatrixUS
object interface for TaxMatrixUS.
Base |
DE_EPAGES::Tax::API::Object::TaxMatrix |
Functions
clone
Inserts a new object into the database as copy from old object. This function copies also tax rates of the matrix, which are no objects.
Syntax |
$Clone = $Object->clone( $hInfo ); $Clone = $Object->clone( $hInfo, $Recursive ); |
Input |
|
Return |
|
defaultTaxArea
Gets the default tax area of the matrix
Syntax |
$TaxArea = $TaxMatrixUS->defaultTaxAreaUS; |
Return |
|
defaultTaxClass
Gets the default tax class of the matrix
Syntax |
$TaxClass = $TaxMatrixUS->defaultTaxClass; |
Return |
|
taxRate
Tax rate of matrix defined by tax area and class.
Syntax |
$TaxRate = $TaxMatrix->taxRate($Area, $Class); |
Input |
|
Return |
|