Click or drag to resize
DefaultTaxEstimationServiceGetExtractionRate Method
Returns rate for tax extraction.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
protected virtual decimal GetExtractionRate(
	decimal rate
)

Parameters

rate
Type: SystemDecimal
Tax rate (0..1).

Return Value

Type: Decimal
Remarks
Returned value is not rounded.
See Also