ITax | |
public interface ITaxEntityService : ITaxQueryService, IBusinessService
The ITaxEntityService type exposes the following members.
| Name | Description | |
|---|---|---|
| Create | Creates a new Tax | |
| Delete | Deletes the specified Tax. | |
| Get |
Gets a list of Taxes matching the specified filter.
(Inherited from ITaxQueryService) | |
| GetAll |
Gets all Taxes
(Inherited from ITaxQueryService) | |
| GetSingle |
Gets a single Tax matching the provided filter.
(Inherited from ITaxQueryService) | |
| Update | Updates the specified Tax |