Class OnlineEftposPaymentSearchResult
Represents the results of a successful PaymentSearch(OnlineEftposPaymentSearchOptions) request.
Inheritance
System.Object
OnlineEftposPaymentSearchResult
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 OnlineEftposPaymentSearchResult
Properties
Name | Description |
---|---|
Links | Returns the list of HATEOAS links included in the search results. |
NextPageUri | A |
Payments | An System.Collections.Generic.IEnumerable<T> of OnlineEftposPaymentStatus instances representing each found payment in the current page. |
PreviousPageUri | A |