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.ApprovalRules.IApprovalRuleStatus Interface Reference

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

Inherited by commercetools.Sdk.Api.Models.ApprovalRules.ApprovalRuleStatusWrapper.

Static Public Member Functions

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

Static Public Attributes

static IApprovalRuleStatus Active
 
static IApprovalRuleStatus Inactive
 

Properties

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

Member Function Documentation

◆ FindEnum()

static IApprovalRuleStatus commercetools.Sdk.Api.Models.ApprovalRules.IApprovalRuleStatus.FindEnum ( string  value)
inlinestatic

◆ Values()

static IApprovalRuleStatus[] commercetools.Sdk.Api.Models.ApprovalRules.IApprovalRuleStatus.Values ( )
inlinestatic

Member Data Documentation

◆ Active

IApprovalRuleStatus commercetools.Sdk.Api.Models.ApprovalRules.IApprovalRuleStatus.Active
static
Initial value:
= new ApprovalRuleStatusWrapper
{ Value = ApprovalRuleStatus.Active, JsonName = "Active" }
string JsonName
Definition IJsonName.cs:5
ApprovalRuleStatus? Value
Definition ApprovalRuleStatus.cs:49
ApprovalRuleStatus
Definition ApprovalRuleStatus.cs:12

◆ Inactive

IApprovalRuleStatus commercetools.Sdk.Api.Models.ApprovalRules.IApprovalRuleStatus.Inactive
static
Initial value:
= new ApprovalRuleStatusWrapper
{ Value = ApprovalRuleStatus.Inactive, JsonName = "Inactive" }

Property Documentation

◆ Value

ApprovalRuleStatus? commercetools.Sdk.Api.Models.ApprovalRules.IApprovalRuleStatus.Value
get

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