Package com.stripe.model
Class PaymentMethod.Fpx
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentMethod.Fpx
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentMethod
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Account holder type, if provided.getBank()
The customer's bank, if provided.int
hashCode()
void
setAccountHolderType
(String accountHolderType) Account holder type, if provided.void
The customer's bank, if provided.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Fpx
public Fpx()
-
-
Method Details
-
getAccountHolderType
Account holder type, if provided. Can be one ofindividual
orcompany
. -
getBank
The customer's bank, if provided. Can be one ofaffin_bank
,agrobank
,alliance_bank
,ambank
,bank_islam
,bank_muamalat
,bank_rakyat
,bsn
,cimb
,hong_leong_bank
,hsbc
,kfh
,maybank2u
,ocbc
,public_bank
,rhb
,standard_chartered
,uob
,deutsche_bank
,maybank2e
,pb_enterprise
, orbank_of_china
. -
setAccountHolderType
Account holder type, if provided. Can be one ofindividual
orcompany
. -
setBank
The customer's bank, if provided. Can be one ofaffin_bank
,agrobank
,alliance_bank
,ambank
,bank_islam
,bank_muamalat
,bank_rakyat
,bsn
,cimb
,hong_leong_bank
,hsbc
,kfh
,maybank2u
,ocbc
,public_bank
,rhb
,standard_chartered
,uob
,deutsche_bank
,maybank2e
,pb_enterprise
, orbank_of_china
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-