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.CartDiscounts.ISelectionMode Interface Reference

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

Inherited by commercetools.Sdk.Api.Models.CartDiscounts.SelectionModeWrapper.

Static Public Member Functions

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

Static Public Attributes

static ISelectionMode Cheapest
 
static ISelectionMode MostExpensive
 

Properties

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

Member Function Documentation

◆ FindEnum()

static ISelectionMode commercetools.Sdk.Api.Models.CartDiscounts.ISelectionMode.FindEnum ( string  value)
inlinestatic

◆ Values()

static ISelectionMode[] commercetools.Sdk.Api.Models.CartDiscounts.ISelectionMode.Values ( )
inlinestatic

Member Data Documentation

◆ Cheapest

ISelectionMode commercetools.Sdk.Api.Models.CartDiscounts.ISelectionMode.Cheapest
static
Initial value:
= new SelectionModeWrapper
{ Value = SelectionMode.Cheapest, JsonName = "Cheapest" }
string JsonName
Definition IJsonName.cs:5
SelectionMode? Value
Definition SelectionMode.cs:49
SelectionMode
Definition SelectionMode.cs:12

◆ MostExpensive

ISelectionMode commercetools.Sdk.Api.Models.CartDiscounts.ISelectionMode.MostExpensive
static
Initial value:
= new SelectionModeWrapper
{ Value = SelectionMode.MostExpensive, JsonName = "MostExpensive" }

Property Documentation

◆ Value

SelectionMode? commercetools.Sdk.Api.Models.CartDiscounts.ISelectionMode.Value
get

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