Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Interface ITaxValue

Represents taxes to be applied to order.

Namespace: EPiServer.Commerce.Order
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
Syntax
public interface ITaxValue

Properties

DisplayName

Gets the display name.

Declaration
string DisplayName { get; }
Property Value
Type Description
System.String

The display name.

Name

Gets the name.

Declaration
string Name { get; }
Property Value
Type Description
System.String

The name.

Percentage

Gets the tax percentage.

Declaration
double Percentage { get; }
Property Value
Type Description
System.Double

The percentage.

TaxType

Gets the TaxType

Declaration
TaxType TaxType { get; }
Property Value
Type Description
TaxType

The tax type.