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.ImportApi.Models.Orders.IRoundingMode Interface Reference

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

Inherited by commercetools.Sdk.ImportApi.Models.Orders.RoundingModeWrapper.

Static Public Member Functions

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

Static Public Attributes

static IRoundingMode HalfEven
 
static IRoundingMode HalfUp
 
static IRoundingMode HalfDown
 

Properties

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

Member Function Documentation

◆ FindEnum()

static IRoundingMode commercetools.Sdk.ImportApi.Models.Orders.IRoundingMode.FindEnum ( string  value)
inlinestatic

◆ Values()

static IRoundingMode[] commercetools.Sdk.ImportApi.Models.Orders.IRoundingMode.Values ( )
inlinestatic

Member Data Documentation

◆ HalfDown

IRoundingMode commercetools.Sdk.ImportApi.Models.Orders.IRoundingMode.HalfDown
static
Initial value:
= new RoundingModeWrapper
{ Value = RoundingMode.HalfDown, JsonName = "HalfDown" }
string JsonName
Definition IJsonName.cs:5
RoundingMode? Value
Definition RoundingMode.cs:55
RoundingMode
Definition RoundingMode.cs:12

◆ HalfEven

IRoundingMode commercetools.Sdk.ImportApi.Models.Orders.IRoundingMode.HalfEven
static
Initial value:
= new RoundingModeWrapper
{ Value = RoundingMode.HalfEven, JsonName = "HalfEven" }

◆ HalfUp

IRoundingMode commercetools.Sdk.ImportApi.Models.Orders.IRoundingMode.HalfUp
static
Initial value:
= new RoundingModeWrapper
{ Value = RoundingMode.HalfUp, JsonName = "HalfUp" }

Property Documentation

◆ Value

RoundingMode? commercetools.Sdk.ImportApi.Models.Orders.IRoundingMode.Value
get

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