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