Method FromString
FromString(String)
Returns a TransactionStatus instance from the provided string containing the name of the status.
Declaration
public static TransactionStatus FromString(string status)
Parameters
Type | Name | Description |
---|---|---|
System.String | status | A string containing a value that matches a Name for a status that is valid for a refund. |
Returns
Type | Description |
---|---|
TransactionStatus | A TransactionStatus instance. |
Exceptions
Type | Condition |
---|---|
OnlineEftposInvalidDataException | Thrown if |