Package com.stripe.model
Class Charge.PaymentMethodDetails.Bancontact
- java.lang.Object
-
- com.stripe.model.StripeObject
-
- com.stripe.model.Charge.PaymentMethodDetails.Bancontact
-
- 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 boolean
canEqual(java.lang.Object other)
boolean
equals(java.lang.Object o)
java.lang.String
getBankCode()
Bank code of bank associated with the bank account.java.lang.String
getBankName()
Name of the bank associated with the bank account.java.lang.String
getBic()
Bank Identifier Code of the bank associated with the bank account.java.lang.String
getIbanLast4()
Last four characters of the IBAN.java.lang.String
getPreferredLanguage()
Preferred language of the Bancontact authorization page that the customer is redirected to.java.lang.String
getVerifiedName()
Owner's verified full name.int
hashCode()
void
setBankCode(java.lang.String bankCode)
Bank code of bank associated with the bank account.void
setBankName(java.lang.String bankName)
Name of the bank associated with the bank account.void
setBic(java.lang.String bic)
Bank Identifier Code of the bank associated with the bank account.void
setIbanLast4(java.lang.String ibanLast4)
Last four characters of the IBAN.void
setPreferredLanguage(java.lang.String preferredLanguage)
Preferred language of the Bancontact authorization page that the customer is redirected to.void
setVerifiedName(java.lang.String verifiedName)
Owner's verified full name.-
Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, setLastResponse, toJson, toString
-
-
-
-
Method Detail
-
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 of `en`, `de`, `fr`, or `nl`.
-
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 of `en`, `de`, `fr`, or `nl`.
-
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:
equals
in classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-