Owneat Technical Guide main Help

Class LineItemCommand

Namespace: Ordering.Application.Requests.Handlers.Order
Assembly: Ordering.Application.dll

public sealed class LineItemCommand

Inheritance

object ← LineItemCommand

Inherited Members

object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)

Properties

CategoryProductData

public CategoryProductData? CategoryProductData { get; init; }

Property Value

CategoryProductData?

ExternalPaymentId

[Required] public string ExternalPaymentId { get; init; }

Property Value

string

Instructions

public string? Instructions { get; init; }

Property Value

string?

Name

[Required] public string Name { get; init; }

Property Value

string

Personalizations

public List<OrderLinePersonalization> Personalizations { get; init; }

Property Value

List <OrderLinePersonalization\>

ProductId

[Required] public Guid ProductId { get; init; }

Property Value

Guid

Quantity

[Required] public int Quantity { get; init; }

Property Value

int

UnitPrice

[Required] public double UnitPrice { get; init; }

Property Value

double

VatRate

public VatRate? VatRate { get; init; }

Property Value

VatRate?

Last modified: 21 May 2024