Table of Contents

Enum CreditCardNetworkType

Namespace
DotNetBrowser.Card
Assembly
DotNetBrowser.dll

The type of the credit card network.

public enum CreditCardNetworkType

Fields

AmericanExpress = 1

The AmericanExpress network type.

CreditCardNetworkTypeUnspecified = 0

Unspecified Credit card 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.