Package com.stripe.model
Class SetupAttempt.PaymentMethodDetails.Sofort
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.SetupAttempt.PaymentMethodDetails.Sofort
- All Implemented Interfaces:
- StripeObjectInterface
- Enclosing class:
- SetupAttempt.PaymentMethodDetails
For more details about Sofort, please refer to the API
 Reference.
- 
Field SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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 Sofort 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 Sofort authorization page that the customer is redirected to.voidsetVerifiedName(String verifiedName) Owner's verified full name.Methods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
Sofortpublic Sofort()
 
- 
- 
Method Details- 
getGeneratedSepaDebitGet ID of expandablegeneratedSepaDebitobject.
- 
setGeneratedSepaDebit
- 
getGeneratedSepaDebitObjectGet expandedgeneratedSepaDebit.
- 
setGeneratedSepaDebitObject
- 
getGeneratedSepaDebitMandateGet ID of expandablegeneratedSepaDebitMandateobject.
- 
setGeneratedSepaDebitMandate
- 
getGeneratedSepaDebitMandateObjectGet expandedgeneratedSepaDebitMandate.
- 
setGeneratedSepaDebitMandateObject
- 
getBankCodeBank code of bank associated with the bank account.
- 
getBankNameName of the bank associated with the bank account.
- 
getBicBank Identifier Code of the bank associated with the bank account.
- 
getIbanLast4Last four characters of the IBAN.
- 
getPreferredLanguagePreferred language of the Sofort authorization page that the customer is redirected to. Can be one ofen,de,fr, ornl
- 
getVerifiedNameOwner's verified full name. Values are verified or provided by Sofort directly (if supported) at the time of authorization or settlement. They cannot be set or mutated.
- 
setBankCodeBank code of bank associated with the bank account.
- 
setBankNameName of the bank associated with the bank account.
- 
setBicBank Identifier Code of the bank associated with the bank account.
- 
setIbanLast4Last four characters of the IBAN.
- 
setPreferredLanguagePreferred language of the Sofort authorization page that the customer is redirected to. Can be one ofen,de,fr, ornl
- 
setVerifiedNameOwner's verified full name. Values are verified or provided by Sofort directly (if supported) at the time of authorization or settlement. They cannot be set or mutated.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-