This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
developer:soap-1.3:objects:customersearchresult [2010/09/02 15:02] irina |
developer:soap-1.3:objects:customersearchresult [2010/10/13 16:29] (current) irina |
||
---|---|---|---|
Line 23: | Line 23: | ||
===== Examples ===== | ===== Examples ===== | ||
+ | |||
+ | ==== .NET VB ==== | ||
+ | <code vb> | ||
+ | Dim response As usaepay.CustomerSearchResult = New usaepay.CustomerSearchResult | ||
+ | |||
+ | response = client.searchCustomers(token, search, matchAll, "0", "10", "fname") | ||
+ | MsgBox(response.CustomersMatched) | ||
+ | |||
+ | </code> | ||
+ | |||
==== .NET C# ==== | ==== .NET C# ==== | ||
<code c> | <code c> |