commercetools.Sdk
The commercetools platform, import-api and C# sdks generated from our api reference.
Loading...
Searching...
No Matches
Static Public Member Functions | Static Public Attributes | Properties
commercetools.Sdk.Api.Models.Orders.IShipmentState Interface Reference

Inherits commercetools.Base.Models.IJsonName, and IEnumerable< char >.

Inherited by commercetools.Sdk.Api.Models.Orders.ShipmentStateWrapper.

Static Public Member Functions

static IShipmentState[] Values ()
 
static IShipmentState FindEnum (string value)
 

Static Public Attributes

static IShipmentState Shipped
 
static IShipmentState Delivered
 
static IShipmentState Ready
 
static IShipmentState Pending
 
static IShipmentState Delayed
 
static IShipmentState Partial
 
static IShipmentState Backorder
 

Properties

ShipmentStateValue [get]
 
- Properties inherited from commercetools.Base.Models.IJsonName
string JsonName [get]
 

Member Function Documentation

◆ FindEnum()

static IShipmentState commercetools.Sdk.Api.Models.Orders.IShipmentState.FindEnum ( string  value)
inlinestatic

◆ Values()

static IShipmentState[] commercetools.Sdk.Api.Models.Orders.IShipmentState.Values ( )
inlinestatic

Member Data Documentation

◆ Backorder

IShipmentState commercetools.Sdk.Api.Models.Orders.IShipmentState.Backorder
static
Initial value:
= new ShipmentStateWrapper
{ Value = ShipmentState.Backorder, JsonName = "Backorder" }
string JsonName
Definition IJsonName.cs:5
ShipmentState? Value
Definition ShipmentState.cs:79
ShipmentState
Definition ShipmentState.cs:12

◆ Delayed

IShipmentState commercetools.Sdk.Api.Models.Orders.IShipmentState.Delayed
static
Initial value:
= new ShipmentStateWrapper
{ Value = ShipmentState.Delayed, JsonName = "Delayed" }

◆ Delivered

IShipmentState commercetools.Sdk.Api.Models.Orders.IShipmentState.Delivered
static
Initial value:
= new ShipmentStateWrapper
{ Value = ShipmentState.Delivered, JsonName = "Delivered" }

◆ Partial

IShipmentState commercetools.Sdk.Api.Models.Orders.IShipmentState.Partial
static
Initial value:
= new ShipmentStateWrapper
{ Value = ShipmentState.Partial, JsonName = "Partial" }

◆ Pending

IShipmentState commercetools.Sdk.Api.Models.Orders.IShipmentState.Pending
static
Initial value:
= new ShipmentStateWrapper
{ Value = ShipmentState.Pending, JsonName = "Pending" }

◆ Ready

IShipmentState commercetools.Sdk.Api.Models.Orders.IShipmentState.Ready
static
Initial value:
= new ShipmentStateWrapper
{ Value = ShipmentState.Ready, JsonName = "Ready" }

◆ Shipped

IShipmentState commercetools.Sdk.Api.Models.Orders.IShipmentState.Shipped
static
Initial value:
= new ShipmentStateWrapper
{ Value = ShipmentState.Shipped, JsonName = "Shipped" }

Property Documentation

◆ Value

ShipmentState? commercetools.Sdk.Api.Models.Orders.IShipmentState.Value
get

The documentation for this interface was generated from the following file: