public static enum VTConfigCardNotPresentGlobalPaymentInformationPaymentInformation.AcceptedCardTypesEnum extends Enum<VTConfigCardNotPresentGlobalPaymentInformationPaymentInformation.AcceptedCardTypesEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
VTConfigCardNotPresentGlobalPaymentInformationPaymentInformation.AcceptedCardTypesEnum.Adapter |
| Enum Constant and Description |
|---|
AMEX |
CARTASI |
CARTE_BLANCHE |
CARTE_SBANCAIRES |
DANKORT |
DELTA |
DINERS_CLUB |
DISCOVER |
ELO |
ENROUTE |
GE_MONEY_UK_CARD |
HIPER_CARD |
JAL |
JCB |
LASER |
MAESTRO_INTERNATIONAL |
MASTER_CARD |
SWITCH_SOLO |
VISA |
VISA_ELECTRON |
| Modifier and Type | Method and Description |
|---|---|
static VTConfigCardNotPresentGlobalPaymentInformationPaymentInformation.AcceptedCardTypesEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static VTConfigCardNotPresentGlobalPaymentInformationPaymentInformation.AcceptedCardTypesEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VTConfigCardNotPresentGlobalPaymentInformationPaymentInformation.AcceptedCardTypesEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VTConfigCardNotPresentGlobalPaymentInformationPaymentInformation.AcceptedCardTypesEnum VISA
public static final VTConfigCardNotPresentGlobalPaymentInformationPaymentInformation.AcceptedCardTypesEnum MASTER_CARD
public static final VTConfigCardNotPresentGlobalPaymentInformationPaymentInformation.AcceptedCardTypesEnum AMEX
public static final VTConfigCardNotPresentGlobalPaymentInformationPaymentInformation.AcceptedCardTypesEnum DISCOVER
public static final VTConfigCardNotPresentGlobalPaymentInformationPaymentInformation.AcceptedCardTypesEnum DINERS_CLUB
public static final VTConfigCardNotPresentGlobalPaymentInformationPaymentInformation.AcceptedCardTypesEnum CARTE_BLANCHE
public static final VTConfigCardNotPresentGlobalPaymentInformationPaymentInformation.AcceptedCardTypesEnum JCB
public static final VTConfigCardNotPresentGlobalPaymentInformationPaymentInformation.AcceptedCardTypesEnum ENROUTE
public static final VTConfigCardNotPresentGlobalPaymentInformationPaymentInformation.AcceptedCardTypesEnum JAL
public static final VTConfigCardNotPresentGlobalPaymentInformationPaymentInformation.AcceptedCardTypesEnum SWITCH_SOLO
public static final VTConfigCardNotPresentGlobalPaymentInformationPaymentInformation.AcceptedCardTypesEnum DELTA
public static final VTConfigCardNotPresentGlobalPaymentInformationPaymentInformation.AcceptedCardTypesEnum VISA_ELECTRON
public static final VTConfigCardNotPresentGlobalPaymentInformationPaymentInformation.AcceptedCardTypesEnum DANKORT
public static final VTConfigCardNotPresentGlobalPaymentInformationPaymentInformation.AcceptedCardTypesEnum LASER
public static final VTConfigCardNotPresentGlobalPaymentInformationPaymentInformation.AcceptedCardTypesEnum CARTE_SBANCAIRES
public static final VTConfigCardNotPresentGlobalPaymentInformationPaymentInformation.AcceptedCardTypesEnum CARTASI
public static final VTConfigCardNotPresentGlobalPaymentInformationPaymentInformation.AcceptedCardTypesEnum MAESTRO_INTERNATIONAL
public static final VTConfigCardNotPresentGlobalPaymentInformationPaymentInformation.AcceptedCardTypesEnum GE_MONEY_UK_CARD
public static final VTConfigCardNotPresentGlobalPaymentInformationPaymentInformation.AcceptedCardTypesEnum HIPER_CARD
public static final VTConfigCardNotPresentGlobalPaymentInformationPaymentInformation.AcceptedCardTypesEnum ELO
public static VTConfigCardNotPresentGlobalPaymentInformationPaymentInformation.AcceptedCardTypesEnum[] values()
for (VTConfigCardNotPresentGlobalPaymentInformationPaymentInformation.AcceptedCardTypesEnum c : VTConfigCardNotPresentGlobalPaymentInformationPaymentInformation.AcceptedCardTypesEnum.values()) System.out.println(c);
public static VTConfigCardNotPresentGlobalPaymentInformationPaymentInformation.AcceptedCardTypesEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getValue()
public String toString()
public static VTConfigCardNotPresentGlobalPaymentInformationPaymentInformation.AcceptedCardTypesEnum fromValue(String text)
Copyright © 2024. All rights reserved.