Deal Class

Inheritance Hierarchy

System.Object
  Microsoft.Phone.Wallet.WalletItem
    Microsoft.Phone.Wallet.Deal

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

Syntax

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

The Deal type exposes the following members.

Constructors

  Name Description
Public method Deal()
Public method Deal(String)

Top

Properties

  Name Description
Public property BarcodeImage (Inherited from WalletItem.)
Public property Code
Public property CustomerName (Inherited from WalletItem.)
Public property CustomProperties (Inherited from WalletItem.)
Public property Description
Public property DisplayName (Inherited from WalletItem.)
Public property ExpirationDate
Public property Id (Inherited from WalletItem.)
Public property IsAcknowledged (Inherited from WalletItem.)
Public property IssuerName (Inherited from WalletItem.)
Public property IssuerWebsite (Inherited from WalletItem.)
Public property IsUsed
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 MerchantAddress
Public property MerchantName
Public property MerchantPhone
Public property Message (Inherited from WalletItem.)
Public property MessageNavigationUri (Inherited from WalletItem.)
Public property NavigationUri (Inherited from WalletItem.)
Public property Notes (Inherited from WalletItem.)
Public property OfferWebsite
Public property StartDate
Public property TermsAndConditions
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 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