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.IReturnShipmentState Interface Reference

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

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

Static Public Member Functions

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

Static Public Attributes

static IReturnShipmentState Advised
 
static IReturnShipmentState Returned
 
static IReturnShipmentState BackInStock
 
static IReturnShipmentState Unusable
 

Properties

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

Member Function Documentation

◆ FindEnum()

static IReturnShipmentState commercetools.Sdk.HistoryApi.Models.Common.IReturnShipmentState.FindEnum ( string  value)
inlinestatic

◆ Values()

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

Member Data Documentation

◆ Advised

IReturnShipmentState commercetools.Sdk.HistoryApi.Models.Common.IReturnShipmentState.Advised
static
Initial value:
= new ReturnShipmentStateWrapper
{ Value = ReturnShipmentState.Advised, JsonName = "Advised" }
string JsonName
Definition IJsonName.cs:5
ReturnShipmentState? Value
Definition ReturnShipmentState.cs:61
ReturnShipmentState
Definition ReturnShipmentState.cs:12

◆ BackInStock

IReturnShipmentState commercetools.Sdk.HistoryApi.Models.Common.IReturnShipmentState.BackInStock
static
Initial value:
= new ReturnShipmentStateWrapper
{ Value = ReturnShipmentState.BackInStock, JsonName = "BackInStock" }

◆ Returned

IReturnShipmentState commercetools.Sdk.HistoryApi.Models.Common.IReturnShipmentState.Returned
static
Initial value:
= new ReturnShipmentStateWrapper
{ Value = ReturnShipmentState.Returned, JsonName = "Returned" }

◆ Unusable

IReturnShipmentState commercetools.Sdk.HistoryApi.Models.Common.IReturnShipmentState.Unusable
static
Initial value:
= new ReturnShipmentStateWrapper
{ Value = ReturnShipmentState.Unusable, JsonName = "Unusable" }

Property Documentation

◆ Value

ReturnShipmentState? commercetools.Sdk.HistoryApi.Models.Common.IReturnShipmentState.Value
get

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