Package DE_EPAGES::Shop::API::ShopTaxClass
Offers methods to work with the TaxClasses of a shop.
Functions
getAvailableTaxClasses
Returns all available tax classes of a shop. All tax classes are found by getting the tax classes that are assigned to the TaxMatrix and the TaxMatrixDigital of the shop.
Syntax |
getAvailableTaxClasses( ); |
Return |
|
loadTaxClassbyGUID
Loads the tax class by GUID and checks if it belongs to the shop.
Syntax |
loadTaxClassbyGUID( $GUID ); |
Input |
|
Return |
|
new
Constructor
Syntax |
new( $Shop ); |
Input |
|
Return |
|