Method RefundSearch
RefundSearch(OnlineEftposRefundSearchOptions)
Searches for refunds based on one or more provided criteria and returns a OnlineEftposRefundSearchResult containing any found transactions.
Declaration
public Task<OnlineEftposRefundSearchResult> RefundSearch(OnlineEftposRefundSearchOptions options)
Parameters
Type | Name | Description |
---|---|---|
OnlineEftposRefundSearchOptions | options | A OnlineEftposRefundSearchOptions instance containing the search criteria and options for the search. |
Returns
Type | Description |
---|---|
Task<OnlineEftposRefundSearchResult> | An OnlineEftposRefundSearchResult instance containing the initial search results and any related meta-data. |
Remarks
The OnlineEftposRefundSearchResult returned also contains information such as pagination url's for searches with many results.
RefundSearch(OnlineEftposRefundSearchOptions)
Searches for refunds based on one or more provided criteria and returns a OnlineEftposRefundSearchResult containing any found transactions.
Declaration
public Task<OnlineEftposRefundSearchResult> RefundSearch(OnlineEftposRefundSearchOptions options)
Parameters
Type | Name | Description |
---|---|---|
OnlineEftposRefundSearchOptions | options | A OnlineEftposRefundSearchOptions instance containing the search criteria and options for the search. |
Returns
Type | Description |
---|---|
Task<OnlineEftposRefundSearchResult> | An OnlineEftposRefundSearchResult instance containing the initial search results and any related meta-data. |
Remarks
The OnlineEftposRefundSearchResult returned also contains information such as pagination url's for searches with many results.