CardNetworkType
Stay organized with collections
Save and categorize content based on your preferences.
Enums |
CARD_NETWORK_TYPE_UNSPECIFIED |
Unspecified card network. |
VISA |
Visa card network. |
MASTERCARD |
Mastercard card network. |
MAESTRO |
Maestro card network. |
ELO |
Elo card network. |
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-04-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-10 UTC."],[[["The card network type is an enum that specifies the network a card belongs to, such as Visa, Mastercard, or Elo."],["If the card network type is unspecified, it will default to `CARD_NETWORK_TYPE_UNSPECIFIED`."]]],["The document defines enumerated values for card network types. These include `CARD_NETWORK_TYPE_UNSPECIFIED`, representing an unknown network. `VISA` indicates the Visa network, `MASTERCARD` represents the Mastercard network, and `ELO` signifies the Elo card network. These values are used to specify the network associated with a given payment card.\n"]]