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.

AdjustedAmount

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

AdjustedAmount

public class AdjustedAmount : IDeepCloneable

Inheritance

Namespace

Properties

Adjustment

public virtual Amount Adjustment { get; set; }

Adjustments

public virtual List<AmountAdjustment> Adjustments { get; }

Value

public virtual Amount Value { get; set; }

WithoutAdjustments

public virtual Amount WithoutAdjustments { get; set; }

Methods

ZeroValue

public static AdjustedAmount ZeroValue(Guid currencyId)

AsReadOnly

public virtual ReadOnlyAdjustedAmount AsReadOnly()

DeepClone

public virtual object DeepClone()

GetHashCode

public override int GetHashCode()

ToString

public override string ToString()

Operators

AdjustedAmount Implicit (1 of 2)

public static implicit operator Amount(AdjustedAmount adjustedAmount)

AdjustedAmount Implicit (2 of 2)

public static implicit operator decimal(AdjustedAmount adjustedAmount)

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.