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.HistoryApi.Models.Common.IShipmentState Interface Reference

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

Inherited by commercetools.Sdk.HistoryApi.Models.Common.ShipmentStateWrapper.

Static Public Member Functions

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

Static Public Attributes

static IShipmentState Shipped
 
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.HistoryApi.Models.Common.IShipmentState.FindEnum ( string  value)
inlinestatic

◆ Values()

static IShipmentState[] commercetools.Sdk.HistoryApi.Models.Common.IShipmentState.Values ( )
inlinestatic

Member Data Documentation

◆ Backorder

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

◆ Delayed

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

◆ Partial

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

◆ Pending

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

◆ Ready

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

◆ Shipped

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

Property Documentation

◆ Value

ShipmentState? commercetools.Sdk.HistoryApi.Models.Common.IShipmentState.Value
get

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