This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
developer:soap-1.2:methods:getcustomerpaymentmethods [2010/09/17 15:01] irina |
developer:soap-1.2:methods:getcustomerpaymentmethods [2010/10/20 11:46] (current) irina |
||
---|---|---|---|
Line 79: | Line 79: | ||
System.out.println("Soap Exception: " + e.getMessage()); | System.out.println("Soap Exception: " + e.getMessage()); | ||
} | } | ||
+ | </code> | ||
+ | |||
+ | ==== .NET VB ==== | ||
+ | <code vb> | ||
+ | Dim CustNum As String | ||
+ | CustNum = "115163" | ||
+ | |||
+ | Dim Method() As usaepay.PaymentMethod | ||
+ | Method = client.getCustomerPaymentMethods(token, CustNum) | ||
+ | MsgBox(Method.Length) | ||
</code> | </code> | ||