OnlinePaymentInstrument Methods

Include Protected Members
Include Inherited Members

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

The OnlinePaymentInstrument type exposes the following members.

Methods

  Name Description
Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Finalize Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
GetType Gets the Type of the current instance. (Inherited from Object.)
MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
NotifyActivationAuthenticationCompleted This method is called when user authentication for item activation has been completed. (Inherited from WalletTransactionItemBase.)
SaveAsync Asynchronously saves changes to the wallet item. If this item is a Deal and the item is not in the Wallet, it will be added. If the item is a PaymentInstrument, WalletTransactionItem or an OnlinePaymentInstrument, you can only use this method to update the item if it already exists in the Wallet, otherwise an exception will be thrown. To add a new instance of PaymentInstrument or WalletTransactionItem, use the AddWalletItemTask. For more information, see How to use the add Wallet item task for Windows Phone 8. (Inherited from WalletItem.)
SetUserAttentionRequiredNotification Sets or clears the notification for the wallet item. (Inherited from WalletItem.)
ToString Returns a string that represents the current object. (Inherited from Object.)
Undo Undoes all changes to the wallet item since the last time SaveAsync was called. (Inherited from WalletItem.)
UpdateId Updates the Id of the wallet item. (Inherited from WalletItem.)

Top

See Also

Reference

OnlinePaymentInstrument Class

Microsoft.Phone.Wallet Namespace