public enum Type extends Enum<Type>
| Enum Constant and Description |
|---|
_UNKNOWN |
ALIPAY |
AMAZON_PAYMENTS |
APPLE_PAY |
BANCONTACT |
CARD |
DIRECT_DEBIT |
DOTPAY |
GENERIC |
GIROPAY |
GOOGLE_PAY |
IDEAL |
NETBANKING_EMANDATES |
PAYPAL_EXPRESS_CHECKOUT |
SOFORT |
UNIONPAY |
UPI |
WECHAT_PAY |
| Modifier and Type | Method and Description |
|---|---|
static Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Type CARD
public static final Type PAYPAL_EXPRESS_CHECKOUT
public static final Type AMAZON_PAYMENTS
public static final Type DIRECT_DEBIT
public static final Type GENERIC
public static final Type ALIPAY
public static final Type UNIONPAY
public static final Type APPLE_PAY
public static final Type WECHAT_PAY
public static final Type IDEAL
public static final Type GOOGLE_PAY
public static final Type SOFORT
public static final Type BANCONTACT
public static final Type GIROPAY
public static final Type DOTPAY
public static final Type UPI
public static final Type NETBANKING_EMANDATES
public static final Type _UNKNOWN
public static Type[] values()
for (Type c : Type.values()) System.out.println(c);
public static Type 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 nullCopyright © 2023 ChargeBee. All rights reserved.