Click or drag to resize

CreditCardNetworkType Enumeration

The type of the credit card network.

Namespace:  DotNetBrowser.Card
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.15.0
Syntax
C#
public enum CreditCardNetworkType
Members
  Member nameValueDescription
CreditCardNetworkTypeUnspecified0 Unspecified Credit card network type.
AmericanExpress1 The AmericanExpress network type.
Diners2 The Diners network type.
Discover3 The Discover network type.
Elo4 The Elo network type.
Generic5 The Generic network type.
Google6 Obsolete. The Google network type.
Jcb7 The Jcb network type.
MasterCard8 The MasterCard network type.
Mir9 The Mir network type.
Troy10 The Troy network type.
UnionPay11 The UnionPay network type.
Visa12 The Visa network type.
See Also