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

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

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

Static Public Member Functions

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

Static Public Attributes

static IShippingMethodState DoesNotMatchCart
 
static IShippingMethodState MatchesCart
 

Properties

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

Member Function Documentation

◆ FindEnum()

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

◆ Values()

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

Member Data Documentation

◆ DoesNotMatchCart

IShippingMethodState commercetools.Sdk.Api.Models.Carts.IShippingMethodState.DoesNotMatchCart
static
Initial value:
= new ShippingMethodStateWrapper
{ Value = ShippingMethodState.DoesNotMatchCart, JsonName = "DoesNotMatchCart" }
string JsonName
Definition IJsonName.cs:5
ShippingMethodState? Value
Definition ShippingMethodState.cs:49
ShippingMethodState
Definition ShippingMethodState.cs:12

◆ MatchesCart

IShippingMethodState commercetools.Sdk.Api.Models.Carts.IShippingMethodState.MatchesCart
static
Initial value:
= new ShippingMethodStateWrapper
{ Value = ShippingMethodState.MatchesCart, JsonName = "MatchesCart" }

Property Documentation

◆ Value

ShippingMethodState? commercetools.Sdk.Api.Models.Carts.IShippingMethodState.Value
get

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