Enum CreditCardNetworkType
- Namespace
- DotNetBrowser.Card
- Assembly
- DotNetBrowser.dll
The type of the credit card network.
public enum CreditCardNetworkType
Fields
AmericanExpress = 2The AmericanExpress network type.
Diners = 3The Diners network type.
Discover = 4The Discover network type.
Elo = 5The Elo network type.
Generic = 6The Generic network type.
Jcb = 7The Jcb network type.
MasterCard = 8The MasterCard network type.
Mir = 9The Mir network type.
Troy = 10The Troy network type.
UnionPay = 11The UnionPay network type.
Unknown = 1Unknown credit card network type.
Visa = 12The Visa network type.