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.Me.IMyQuoteState Interface Reference

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

Inherited by commercetools.Sdk.Api.Models.Me.MyQuoteStateWrapper.

Static Public Member Functions

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

Static Public Attributes

static IMyQuoteState Declined
 
static IMyQuoteState Accepted
 

Properties

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

Member Function Documentation

◆ FindEnum()

static IMyQuoteState commercetools.Sdk.Api.Models.Me.IMyQuoteState.FindEnum ( string  value)
inlinestatic

◆ Values()

static IMyQuoteState[] commercetools.Sdk.Api.Models.Me.IMyQuoteState.Values ( )
inlinestatic

Member Data Documentation

◆ Accepted

IMyQuoteState commercetools.Sdk.Api.Models.Me.IMyQuoteState.Accepted
static
Initial value:
= new MyQuoteStateWrapper
{ Value = MyQuoteState.Accepted, JsonName = "Accepted" }
string JsonName
Definition IJsonName.cs:5
MyQuoteState? Value
Definition MyQuoteState.cs:49
MyQuoteState
Definition MyQuoteState.cs:12

◆ Declined

IMyQuoteState commercetools.Sdk.Api.Models.Me.IMyQuoteState.Declined
static
Initial value:
= new MyQuoteStateWrapper
{ Value = MyQuoteState.Declined, JsonName = "Declined" }

Property Documentation

◆ Value

MyQuoteState? commercetools.Sdk.Api.Models.Me.IMyQuoteState.Value
get

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