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
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Bank 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 expandablegeneratedSepaDebit
object.Get ID of expandablegeneratedSepaDebitMandate
object.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.int
hashCode()
void
setBankCode
(String bankCode) Bank code of bank associated with the bank account.void
setBankName
(String bankName) Name of the bank associated with the bank account.void
Bank Identifier Code of the bank associated with the bank account.void
void
void
setGeneratedSepaDebitMandateObject
(Mandate expandableObject) void
setGeneratedSepaDebitObject
(PaymentMethod expandableObject) void
setIbanLast4
(String ibanLast4) Last four characters of the IBAN.void
setPreferredLanguage
(String preferredLanguage) Preferred language of the Bancontact authorization page that the customer is redirected to.void
setVerifiedName
(String verifiedName) Owner's verified full name.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Bancontact
public Bancontact()
-
-
Method Details
-
getGeneratedSepaDebit
Get ID of expandablegeneratedSepaDebit
object. -
setGeneratedSepaDebit
-
getGeneratedSepaDebitObject
Get expandedgeneratedSepaDebit
. -
setGeneratedSepaDebitObject
-
getGeneratedSepaDebitMandate
Get ID of expandablegeneratedSepaDebitMandate
object. -
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()
-