PaymentInstrument.PaymentNetwork Property

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

Gets or sets the payment network on which this card is processed.

Namespace:  Microsoft.Phone.Wallet
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

Public Property PaymentNetwork As String
public string PaymentNetwork { get; set; }
<object PaymentNetwork="string" .../>

Property Value

Type: System..::.String
The payment network on which this card is processed.

Remarks

If we can recognize the payment network value that you set, we can ask your user whether to register the card with the Microsoft Billing system and, therefore, be able to purchase apps from Windows Phone Store with this card. The following is a list of all the payment networks we currently recognize. If using any of these values, enter it in the format you see here.

  • American Express

  • Diners Club

  • Discover

  • JCB

  • MasterCard

  • Visa

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

See Also

Reference

PaymentInstrument Class

Microsoft.Phone.Wallet Namespace