Package com.stripe.param
Enum Class PaymentMethodCreateParams.Fpx.Bank
java.lang.Object
java.lang.Enum<PaymentMethodCreateParams.Fpx.Bank>
com.stripe.param.PaymentMethodCreateParams.Fpx.Bank
- All Implemented Interfaces:
ApiRequestParams.EnumParam
,Serializable
,Comparable<PaymentMethodCreateParams.Fpx.Bank>
,Constable
- Enclosing class:
- PaymentMethodCreateParams.Fpx
public static enum PaymentMethodCreateParams.Fpx.Bank
extends Enum<PaymentMethodCreateParams.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
Modifier and TypeMethodDescriptiongetValue()
Returns the enum constant of this class with the specified name.static PaymentMethodCreateParams.Fpx.Bank[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
AFFIN_BANK
-
AGROBANK
-
ALLIANCE_BANK
@SerializedName("alliance_bank") public static final PaymentMethodCreateParams.Fpx.Bank ALLIANCE_BANK -
AMBANK
-
BANK_ISLAM
-
BANK_MUAMALAT
@SerializedName("bank_muamalat") public static final PaymentMethodCreateParams.Fpx.Bank BANK_MUAMALAT -
BANK_OF_CHINA
@SerializedName("bank_of_china") public static final PaymentMethodCreateParams.Fpx.Bank BANK_OF_CHINA -
BANK_RAKYAT
-
BSN
-
CIMB
-
DEUTSCHE_BANK
@SerializedName("deutsche_bank") public static final PaymentMethodCreateParams.Fpx.Bank DEUTSCHE_BANK -
HONG_LEONG_BANK
@SerializedName("hong_leong_bank") public static final PaymentMethodCreateParams.Fpx.Bank HONG_LEONG_BANK -
HSBC
-
KFH
-
MAYBANK2E
-
MAYBANK2U
-
OCBC
-
PB_ENTERPRISE
@SerializedName("pb_enterprise") public static final PaymentMethodCreateParams.Fpx.Bank PB_ENTERPRISE -
PUBLIC_BANK
-
RHB
-
STANDARD_CHARTERED
@SerializedName("standard_chartered") public static final PaymentMethodCreateParams.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
-