Click or drag to resize

CreditCardNetwork Property

Gets the payment network type of the card.

Namespace:  DotNetBrowser.Card
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public CreditCardNetworkType Network { get; }

Property Value

Type: CreditCardNetworkType
The payment network type of the card.
See Also