Owneat Technical Guide main Help

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

string?

Personalizations

[MaxLength(500)] public string? Personalizations { get; init; }

Property Value

string?

ProductId

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

Property Value

Guid

Quantity

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

Property Value

int

Last modified: 21 May 2024