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