public static enum PaymentIntentUpdateParams.PaymentMethodData.Sofort.Country extends java.lang.Enum<PaymentIntentUpdateParams.PaymentMethodData.Sofort.Country> implements ApiRequestParams.EnumParam
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue() |
static PaymentIntentUpdateParams.PaymentMethodData.Sofort.Country |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PaymentIntentUpdateParams.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 PaymentIntentUpdateParams.PaymentMethodData.Sofort.Country AT
@SerializedName(value="BE") public static final PaymentIntentUpdateParams.PaymentMethodData.Sofort.Country BE
@SerializedName(value="DE") public static final PaymentIntentUpdateParams.PaymentMethodData.Sofort.Country DE
@SerializedName(value="ES") public static final PaymentIntentUpdateParams.PaymentMethodData.Sofort.Country ES
@SerializedName(value="IT") public static final PaymentIntentUpdateParams.PaymentMethodData.Sofort.Country IT
@SerializedName(value="NL") public static final PaymentIntentUpdateParams.PaymentMethodData.Sofort.Country NL
public static PaymentIntentUpdateParams.PaymentMethodData.Sofort.Country[] values()
for (PaymentIntentUpdateParams.PaymentMethodData.Sofort.Country c : PaymentIntentUpdateParams.PaymentMethodData.Sofort.Country.values()) System.out.println(c);
public static PaymentIntentUpdateParams.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