-api-id | -api-type |
---|---|
T:Windows.ApplicationModel.Wallet.WalletTransaction |
winrt class |
Represents a single wallet transaction in the transaction history.
A WalletTransaction object represents the individual items for the WalletItem.TransactionHistory property.
Most of the APIs for this class can be seen in example usages in the Quickstart: Using the APIs topic.
If you update the values in any WalletTransaction object, which is contributing to the data of a WalletItem object, make sure to call WalletItemStore.UpdateAsync (passing that WalletItem object) to commit the changes to the backing wallet store.
WalletItemTransactionHistory, WalletItem, Quickstart: Using the APIs