Package com.stripe.model
Class PaymentRecord.PaymentMethodDetails.Fpx
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentRecord.PaymentMethodDetails.Fpx
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentRecord.PaymentMethodDetails
For more details about Fpx, please refer to the API
Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanAccount holder type, if provided.getBank()The customer's bank.Unique transaction id generated by FPX for every request from the merchant.inthashCode()voidsetAccountHolderType(String accountHolderType) Account holder type, if provided.voidThe customer's bank.voidsetTransactionId(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, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Fpx
public Fpx()
-
-
Method Details
-
getAccountHolderType
Account holder type, if provided. Can be one ofindividualorcompany. -
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 ofindividualorcompany. -
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()
-