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.Carts.ICartState Interface Reference

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

Inherited by commercetools.Sdk.Api.Models.Carts.CartStateWrapper.

Static Public Member Functions

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

Static Public Attributes

static ICartState Active
 
static ICartState Merged
 
static ICartState Ordered
 
static ICartState Frozen
 

Properties

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

Member Function Documentation

◆ FindEnum()

static ICartState commercetools.Sdk.Api.Models.Carts.ICartState.FindEnum ( string  value)
inlinestatic

◆ Values()

static ICartState[] commercetools.Sdk.Api.Models.Carts.ICartState.Values ( )
inlinestatic

Member Data Documentation

◆ Active

ICartState commercetools.Sdk.Api.Models.Carts.ICartState.Active
static
Initial value:
= new CartStateWrapper
{ Value = CartState.Active, JsonName = "Active" }
string JsonName
Definition IJsonName.cs:5
CartState? Value
Definition CartState.cs:61
CartState
Definition CartState.cs:12

◆ Frozen

ICartState commercetools.Sdk.Api.Models.Carts.ICartState.Frozen
static
Initial value:
= new CartStateWrapper
{ Value = CartState.Frozen, JsonName = "Frozen" }

◆ Merged

ICartState commercetools.Sdk.Api.Models.Carts.ICartState.Merged
static
Initial value:
= new CartStateWrapper
{ Value = CartState.Merged, JsonName = "Merged" }

◆ Ordered

ICartState commercetools.Sdk.Api.Models.Carts.ICartState.Ordered
static
Initial value:
= new CartStateWrapper
{ Value = CartState.Ordered, JsonName = "Ordered" }

Property Documentation

◆ Value

CartState? commercetools.Sdk.Api.Models.Carts.ICartState.Value
get

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