Package com.stripe.model
Class Charge.PaymentMethodDetails.Bancontact
- java.lang.Object
-
- com.stripe.model.StripeObject
-
- com.stripe.model.Charge.PaymentMethodDetails.Bancontact
-
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Charge.PaymentMethodDetails
public static class Charge.PaymentMethodDetails.Bancontact extends StripeObject
-
-
Field Summary
-
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
-
Constructor Summary
Constructors Constructor Description Bancontact()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.StringgetBankCode()Bank code of bank associated with the bank account.java.lang.StringgetBankName()Name of the bank associated with the bank account.java.lang.StringgetBic()Bank Identifier Code of the bank associated with the bank account.java.lang.StringgetGeneratedSepaDebit()Get ID of expandablegeneratedSepaDebitobject.java.lang.StringgetGeneratedSepaDebitMandate()Get ID of expandablegeneratedSepaDebitMandateobject.MandategetGeneratedSepaDebitMandateObject()Get expandedgeneratedSepaDebitMandate.PaymentMethodgetGeneratedSepaDebitObject()Get expandedgeneratedSepaDebit.java.lang.StringgetIbanLast4()Last four characters of the IBAN.java.lang.StringgetPreferredLanguage()Preferred language of the Bancontact authorization page that the customer is redirected to.java.lang.StringgetVerifiedName()Owner's verified full name.inthashCode()voidsetBankCode(java.lang.String bankCode)Bank code of bank associated with the bank account.voidsetBankName(java.lang.String bankName)Name of the bank associated with the bank account.voidsetBic(java.lang.String bic)Bank Identifier Code of the bank associated with the bank account.voidsetGeneratedSepaDebit(java.lang.String id)voidsetGeneratedSepaDebitMandate(java.lang.String id)voidsetGeneratedSepaDebitMandateObject(Mandate expandableObject)voidsetGeneratedSepaDebitObject(PaymentMethod expandableObject)voidsetIbanLast4(java.lang.String ibanLast4)Last four characters of the IBAN.voidsetPreferredLanguage(java.lang.String preferredLanguage)Preferred language of the Bancontact authorization page that the customer is redirected to.voidsetVerifiedName(java.lang.String verifiedName)Owner's verified full name.-
Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
-
-
-
Method Detail
-
getGeneratedSepaDebit
public java.lang.String getGeneratedSepaDebit()
Get ID of expandablegeneratedSepaDebitobject.
-
setGeneratedSepaDebit
public void setGeneratedSepaDebit(java.lang.String id)
-
getGeneratedSepaDebitObject
public PaymentMethod getGeneratedSepaDebitObject()
Get expandedgeneratedSepaDebit.
-
setGeneratedSepaDebitObject
public void setGeneratedSepaDebitObject(PaymentMethod expandableObject)
-
getGeneratedSepaDebitMandate
public java.lang.String getGeneratedSepaDebitMandate()
Get ID of expandablegeneratedSepaDebitMandateobject.
-
setGeneratedSepaDebitMandate
public void setGeneratedSepaDebitMandate(java.lang.String id)
-
getGeneratedSepaDebitMandateObject
public Mandate getGeneratedSepaDebitMandateObject()
Get expandedgeneratedSepaDebitMandate.
-
setGeneratedSepaDebitMandateObject
public void setGeneratedSepaDebitMandateObject(Mandate expandableObject)
-
getBankCode
public java.lang.String getBankCode()
Bank code of bank associated with the bank account.
-
getBankName
public java.lang.String getBankName()
Name of the bank associated with the bank account.
-
getBic
public java.lang.String getBic()
Bank Identifier Code of the bank associated with the bank account.
-
getIbanLast4
public java.lang.String getIbanLast4()
Last four characters of the IBAN.
-
getPreferredLanguage
public java.lang.String getPreferredLanguage()
Preferred language of the Bancontact authorization page that the customer is redirected to. Can be one ofen,de,fr, ornl
-
getVerifiedName
public java.lang.String 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
public void setBankCode(java.lang.String bankCode)
Bank code of bank associated with the bank account.
-
setBankName
public void setBankName(java.lang.String bankName)
Name of the bank associated with the bank account.
-
setBic
public void setBic(java.lang.String bic)
Bank Identifier Code of the bank associated with the bank account.
-
setIbanLast4
public void setIbanLast4(java.lang.String ibanLast4)
Last four characters of the IBAN.
-
setPreferredLanguage
public void setPreferredLanguage(java.lang.String preferredLanguage)
Preferred language of the Bancontact authorization page that the customer is redirected to. Can be one ofen,de,fr, ornl
-
setVerifiedName
public void setVerifiedName(java.lang.String verifiedName)
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
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-