Package com.stripe.model
Class SetupAttempt.PaymentMethodDetails.Ideal
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.SetupAttempt.PaymentMethodDetails.Ideal
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- SetupAttempt.PaymentMethodDetails
For more details about Ideal, 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 booleanbooleangetBank()The customer's bank.getBic()The Bank Identifier Code of the customer's bank.Get ID of expandablegeneratedSepaDebitobject.Get ID of expandablegeneratedSepaDebitMandateobject.Get expandedgeneratedSepaDebitMandate.Get expandedgeneratedSepaDebit.Last four characters of the IBAN.Owner's verified full name.inthashCode()voidThe customer's bank.voidThe Bank Identifier Code of the customer's bank.voidvoidvoidsetGeneratedSepaDebitMandateObject(Mandate expandableObject) voidsetGeneratedSepaDebitObject(PaymentMethod expandableObject) voidsetIbanLast4(String ibanLast4) Last four characters of the IBAN.voidsetVerifiedName(String verifiedName) Owner's verified full name.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Ideal
public Ideal()
-
-
Method Details
-
getGeneratedSepaDebit
Get ID of expandablegeneratedSepaDebitobject. -
setGeneratedSepaDebit
-
getGeneratedSepaDebitObject
Get expandedgeneratedSepaDebit. -
setGeneratedSepaDebitObject
-
getGeneratedSepaDebitMandate
Get ID of expandablegeneratedSepaDebitMandateobject. -
setGeneratedSepaDebitMandate
-
getGeneratedSepaDebitMandateObject
Get expandedgeneratedSepaDebitMandate. -
setGeneratedSepaDebitMandateObject
-
getBank
The customer's bank. Can be one ofabn_amro,asn_bank,bunq,buut,handelsbanken,ing,knab,moneyou,n26,nn,rabobank,regiobank,revolut,sns_bank,triodos_bank,van_lanschot, oryoursafe. -
getBic
The Bank Identifier Code of the customer's bank.One of
ABNANL2A,ASNBNL21,BITSNL2A,BUNQNL2A,BUUTNL2A,FVLBNL22,HANDNL2A,INGBNL2A,KNABNL2H,MOYONL21,NNBANL2G,NTSBDEB1,RABONL2U,RBRBNL21,REVOIE23,REVOLT21,SNSBNL2A, orTRIONL2U. -
getIbanLast4
Last four characters of the IBAN. -
getVerifiedName
Owner's verified full name. Values are verified or provided by iDEAL directly (if supported) at the time of authorization or settlement. They cannot be set or mutated. -
setBank
The customer's bank. Can be one ofabn_amro,asn_bank,bunq,buut,handelsbanken,ing,knab,moneyou,n26,nn,rabobank,regiobank,revolut,sns_bank,triodos_bank,van_lanschot, oryoursafe. -
setBic
The Bank Identifier Code of the customer's bank.One of
ABNANL2A,ASNBNL21,BITSNL2A,BUNQNL2A,BUUTNL2A,FVLBNL22,HANDNL2A,INGBNL2A,KNABNL2H,MOYONL21,NNBANL2G,NTSBDEB1,RABONL2U,RBRBNL21,REVOIE23,REVOLT21,SNSBNL2A, orTRIONL2U. -
setIbanLast4
Last four characters of the IBAN. -
setVerifiedName
Owner's verified full name. Values are verified or provided by iDEAL directly (if supported) at the time of authorization or settlement. They cannot be set or mutated. -
equals
-
canEqual
-
hashCode
public int hashCode()
-