Class ProductRequest
Namespace: Ordering.Domain.Aggregates.OrderAggregate.Assets
Assembly: Ordering.Domain.dll
public class ProductRequest
Inheritance
object ← ProductRequest
Inherited Members
object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.MemberwiseClone\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)
Properties
Instructions
[MaxLength(200)]
public string? Instructions { get; init; }
Property Value
Personalizations
[MaxLength(500)]
public string? Personalizations { get; init; }
Property Value
ProductId
[Required]
public Guid ProductId { get; init; }
Property Value
Quantity
[Required]
public int Quantity { get; init; }
Property Value
Last modified: 21 May 2024