The CSaleOrderTax class is used to create taxes; apply taxes to orders and to
obtain information about taxes.
Methods
Method | Description |
Add |
Adds a new amount of tax to an order. |
CountTaxes |
Calculates the total amount of specified taxes
applied to a product with the specified price. |
Delete |
Deletes the specified tax amount. |
DeleteEx |
Deletes all taxes from the specified order. |
GetByID |
Retrieves parameters of the specified tax amount. |
GetList |
Returns an optionally sorted and filtered list of
tax amounts. |
Update |
Replaces the tax amount parameters with the new
ones from the supplied array. |