Class OnlineEftposRefundSearchOptions
Search criteria and options holder for RefundSearch(OnlineEftposRefundSearchOptions).
Inheritance
System.Object
OnlineEftposRefundSearchOptions
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 OnlineEftposRefundSearchOptions
Properties
| Name | Description |
|---|---|
| CreationTime | The date and time at which the refund 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 refund. |
| Offset | The pagination offset to use, for when results span multiple 'pages'. |
| PaginationUri | A Uri returned by a previous call to refund search, which is used to retrieve another page of results. Preferred over Offset. |
| PayerId | The id of the payer that request was made to. |
| RefundId | The merchant's original order id (RefundId) for the refund. |
| Status | The current status of the refund. |
Methods
| Name | Description |
|---|---|
| BuildSearchQueryString() | Converts the properties of this instance into a url query string. |