TransactionStatus EnumerationNFX Class Library

[This is preliminary documentation and is subject to change.]

Denotes transaction status

Namespace: NFX.Web.Pay
Assembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public enum TransactionStatus
Members

  Member nameValueDescription
Undefined0
Promised1 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()
Pending2
Success3
Denied4
Failed5
Unclaimed6
Refunded7
Other8
See Also