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