Class PaymentStatus
Provides a list of the possible states for a payment transaction, and details of each status.
Inheritance
System.Object
PaymentStatus
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Yort.OnlineEftpos
Assembly: cs.temp.dll.dll
Syntax
public static class PaymentStatus
Properties
| Name | Description |
|---|---|
| Authorised | The 'Authorised' status, indicating the payment has been processed succesfully and funds transferred. |
| Declined | The 'Declined' status indicating the payment was refused or could not be processed due to insufficient funds etc. |
| Error | The status for payment that has encountered a processing error. |
| Expired | The 'Expired' status indicates a payment was not approved or declined within the timeframe allowed by the API. |
| New | The 'New' status. |
| Refunded | The 'Refunded' status indicates at least part of this payment has been refunded. |
| Submitted | The 'Submitted' status. |
Methods
| Name | Description |
|---|---|
| FromString(String) | Returns a TransactionStatus instance from the provided string containing the name of the status. |