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