CardType: Difference between revisions
Jump to navigation
Jump to search
(Created page with "= Card tpye enumeration = This enum indicates the type of a bank card. == Included in == Bank card types are used in the following structures: * BankCard == Property...") |
No edit summary |
||
Line 8: | Line 8: | ||
* [[BankCard]] | * [[BankCard]] | ||
== | == Enum list == | ||
{{api_enum_table_header}} | {{api_enum_table_header}} |
Revision as of 10:38, 3 February 2017
Card tpye enumeration
This enum indicates the type of a bank card.
Included in
Bank card types are used in the following structures:
Enum list
Enum value | Byte / int value | Description |
---|---|---|
Unknown | 0 | The card type is unknown. |
MasterCard | 10 | Standard MasterCard bank cards. |
Visa | 20 | Standard Visa bank cards. |
AmericanExpress | 30 | All kinds of American Express cards. |
Electron | 40 | VISA Electron bank cards. |
Maestro | 50 | 16 or 19 digit Maestro cards. |