Owneat Technical Guide main Help

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

double

PriceIncludingVat

public double PriceIncludingVat { get; init; }

Property Value

double

Quantity

public int Quantity { get; init; }

Property Value

int

VatRate

public VatRate? VatRate { get; init; }

Property Value

VatRate?

Last modified: 21 May 2024