Class OnlineEftposApiError
Represents error information returned from the Online EFTPOS API.
Inheritance
System.Object
OnlineEftposApiError
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 sealed class OnlineEftposApiError
Properties
Name | Description |
---|---|
Error | An error message. |
Messages | An enumerable of ApiErrorMessage containing distinct errors with more detail (in the case of multiple errors, particularly with field validation). |
Reference | A unique reference for the error that can be reported to Paymark for more detail. |