Try our conversational search powered by Generative AI!

Interface ITaxValue

Represents taxes to be applied to order.

Namespace: EPiServer.Commerce.Order
Assembly: Mediachase.Commerce.dll
Version: 12.17.2
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.