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

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

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

Static Public Member Functions

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

Static Public Attributes

static IPaymentState BalanceDue
 
static IPaymentState Failed
 
static IPaymentState Pending
 
static IPaymentState CreditOwed
 
static IPaymentState Paid
 

Properties

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

Member Function Documentation

◆ FindEnum()

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

◆ Values()

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

Member Data Documentation

◆ BalanceDue

IPaymentState commercetools.Sdk.Api.Models.Orders.IPaymentState.BalanceDue
static
Initial value:
= new PaymentStateWrapper
{ Value = PaymentState.BalanceDue, JsonName = "BalanceDue" }
string JsonName
Definition IJsonName.cs:5
PaymentState? Value
Definition PaymentState.cs:67
PaymentState
Definition PaymentState.cs:12

◆ CreditOwed

IPaymentState commercetools.Sdk.Api.Models.Orders.IPaymentState.CreditOwed
static
Initial value:
= new PaymentStateWrapper
{ Value = PaymentState.CreditOwed, JsonName = "CreditOwed" }

◆ Failed

IPaymentState commercetools.Sdk.Api.Models.Orders.IPaymentState.Failed
static
Initial value:
= new PaymentStateWrapper
{ Value = PaymentState.Failed, JsonName = "Failed" }

◆ Paid

IPaymentState commercetools.Sdk.Api.Models.Orders.IPaymentState.Paid
static
Initial value:
= new PaymentStateWrapper
{ Value = PaymentState.Paid, JsonName = "Paid" }

◆ Pending

IPaymentState commercetools.Sdk.Api.Models.Orders.IPaymentState.Pending
static
Initial value:
= new PaymentStateWrapper
{ Value = PaymentState.Pending, JsonName = "Pending" }

Property Documentation

◆ Value

PaymentState? commercetools.Sdk.Api.Models.Orders.IPaymentState.Value
get

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