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

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

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

Static Public Member Functions

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

Static Public Attributes

static IStackingMode Stacking
 
static IStackingMode StopAfterThisDiscount
 

Properties

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

Member Function Documentation

◆ FindEnum()

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

◆ Values()

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

Member Data Documentation

◆ Stacking

IStackingMode commercetools.Sdk.HistoryApi.Models.Common.IStackingMode.Stacking
static
Initial value:
= new StackingModeWrapper
{ Value = StackingMode.Stacking, JsonName = "Stacking" }
string JsonName
Definition IJsonName.cs:5
StackingMode? Value
Definition StackingMode.cs:49
StackingMode
Definition StackingMode.cs:12

◆ StopAfterThisDiscount

IStackingMode commercetools.Sdk.HistoryApi.Models.Common.IStackingMode.StopAfterThisDiscount
static
Initial value:
= new StackingModeWrapper
{ Value = StackingMode.StopAfterThisDiscount, JsonName = "StopAfterThisDiscount" }

Property Documentation

◆ Value

StackingMode? commercetools.Sdk.HistoryApi.Models.Common.IStackingMode.Value
get

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