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.Orders.IOrderSearchMatchType Interface Reference

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

Inherited by commercetools.Sdk.Api.Models.Orders.OrderSearchMatchTypeWrapper.

Static Public Member Functions

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

Static Public Attributes

static IOrderSearchMatchType Any
 
static IOrderSearchMatchType All
 

Properties

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

Member Function Documentation

◆ FindEnum()

static IOrderSearchMatchType commercetools.Sdk.Api.Models.Orders.IOrderSearchMatchType.FindEnum ( string  value)
inlinestatic

◆ Values()

static IOrderSearchMatchType[] commercetools.Sdk.Api.Models.Orders.IOrderSearchMatchType.Values ( )
inlinestatic

Member Data Documentation

◆ All

IOrderSearchMatchType commercetools.Sdk.Api.Models.Orders.IOrderSearchMatchType.All
static
Initial value:
= new OrderSearchMatchTypeWrapper
{ Value = OrderSearchMatchType.All, JsonName = "all" }
string JsonName
Definition IJsonName.cs:5
OrderSearchMatchType? Value
Definition OrderSearchMatchType.cs:49
OrderSearchMatchType
Definition OrderSearchMatchType.cs:12

◆ Any

IOrderSearchMatchType commercetools.Sdk.Api.Models.Orders.IOrderSearchMatchType.Any
static
Initial value:
= new OrderSearchMatchTypeWrapper
{ Value = OrderSearchMatchType.Any, JsonName = "any" }

Property Documentation

◆ Value

OrderSearchMatchType? commercetools.Sdk.Api.Models.Orders.IOrderSearchMatchType.Value
get

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