public static enum VTConfigCardNotPresentGlobalPaymentInformationBasicInformation.DefaultTransactionTypeEnum extends Enum<VTConfigCardNotPresentGlobalPaymentInformationBasicInformation.DefaultTransactionTypeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
VTConfigCardNotPresentGlobalPaymentInformationBasicInformation.DefaultTransactionTypeEnum.Adapter |
| Enum Constant and Description |
|---|
AUTHORIZATION |
SALE |
| Modifier and Type | Method and Description |
|---|---|
static VTConfigCardNotPresentGlobalPaymentInformationBasicInformation.DefaultTransactionTypeEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static VTConfigCardNotPresentGlobalPaymentInformationBasicInformation.DefaultTransactionTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VTConfigCardNotPresentGlobalPaymentInformationBasicInformation.DefaultTransactionTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VTConfigCardNotPresentGlobalPaymentInformationBasicInformation.DefaultTransactionTypeEnum AUTHORIZATION
public static final VTConfigCardNotPresentGlobalPaymentInformationBasicInformation.DefaultTransactionTypeEnum SALE
public static VTConfigCardNotPresentGlobalPaymentInformationBasicInformation.DefaultTransactionTypeEnum[] values()
for (VTConfigCardNotPresentGlobalPaymentInformationBasicInformation.DefaultTransactionTypeEnum c : VTConfigCardNotPresentGlobalPaymentInformationBasicInformation.DefaultTransactionTypeEnum.values()) System.out.println(c);
public static VTConfigCardNotPresentGlobalPaymentInformationBasicInformation.DefaultTransactionTypeEnum 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 VTConfigCardNotPresentGlobalPaymentInformationBasicInformation.DefaultTransactionTypeEnum fromValue(String text)
Copyright © 2024. All rights reserved.