Class RefundStatus
Provides a list of the possible states for a refund transaction, and details of each status.
Inheritance
System.Object
RefundStatus
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 RefundStatus
Properties
Name | Description |
---|---|
Declined | The 'Declined' status indicating the refund was refused or could not be processed due to insufficient funds etc. |
Error | The bank responded to refund request with a system error |
Refunded | The 'Refunded' status indicates a successful refund. |
Unsubmitted | The 'unsubmitted' status. |
Methods
Name | Description |
---|---|
FromString(String) | Returns a TransactionStatus instance from the provided string containing the name of the status. |