Class OrderStatus
Order status that describes in which part of the order processing the order is.
public sealed class OrderStatus
- Inheritance
-
objectOrderStatus
- Extension Methods
Constructors
OrderStatus()
public OrderStatus()
Properties
Identifier
Code name of the status for identification.
public string Identifier { get; init; }
Property Value
- string
Name
Display name of the status.
public string Name { get; init; }
Property Value
- string