Previous Docs Version

The documentation you are viewing is for a previous version of the Vendr product. Click here to jump to the current stable version.

TaxRate

API reference for TaxRate in Vendr, the eCommerce solution for Umbraco v8+

TaxRate

public class TaxRate : ValueObjectBase

Inheritance

Namespace

Constructors

TaxRate

public TaxRate(decimal value)

Fields

ZeroValue

public static TaxRate ZeroValue;

Properties

Value

public decimal Value { get; }

Methods

DeepClone

public override object DeepClone()

ToString

public override string ToString()

Operators

TaxRate Addition (1 of 2)

public static decimal operator +(decimal value, TaxRate taxRate)

TaxRate Addition (2 of 2)

public static decimal operator +(TaxRate taxRate, decimal value)

TaxRate Implicit (1 of 2)

public static implicit operator TaxRate(decimal value)

TaxRate Implicit (2 of 2)

public static implicit operator decimal(TaxRate taxRate)

TaxRate Multiply (1 of 2)

public static decimal operator *(decimal value, TaxRate taxRate)

TaxRate Multiply (2 of 2)

public static decimal operator *(TaxRate taxRate, decimal value)

Edit this page on GitHub

Site + logo design © 2025 Outfield Digital Ltd. Content contributions licensed under MIT.
Vendr® is a Registered Trademark of Outfield Digital Ltd.