Defines the current step of a purchase order.

Variables

@:value(cast "Available")@:impl@:enuminlineread onlyAvailable:OrderStep = "Available"

The service or subscription is available.

@:value(cast "Delivered")@:impl@:enuminlineread onlyDelivered:OrderStep = "Delivered"

The order has been delivered.

@:value(cast "InProduction")@:impl@:enuminlineread onlyInProduction:OrderStep = "InProduction"

The order is in production.

@:value(cast "Shipped")@:impl@:enuminlineread onlyShipped:OrderStep = "Shipped"

The order has been shipped.