WalletTransactionItemBase Class

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public MustInherit Class WalletTransactionItemBase _
    Inherits WalletItem _
    Implements IWalletTransactionHistory, ISecureElementItem
public abstract class WalletTransactionItemBase : WalletItem, 
    IWalletTransactionHistory, ISecureElementItem
public ref class WalletTransactionItemBase abstract : public WalletItem, 
    IWalletTransactionHistory, ISecureElementItem
[<AbstractClass>]
type WalletTransactionItemBase =  
    class 
        inherit WalletItem 
        interface IWalletTransactionHistory 
        interface ISecureElementItem 
    end

The WalletTransactionItemBase type exposes the following members.

Properties

  Name Description
Public property BackgroundColor
Public property BarcodeImage (Inherited from WalletItem.)
Public property BillingAddress
Public property BillingPhone
Public property CustomerName (Inherited from WalletItem.)
Public property CustomProperties (Inherited from WalletItem.)
Public property DisplayAvailableBalance
Public property DisplayAvailableCredit
Public property DisplayBalance
Public property DisplayCreditLimit
Public property DisplayName (Inherited from WalletItem.)
Public property Id (Inherited from WalletItem.)
Public property IsAcknowledged (Inherited from WalletItem.)
Public property IssuerAddress
Public property IssuerName (Inherited from WalletItem.)
Public property IssuerPhone
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 Message (Inherited from WalletItem.)
Public property MessageNavigationUri (Inherited from WalletItem.)
Public property NavigationUri (Inherited from WalletItem.)
Public property Nickname
Public property Notes (Inherited from WalletItem.)
Public property SecureElementProperties
Public property SupportedUsages
Public property TransactionHistory
Public property TransactionHistoryNavigationUri
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.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (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.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method NotifyActivationAuthenticationCompleted
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