Class OrderProduct
Namespace: BusinessSharedKernel.Emailing
Assembly: BusinessSharedKernel.dll
public sealed class OrderProduct
Inheritance
object ← OrderProduct
Inherited Members
object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)
Properties
PriceExcludingVat
public double PriceExcludingVat { get; }
Property Value
PriceIncludingVat
public double PriceIncludingVat { get; init; }
Property Value
Quantity
public int Quantity { get; init; }
Property Value
VatRate
public VatRate? VatRate { get; init; }
Property Value
Last modified: 21 May 2024