ReadOnlyDiscountedPrice
public class ReadOnlyDiscountedPrice : IDeepCloneable
Inheritance
- interface IDeepCloneable
Namespace
Properties
Discount
public virtual Price Discount { get; }
Discounts
public virtual IReadOnlyCollection<AppliedDiscount> Discounts { get; }
Value
public virtual Price Value { get; }
WithoutDiscounts
public virtual Price WithoutDiscounts { get; }
Methods
ZeroValue
public static ReadOnlyDiscountedPrice ZeroValue(Guid currencyId)
DeepClone
public virtual object DeepClone()
GetHashCode
public override int GetHashCode()
ToString
public override string ToString()
Operators
ReadOnlyDiscountedPrice Implicit (1 of 2)
public static implicit operator Price(ReadOnlyDiscountedPrice discountedPrice)
ReadOnlyDiscountedPrice Implicit (2 of 2)
public static implicit operator decimal(ReadOnlyDiscountedPrice discountedPrice)