Class OnlineEftposPaymentSearchOptions
Search criteria and options holder for PaymentSearch(OnlineEftposPaymentSearchOptions).
Inheritance
System.Object
OnlineEftposPaymentSearchOptions
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 OnlineEftposPaymentSearchOptions
Properties
| Name | Description |
|---|---|
| CreationTime | The date and time at which the payment was requested. |
| Fields | A list of field names to return. If empty, all fields are returned. |
| Limit | The number of items to return 'per page'. |
| MerchantIdCode | The code that uniquley identifies the merchant who requested payment. |
| Offset | The pagination offset to use, for when results span multiple 'pages'. |
| OrderId | The merchant's original order id (OrderId) for the payment. |
| PaginationUri | A Uri returned by a previous call to payment search, which is used to retrieve another page of results. Preferred over Offset. |
| PayerId | The id of the payer that request was made to. |
| Status | The current status of the payment. |
Methods
| Name | Description |
|---|---|
| BuildSearchQueryString() | Converts the properties of this instance into a url query string. |