AdjustedAmount
public class AdjustedAmount : IDeepCloneable
Inheritance
- interface IDeepCloneable
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)