public static enum PaymentIntentConfirmParams.PaymentMethodData.Sofort.Country extends java.lang.Enum<PaymentIntentConfirmParams.PaymentMethodData.Sofort.Country> implements ApiRequestParams.EnumParam
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue() |
static PaymentIntentConfirmParams.PaymentMethodData.Sofort.Country |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PaymentIntentConfirmParams.PaymentMethodData.Sofort.Country[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="AT") public static final PaymentIntentConfirmParams.PaymentMethodData.Sofort.Country AT
@SerializedName(value="BE") public static final PaymentIntentConfirmParams.PaymentMethodData.Sofort.Country BE
@SerializedName(value="DE") public static final PaymentIntentConfirmParams.PaymentMethodData.Sofort.Country DE
@SerializedName(value="ES") public static final PaymentIntentConfirmParams.PaymentMethodData.Sofort.Country ES
@SerializedName(value="IT") public static final PaymentIntentConfirmParams.PaymentMethodData.Sofort.Country IT
@SerializedName(value="NL") public static final PaymentIntentConfirmParams.PaymentMethodData.Sofort.Country NL
public static PaymentIntentConfirmParams.PaymentMethodData.Sofort.Country[] values()
for (PaymentIntentConfirmParams.PaymentMethodData.Sofort.Country c : PaymentIntentConfirmParams.PaymentMethodData.Sofort.Country.values()) System.out.println(c);
public static PaymentIntentConfirmParams.PaymentMethodData.Sofort.Country valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getValue()
getValue
in interface ApiRequestParams.EnumParam