public static class Charge.PaymentMethodDetails.Sofort extends StripeObject
PRETTY_PRINT_GSON
Constructor and Description |
---|
Sofort() |
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 |
getCountry()
Two-letter ISO code representing the country the bank account is located in.
|
java.lang.String |
getIbanLast4()
Last four characters of the IBAN.
|
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 |
setCountry(java.lang.String country)
Two-letter ISO code representing the country the bank account is located in.
|
void |
setIbanLast4(java.lang.String ibanLast4)
Last four characters of the IBAN.
|
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 getCountry()
public java.lang.String getIbanLast4()
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 setCountry(java.lang.String country)
public void setIbanLast4(java.lang.String ibanLast4)
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