CreditCardNetworkType Enumeration |
The type of the credit card network.
Namespace:
DotNetBrowser.Card
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax public enum CreditCardNetworkType
Members
| Member name | Value | Description |
---|
| CreditCardNetworkTypeUnspecified | 0 |
Unspecified Credit card network type.
|
| AmericanExpress | 1 |
The AmericanExpress network type.
|
| Diners | 2 |
The Diners network type.
|
| Discover | 3 |
The Discover network type.
|
| Elo | 4 |
The Elo network type.
|
| Generic | 5 |
The Generic network type.
|
| Jcb | 6 |
The Jcb network type.
|
| MasterCard | 7 |
The MasterCard network type.
|
| Mir | 8 |
The Mir network type.
|
| Troy | 9 |
The Troy network type.
|
| UnionPay | 10 |
The UnionPay network type.
|
| Visa | 11 |
The Visa network type.
|
See Also