OnlinePaymentInstrumentKind Class

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

Represents the kinds of online payment instruments that are supported.

Inheritance Hierarchy

System..::.Object
  Microsoft.Phone.Wallet..::.OnlinePaymentInstrumentKind

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

Syntax

Public NotInheritable Class OnlinePaymentInstrumentKind
public static class OnlinePaymentInstrumentKind

The OnlinePaymentInstrumentKind type exposes the following members.

Fields

  Name Description
AliPay An AliPay™ payment.
ConsumerStoredValue A consumer-defined payment type.
MobileOperator A mobile operator payment.
PayPal A PayPal™ payment.

Top

Remarks

Capabilities

If you use this API in your app, you must specify the following capabilities in the app manifest. Otherwise, your app might not work correctly or it might exit unexpectedly.

ID_CAP_WALLET

Windows Phone 8

For more info, see App capabilities and hardware requirements for Windows Phone 8.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

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