Table of Contents

Enum CreditCardNetworkType

Namespace
DotNetBrowser.Card
Assembly
DotNetBrowser.dll

The type of the credit card network.

public enum CreditCardNetworkType

Fields

AmericanExpress = 2

The AmericanExpress network type.

Diners = 3

The Diners network type.

Discover = 4

The Discover network type.

Elo = 5

The Elo network type.

Generic = 6

The Generic network type.

Jcb = 7

The Jcb network type.

MasterCard = 8

The MasterCard network type.

Mir = 9

The Mir network type.

Troy = 10

The Troy network type.

UnionPay = 11

The UnionPay network type.

Unknown = 1

Unknown credit card network type.

Visa = 12

The Visa network type.