public enum PaymentStatus : System.Enum
public enum PaymentStatus : System.Enum
| Member | Description |
|---|---|
| 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 |
System.Object
System.ValueType
System.Enum
CommerceBuilder.Payments.PaymentStatus