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