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

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

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

Static Public Member Functions

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

Static Public Attributes

static ITaxMode Platform
 
static ITaxMode External
 
static ITaxMode ExternalAmount
 
static ITaxMode Disabled
 

Properties

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

Member Function Documentation

◆ FindEnum()

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

◆ Values()

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

Member Data Documentation

◆ Disabled

ITaxMode commercetools.Sdk.HistoryApi.Models.Common.ITaxMode.Disabled
static
Initial value:
= new TaxModeWrapper
{ Value = TaxMode.Disabled, JsonName = "Disabled" }
string JsonName
Definition IJsonName.cs:5
TaxMode? Value
Definition TaxMode.cs:61

◆ External

ITaxMode commercetools.Sdk.HistoryApi.Models.Common.ITaxMode.External
static
Initial value:
= new TaxModeWrapper
{ Value = TaxMode.External, JsonName = "External" }

◆ ExternalAmount

ITaxMode commercetools.Sdk.HistoryApi.Models.Common.ITaxMode.ExternalAmount
static
Initial value:
= new TaxModeWrapper
{ Value = TaxMode.ExternalAmount, JsonName = "ExternalAmount" }

◆ Platform

ITaxMode commercetools.Sdk.HistoryApi.Models.Common.ITaxMode.Platform
static
Initial value:
= new TaxModeWrapper
{ Value = TaxMode.Platform, JsonName = "Platform" }

Property Documentation

◆ Value

TaxMode? commercetools.Sdk.HistoryApi.Models.Common.ITaxMode.Value
get

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