ClaimsGetClaimsTaxRate Method

Returns the sales tax rate of pending claims matching one or more supplied search parameters.

Namespace:  IAS
Assembly:  Claims (in Claims.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IClaimsGetClaimsTaxRateResponseType GetClaimsTaxRate(
	IClaimsGetClaimsTaxRateRequestType request
)

Parameters

request
Type: IASIClaimsGetClaimsTaxRateRequestType
Authentication information and search parameters.

Return Value

Type: IClaimsGetClaimsTaxRateResponseType
One or more objects representing the pending claims found during the search process.

Implements

IClaimsGetClaimsTaxRate(IClaimsGetClaimsTaxRateRequestType)
See Also