Click or drag to resize
Infosoft Logo

ITaxServiceGetAllTaxes Method

Gets all the taxes in the database.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Configurations
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
GetTaxesResponse GetAllTaxes(
	GetTaxesRequest request
)

Parameters

request  GetTaxesRequest
An empty request object.

Return Value

GetTaxesResponse
A response object that contains a list of taxes.
See Also