UserActionEventArgs.TransactionAmount Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the string that indicates that the transaction was successful.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
If the result of the action on the wallet item was successful, one of the following three things will happen based on the value of this string:
If the TransactionAmount string is null or empty, a generic toast of the form used <card name> is displayed.
If the TransactionAmount is set, and the length of this string is less than 64 characters, a toast of the form <transaction amount> on <card name> is displayed.
If the TransactionAmount is set, and the length of this string is greater 64 characters, no toast is displayed.