IWalletTransactionHistory Interface

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Exposes wallet item transaction history.

Namespace:  Microsoft.Phone.Wallet
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

Public Interface IWalletTransactionHistory
public interface IWalletTransactionHistory

The IWalletTransactionHistory type exposes the following members.

Properties

  Name Description
TransactionHistory Gets an ordered list of transaction history.
TransactionHistoryNavigationUri Gets or sets the URI of the app to navigate to in order to get more transaction history.

Top

Remarks

This interface is implemented by wallet items that support transaction history.

Capabilities

If you use this API in your app, you must specify the following capabilities in the app manifest. Otherwise, your app might not work correctly or it might exit unexpectedly.

ID_CAP_WALLET

Windows Phone 8

For more info, see App capabilities and hardware requirements for Windows Phone 8.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

See Also

Reference

Microsoft.Phone.Wallet Namespace