This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
developer:soap-1.1:objects:transactionobject [2010/10/04 14:53] irina |
developer:soap-1.1:objects:transactionobject [2010/10/22 17:06] (current) irina |
||
---|---|---|---|
Line 40: | Line 40: | ||
===== Examples ===== | ===== Examples ===== | ||
+ | ==== .NET VB ==== | ||
+ | <code vb> | ||
+ | Dim response As usaepay.TransactionObject | ||
+ | response = client.getTransaction(token, refnum) | ||
+ | |||
+ | MsgBox(response.Details.Amount) | ||
+ | |||
+ | |||
+ | </code> | ||
+ | |||
==== .NET C# ==== | ==== .NET C# ==== | ||
<code c> | <code c> | ||
Line 53: | Line 63: | ||
} | } | ||
- | </code > | + | </code> |
===== Change History ===== | ===== Change History ===== |