Table of Contents

Class OrderStatus

Namespace
CMS.Commerce
Assembly
CMS.Commerce.dll

Order status that describes in which part of the order processing the order is.

public sealed class OrderStatus
Inheritance
object
OrderStatus
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