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
Instructions
public string? Instructions { get; init; }
Property Value
Name
[Required]
public string Name { get; init; }
Property Value
Personalizations
public List<OrderLinePersonalization> Personalizations { get; init; }
Property Value
List <OrderLinePersonalization\>
ProductId
[Required]
public Guid ProductId { get; init; }
Property Value
Quantity
[Required]
public int Quantity { get; init; }
Property Value
UnitPrice
[Required]
public double UnitPrice { get; init; }
Property Value
VatRate
public VatRate? VatRate { get; init; }
Property Value
VatRate?
Last modified: 21 May 2024