London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface ITaxValue

Represents taxes to be applied to order.

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