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

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

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

Static Public Member Functions

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

Static Public Attributes

static IQuoteState Pending
 
static IQuoteState Declined
 
static IQuoteState DeclinedForRenegotiation
 
static IQuoteState Accepted
 
static IQuoteState Failed
 
static IQuoteState Withdrawn
 

Properties

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

Member Function Documentation

◆ FindEnum()

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

◆ Values()

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

Member Data Documentation

◆ Accepted

IQuoteState commercetools.Sdk.HistoryApi.Models.Common.IQuoteState.Accepted
static
Initial value:
= new QuoteStateWrapper
{ Value = QuoteState.Accepted, JsonName = "Accepted" }
string JsonName
Definition IJsonName.cs:5
QuoteState? Value
Definition QuoteState.cs:73
QuoteState
Definition QuoteState.cs:12

◆ Declined

IQuoteState commercetools.Sdk.HistoryApi.Models.Common.IQuoteState.Declined
static
Initial value:
= new QuoteStateWrapper
{ Value = QuoteState.Declined, JsonName = "Declined" }

◆ DeclinedForRenegotiation

IQuoteState commercetools.Sdk.HistoryApi.Models.Common.IQuoteState.DeclinedForRenegotiation
static
Initial value:
= new QuoteStateWrapper
{ Value = QuoteState.DeclinedForRenegotiation, JsonName = "DeclinedForRenegotiation" }

◆ Failed

IQuoteState commercetools.Sdk.HistoryApi.Models.Common.IQuoteState.Failed
static
Initial value:
= new QuoteStateWrapper
{ Value = QuoteState.Failed, JsonName = "Failed" }

◆ Pending

IQuoteState commercetools.Sdk.HistoryApi.Models.Common.IQuoteState.Pending
static
Initial value:
= new QuoteStateWrapper
{ Value = QuoteState.Pending, JsonName = "Pending" }

◆ Withdrawn

IQuoteState commercetools.Sdk.HistoryApi.Models.Common.IQuoteState.Withdrawn
static
Initial value:
= new QuoteStateWrapper
{ Value = QuoteState.Withdrawn, JsonName = "Withdrawn" }

Property Documentation

◆ Value

QuoteState? commercetools.Sdk.HistoryApi.Models.Common.IQuoteState.Value
get

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