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

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

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

Static Public Member Functions

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

Static Public Attributes

static IShippingRateTierType CartValue
 
static IShippingRateTierType CartClassification
 
static IShippingRateTierType CartScore
 

Properties

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

Member Function Documentation

◆ FindEnum()

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

◆ Values()

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

Member Data Documentation

◆ CartClassification

IShippingRateTierType commercetools.Sdk.HistoryApi.Models.Common.IShippingRateTierType.CartClassification
static
Initial value:
= new ShippingRateTierTypeWrapper
{ Value = ShippingRateTierType.CartClassification, JsonName = "CartClassification" }
string JsonName
Definition IJsonName.cs:5
ShippingRateTierType? Value
Definition ShippingRateTierType.cs:55
ShippingRateTierType
Definition ShippingRateTierType.cs:12

◆ CartScore

IShippingRateTierType commercetools.Sdk.HistoryApi.Models.Common.IShippingRateTierType.CartScore
static
Initial value:
= new ShippingRateTierTypeWrapper
{ Value = ShippingRateTierType.CartScore, JsonName = "CartScore" }

◆ CartValue

IShippingRateTierType commercetools.Sdk.HistoryApi.Models.Common.IShippingRateTierType.CartValue
static
Initial value:
= new ShippingRateTierTypeWrapper
{ Value = ShippingRateTierType.CartValue, JsonName = "CartValue" }

Property Documentation

◆ Value

ShippingRateTierType? commercetools.Sdk.HistoryApi.Models.Common.IShippingRateTierType.Value
get

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