Enum TransactionStatus
Denotes transaction status
Namespace: NFX.Web.Pay
Assembly: NFX.Web.dll
Syntax
public enum TransactionStatus
Fields
Name | Description |
---|---|
Denied | |
Failed | |
Other | |
Pending | |
Promised | The transaction was queued for async execution in future. Actual pay system implementation determines whether this status is supported. For example this is used for paypal payout where transaction is created instantly in the "promised" status and executed later by a call to Refresh() |
Refunded | |
Success | |
Unclaimed | |
Undefined |