Package com.stripe.model
Class ConfirmationToken.PaymentMethodPreview.Fpx
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.ConfirmationToken.PaymentMethodPreview.Fpx
- All Implemented Interfaces:
- StripeObjectInterface
- Enclosing class:
- ConfirmationToken.PaymentMethodPreview
For more details about Fpx, please refer to the API
 Reference.
- 
Field SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleanAccount holder type, if provided.getBank()The customer's bank, if provided.inthashCode()voidsetAccountHolderType(String accountHolderType) Account holder type, if provided.voidThe customer's bank, if provided.Methods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
Fpxpublic Fpx()
 
- 
- 
Method Details- 
getAccountHolderTypeAccount holder type, if provided. Can be one ofindividualorcompany.
- 
getBankThe 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.
- 
setAccountHolderTypeAccount holder type, if provided. Can be one ofindividualorcompany.
- 
setBankThe 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
- 
hashCodepublic int hashCode()
 
-