Show / Hide Table of Contents

Class PayPalConsts.OrderStatus

Inheritance
object
PayPalConsts.OrderStatus
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Payment.PayPal
Assembly: Volo.Payment.PayPal.Domain.Shared.dll
Syntax
public static class PayPalConsts.OrderStatus

Fields

Approved

Declaration
public const string Approved = "APPROVED"
Field Value
Type Description
string

Completed

Declaration
public const string Completed = "COMPLETED"
Field Value
Type Description
string

Created

Declaration
public const string Created = "CREATED"
Field Value
Type Description
string

PlayerActionRequired

Declaration
public const string PlayerActionRequired = "PAYER_ACTION_REQUIRED"
Field Value
Type Description
string

Saved

Declaration
public const string Saved = "SAVED"
Field Value
Type Description
string

Voided

Declaration
public const string Voided = "VOIDED"
Field Value
Type Description
string
In this article
Back to top Powered by ABP.IO Platform