public static class Charge.PaymentMethodDetails.Bancontact extends StripeObject
PRETTY_PRINT_GSON
Constructor and Description |
---|
Bancontact() |
Modifier and Type | Method and 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.
|
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
public java.lang.String getBankCode()
public java.lang.String getBankName()
public java.lang.String getBic()
public java.lang.String getIbanLast4()
public java.lang.String getPreferredLanguage()
en
, de
, fr
, or nl
public java.lang.String getVerifiedName()
public void setBankCode(java.lang.String bankCode)
public void setBankName(java.lang.String bankName)
public void setBic(java.lang.String bic)
public void setIbanLast4(java.lang.String ibanLast4)
public void setPreferredLanguage(java.lang.String preferredLanguage)
en
, de
, fr
, or nl
public void setVerifiedName(java.lang.String verifiedName)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
protected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode
in class java.lang.Object