Package com.stripe.model
Class SetupAttempt.PaymentMethodDetails.Bancontact
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.SetupAttempt.PaymentMethodDetails.Bancontact
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- SetupAttempt.PaymentMethodDetails
For more details about Bancontact, 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 booleanbooleanBank code of bank associated with the bank account.Name of the bank associated with the bank account.getBic()Bank Identifier Code of the bank associated with the bank account.Get ID of expandablegeneratedSepaDebitobject.Get ID of expandablegeneratedSepaDebitMandateobject.Get expandedgeneratedSepaDebitMandate.Get expandedgeneratedSepaDebit.Last four characters of the IBAN.Preferred language of the Bancontact authorization page that the customer is redirected to.Owner's verified full name.inthashCode()voidsetBankCode(String bankCode) Bank code of bank associated with the bank account.voidsetBankName(String bankName) Name of the bank associated with the bank account.voidBank Identifier Code of the bank associated with the bank account.voidvoidvoidsetGeneratedSepaDebitMandateObject(Mandate expandableObject) voidsetGeneratedSepaDebitObject(PaymentMethod expandableObject) voidsetIbanLast4(String ibanLast4) Last four characters of the IBAN.voidsetPreferredLanguage(String preferredLanguage) Preferred language of the Bancontact authorization page that the customer is redirected to.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
-
Bancontact
public Bancontact()
-
-
Method Details
-
getGeneratedSepaDebit
Get ID of expandablegeneratedSepaDebitobject. -
setGeneratedSepaDebit
-
getGeneratedSepaDebitObject
Get expandedgeneratedSepaDebit. -
setGeneratedSepaDebitObject
-
getGeneratedSepaDebitMandate
Get ID of expandablegeneratedSepaDebitMandateobject. -
setGeneratedSepaDebitMandate
-
getGeneratedSepaDebitMandateObject
Get expandedgeneratedSepaDebitMandate. -
setGeneratedSepaDebitMandateObject
-
getBankCode
Bank code of bank associated with the bank account. -
getBankName
Name of the bank associated with the bank account. -
getBic
Bank Identifier Code of the bank associated with the bank account. -
getIbanLast4
Last four characters of the IBAN. -
getPreferredLanguage
Preferred language of the Bancontact authorization page that the customer is redirected to. Can be one ofen,de,fr, ornl -
getVerifiedName
Owner's verified full name. Values are verified or provided by Bancontact directly (if supported) at the time of authorization or settlement. They cannot be set or mutated. -
setBankCode
Bank code of bank associated with the bank account. -
setBankName
Name of the bank associated with the bank account. -
setBic
Bank Identifier Code of the bank associated with the bank account. -
setIbanLast4
Last four characters of the IBAN. -
setPreferredLanguage
Preferred language of the Bancontact authorization page that the customer is redirected to. Can be one ofen,de,fr, ornl -
setVerifiedName
Owner's verified full name. Values are verified or provided by Bancontact directly (if supported) at the time of authorization or settlement. They cannot be set or mutated. -
equals
-
canEqual
-
hashCode
public int hashCode()
-