Package com.stripe.model
Class Charge.PaymentMethodDetails.Sofort
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Charge.PaymentMethodDetails.Sofort
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Charge.PaymentMethodDetails
For more details about Sofort, 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.Two-letter ISO code representing the country the bank account is located in.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.voidsetCountry(String country) Two-letter ISO code representing the country the bank account is located in.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.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Sofort
public Sofort()
-
-
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. -
getCountry
Two-letter ISO code representing the country the bank account is located in. -
getIbanLast4
Last four characters of the IBAN. -
getPreferredLanguage
Preferred language of the SOFORT authorization page that the customer is redirected to. Can be one ofde,en,es,fr,it,nl, orpl -
getVerifiedName
Owner'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. -
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. -
setCountry
Two-letter ISO code representing the country the bank account is located in. -
setIbanLast4
Last four characters of the IBAN. -
setPreferredLanguage
Preferred language of the SOFORT authorization page that the customer is redirected to. Can be one ofde,en,es,fr,it,nl, orpl -
setVerifiedName
Owner'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
-
hashCode
public int hashCode()
-