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

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

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

Static Public Member Functions

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

Static Public Attributes

static IStagedQuoteState InProgress
 
static IStagedQuoteState Sent
 
static IStagedQuoteState Closed
 

Properties

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

Member Function Documentation

◆ FindEnum()

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

◆ Values()

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

Member Data Documentation

◆ Closed

IStagedQuoteState commercetools.Sdk.HistoryApi.Models.Common.IStagedQuoteState.Closed
static
Initial value:
= new StagedQuoteStateWrapper
{ Value = StagedQuoteState.Closed, JsonName = "Closed" }
string JsonName
Definition IJsonName.cs:5
StagedQuoteState? Value
Definition StagedQuoteState.cs:55
StagedQuoteState
Definition StagedQuoteState.cs:12

◆ InProgress

IStagedQuoteState commercetools.Sdk.HistoryApi.Models.Common.IStagedQuoteState.InProgress
static
Initial value:
= new StagedQuoteStateWrapper
{ Value = StagedQuoteState.InProgress, JsonName = "InProgress" }

◆ Sent

IStagedQuoteState commercetools.Sdk.HistoryApi.Models.Common.IStagedQuoteState.Sent
static
Initial value:
= new StagedQuoteStateWrapper
{ Value = StagedQuoteState.Sent, JsonName = "Sent" }

Property Documentation

◆ Value

StagedQuoteState? commercetools.Sdk.HistoryApi.Models.Common.IStagedQuoteState.Value
get

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