[This is preliminary documentation and is subject to change.]
Denotes transaction status
Namespace: NFX.Web.PayAssembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Undefined | 0 | ||
Promised | 1 | 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() | |
Pending | 2 | ||
Success | 3 | ||
Denied | 4 | ||
Failed | 5 | ||
Unclaimed | 6 | ||
Refunded | 7 | ||
Other | 8 |
See Also