WalletTransactionItem Class

Inheritance Hierarchy

System.Object
  Microsoft.Phone.Wallet.WalletItem
    Microsoft.Phone.Wallet.WalletTransactionItemBase
      Microsoft.Phone.Wallet.WalletTransactionItem

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

Syntax

'Declaration
Public NotInheritable Class WalletTransactionItem _
    Inherits WalletTransactionItemBase
public sealed class WalletTransactionItem : WalletTransactionItemBase
public ref class WalletTransactionItem sealed : public WalletTransactionItemBase
[<Sealed>]
type WalletTransactionItem =  
    class 
        inherit WalletTransactionItemBase 
    end

The WalletTransactionItem type exposes the following members.

Constructors

  Name Description
Public method WalletTransactionItem()
Public method WalletTransactionItem(String)

Top

Properties

  Name Description
Public property AccountNumber
Public property BackgroundColor (Inherited from WalletTransactionItemBase.)
Public property BarcodeImage (Inherited from WalletItem.)
Public property BillingAddress (Inherited from WalletTransactionItemBase.)
Public property BillingPhone (Inherited from WalletTransactionItemBase.)
Public property CustomerName (Inherited from WalletItem.)
Public property CustomProperties (Inherited from WalletItem.)
Public property DisplayAvailableBalance (Inherited from WalletTransactionItemBase.)
Public property DisplayAvailableCredit (Inherited from WalletTransactionItemBase.)
Public property DisplayBalance (Inherited from WalletTransactionItemBase.)
Public property DisplayCreditLimit (Inherited from WalletTransactionItemBase.)
Public property DisplayName (Inherited from WalletItem.)
Public property ExpirationDate
Public property Id (Inherited from WalletItem.)
Public property IsAcknowledged (Inherited from WalletItem.)
Public property IssuerAddress (Inherited from WalletTransactionItemBase.)
Public property IssuerName (Inherited from WalletItem.)
Public property IssuerPhone (Inherited from WalletTransactionItemBase.)
Public property IssuerWebsite (Inherited from WalletItem.)
Public property IsUserAttentionRequired (Inherited from WalletItem.)
Public property LastUpdated (Inherited from WalletItem.)
Public property Logo159x159 (Inherited from WalletItem.)
Public property Logo336x336 (Inherited from WalletItem.)
Public property Logo99x99 (Inherited from WalletItem.)
Public property MemberSince
Public property Message (Inherited from WalletItem.)
Public property MessageNavigationUri (Inherited from WalletItem.)
Public property NavigationUri (Inherited from WalletItem.)
Public property Nickname (Inherited from WalletTransactionItemBase.)
Public property Notes (Inherited from WalletItem.)
Public property SecureElementProperties (Inherited from WalletTransactionItemBase.)
Public property StartDate
Public property SupportedUsages (Inherited from WalletTransactionItemBase.)
Public property TermsAndConditions
Public property TransactionHistory (Inherited from WalletTransactionItemBase.)
Public property TransactionHistoryNavigationUri (Inherited from WalletTransactionItemBase.)
Public property UserImage (Inherited from WalletItem.)

Top

Methods

  Name Description
Public method Equals(Object) Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method NotifyActivationAuthenticationCompleted (Inherited from WalletTransactionItemBase.)
Public method SaveAsync (Inherited from WalletItem.)
Public method SetUserAttentionRequiredNotification (Inherited from WalletItem.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method Undo (Inherited from WalletItem.)
Public method UpdateId (Inherited from WalletItem.)

Top

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Phone.Wallet Namespace