Class TransactionStatus
Represents a transaction status returned by the API.
Inheritance
System.Object
TransactionStatus
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Yort.OnlineEftpos
Assembly: cs.temp.dll.dll
Syntax
public sealed class TransactionStatus : IEquatable<TransactionStatus>, IEquatable<string>
Properties
Name | Description |
---|---|
Description | A brief description of the status. |
IsTerminal | True if a transacton in this status can never change status again. |
Name | The name of the status. |
Methods
Name | Description |
---|---|
Equals(Object) | Returns true if this status has the same name as the compared status. |
Equals(String) | Returns a boolean indicating if the name of this status matches (case insensitive comparison) the value of the string to compare to. |
Equals(TransactionStatus) | Returns true if this status has the same name as the compared status. |
GetHashCode() | Returns the hash code for this status. |
Operators
Name | Description |
---|---|
Equality(String, TransactionStatus) | Provides comparisons against strings |
Equality(TransactionStatus, String) | Provides comparisons against strings |
Inequality(String, TransactionStatus) | Provides comparisons against strings |
Inequality(TransactionStatus, String) | Provides comparisons against strings |