Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Payments Namespace / PaymentStatus Enumeration
In This Topic
    PaymentStatus Enumeration
    In This Topic
    Enumeration that represents the status of a payment
    Syntax
    public enum PaymentStatus : System.Enum 
    Members
    MemberDescription
    AuthorizationFailed Payment Authorization has failed
    AuthorizationPending Payment Authorization is pending
    Authorized Payment is Authorized
    Captured Payment is Captured
    CapturedPartial Payment has been partially captured, and authorization is not yet closed for further captures
    CaptureFailed Payment Capture has failed
    CapturePending Payment Capture is Pending
    Completed Payment has been completed.
    Refunded Payment is refunded
    RefundPending Payment Refund is pending
    Unprocessed Payment is unprocessed
    Voided Payment is voided
    VoidPending Payment void is pending
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             CommerceBuilder.Payments.PaymentStatus

    See Also