Package com.stripe.model
Class Charge.PaymentMethodDetails.Fpx
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Charge.PaymentMethodDetails.Fpx
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Charge.PaymentMethodDetails
-
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.Unique transaction id generated by FPX for every request from the merchant.int
hashCode()
void
setAccountHolderType
(String accountHolderType) Account holder type, if provided.void
The customer's bank.void
setTransactionId
(String transactionId) Unique transaction id generated by FPX for every request from the merchant.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. 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
. -
getTransactionId
Unique transaction id generated by FPX for every request from the merchant. -
setAccountHolderType
Account holder type, if provided. Can be one ofindividual
orcompany
. -
setBank
The customer's bank. 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
. -
setTransactionId
Unique transaction id generated by FPX for every request from the merchant. -
equals
-
canEqual
-
hashCode
public int hashCode()
-