Use the CSaleTax class to create, modify, delete or retrieve
information about the taxes or tax exempts.
Methods
Method | Description |
Update |
Replaces parameters of the specified tax with the new ones. |
Delete |
Deletes the specified tax. This also deletes all rates and exempts of this
tax. |
GetByID |
Returns parameters of the specified tax. |
GetList |
Returns an optionally sorted and filtered list of taxes. |
GetExemptList |
Retrieves a filtered set of tax exempt records from the tax exempt registry. |
AddExempt |
Adds a new record to the tax exempt registry. |
DeleteExempt |
Deletes tax exempts according to the
specified filter from the tax exempt register. |
Add |
Creates a new tax given its parameters. |