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

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

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

Static Public Member Functions

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

Static Public Attributes

static IInventoryMode None
 
static IInventoryMode TrackOnly
 
static IInventoryMode ReserveOnOrder
 

Properties

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

Member Function Documentation

◆ FindEnum()

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

◆ Values()

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

Member Data Documentation

◆ None

IInventoryMode commercetools.Sdk.Api.Models.Carts.IInventoryMode.None
static
Initial value:
= new InventoryModeWrapper
{ Value = InventoryMode.None, JsonName = "None" }
string JsonName
Definition IJsonName.cs:5
InventoryMode? Value
Definition InventoryMode.cs:55
InventoryMode
Definition InventoryMode.cs:12

◆ ReserveOnOrder

IInventoryMode commercetools.Sdk.Api.Models.Carts.IInventoryMode.ReserveOnOrder
static
Initial value:
= new InventoryModeWrapper
{ Value = InventoryMode.ReserveOnOrder, JsonName = "ReserveOnOrder" }

◆ TrackOnly

IInventoryMode commercetools.Sdk.Api.Models.Carts.IInventoryMode.TrackOnly
static
Initial value:
= new InventoryModeWrapper
{ Value = InventoryMode.TrackOnly, JsonName = "TrackOnly" }

Property Documentation

◆ Value

InventoryMode? commercetools.Sdk.Api.Models.Carts.IInventoryMode.Value
get

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