Class TransactionRequestDetails
Represents transaction details common to all transaction types.
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 class TransactionRequestDetails
Properties
Name | Description |
---|---|
UserAgent | Sets or returns the user agent string of the client used to start the transaction. Required. |
UserIPAddress | Sets or returns the IP address of the client used to start the transaction. Required. |
Methods
Name | Description |
---|---|
EnsureValid() | Throws if the details are invalid. |