Package com.stripe.param
Enum Class PaymentIntentCreateParams.PaymentMethodData.Fpx.Bank
java.lang.Object
java.lang.Enum<PaymentIntentCreateParams.PaymentMethodData.Fpx.Bank>
com.stripe.param.PaymentIntentCreateParams.PaymentMethodData.Fpx.Bank
- All Implemented Interfaces:
ApiRequestParams.EnumParam
,Serializable
,Comparable<PaymentIntentCreateParams.PaymentMethodData.Fpx.Bank>
,Constable
- Enclosing class:
- PaymentIntentCreateParams.PaymentMethodData.Fpx
public static enum PaymentIntentCreateParams.PaymentMethodData.Fpx.Bank
extends Enum<PaymentIntentCreateParams.PaymentMethodData.Fpx.Bank>
implements ApiRequestParams.EnumParam
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Method Summary
-
Enum Constant Details
-
AFFIN_BANK
@SerializedName("affin_bank") public static final PaymentIntentCreateParams.PaymentMethodData.Fpx.Bank AFFIN_BANK -
AGROBANK
@SerializedName("agrobank") public static final PaymentIntentCreateParams.PaymentMethodData.Fpx.Bank AGROBANK -
ALLIANCE_BANK
@SerializedName("alliance_bank") public static final PaymentIntentCreateParams.PaymentMethodData.Fpx.Bank ALLIANCE_BANK -
AMBANK
@SerializedName("ambank") public static final PaymentIntentCreateParams.PaymentMethodData.Fpx.Bank AMBANK -
BANK_ISLAM
@SerializedName("bank_islam") public static final PaymentIntentCreateParams.PaymentMethodData.Fpx.Bank BANK_ISLAM -
BANK_MUAMALAT
@SerializedName("bank_muamalat") public static final PaymentIntentCreateParams.PaymentMethodData.Fpx.Bank BANK_MUAMALAT -
BANK_OF_CHINA
@SerializedName("bank_of_china") public static final PaymentIntentCreateParams.PaymentMethodData.Fpx.Bank BANK_OF_CHINA -
BANK_RAKYAT
@SerializedName("bank_rakyat") public static final PaymentIntentCreateParams.PaymentMethodData.Fpx.Bank BANK_RAKYAT -
BSN
-
CIMB
@SerializedName("cimb") public static final PaymentIntentCreateParams.PaymentMethodData.Fpx.Bank CIMB -
DEUTSCHE_BANK
@SerializedName("deutsche_bank") public static final PaymentIntentCreateParams.PaymentMethodData.Fpx.Bank DEUTSCHE_BANK -
HONG_LEONG_BANK
@SerializedName("hong_leong_bank") public static final PaymentIntentCreateParams.PaymentMethodData.Fpx.Bank HONG_LEONG_BANK -
HSBC
@SerializedName("hsbc") public static final PaymentIntentCreateParams.PaymentMethodData.Fpx.Bank HSBC -
KFH
-
MAYBANK2E
@SerializedName("maybank2e") public static final PaymentIntentCreateParams.PaymentMethodData.Fpx.Bank MAYBANK2E -
MAYBANK2U
@SerializedName("maybank2u") public static final PaymentIntentCreateParams.PaymentMethodData.Fpx.Bank MAYBANK2U -
OCBC
@SerializedName("ocbc") public static final PaymentIntentCreateParams.PaymentMethodData.Fpx.Bank OCBC -
PB_ENTERPRISE
@SerializedName("pb_enterprise") public static final PaymentIntentCreateParams.PaymentMethodData.Fpx.Bank PB_ENTERPRISE -
PUBLIC_BANK
@SerializedName("public_bank") public static final PaymentIntentCreateParams.PaymentMethodData.Fpx.Bank PUBLIC_BANK -
RHB
-
STANDARD_CHARTERED
@SerializedName("standard_chartered") public static final PaymentIntentCreateParams.PaymentMethodData.Fpx.Bank STANDARD_CHARTERED -
UOB
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getValue
- Specified by:
getValue
in interfaceApiRequestParams.EnumParam
-