public class BankAccountResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
bankName |
protected String |
country |
protected String |
currency |
protected boolean |
disabled |
protected String |
fingerprint |
protected String |
id |
protected String |
last4 |
protected String |
object |
protected boolean |
validated |
protected boolean |
verified |
| Constructor and Description |
|---|
BankAccountResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBankName() |
String |
getCountry() |
String |
getCurrency() |
String |
getFingerprint() |
String |
getId() |
String |
getLast4() |
String |
getObject() |
boolean |
isDisabled() |
boolean |
isValidated() |
boolean |
isVerified() |
protected String id
protected String object
protected String bankName
protected String country
protected String currency
protected String last4
protected boolean disabled
protected String fingerprint
protected boolean validated
protected boolean verified
public String getId()
public String getObject()
public String getBankName()
public String getCountry()
public String getCurrency()
public String getLast4()
public boolean isDisabled()
public String getFingerprint()
public boolean isValidated()
public boolean isVerified()
Copyright © 2014. All rights reserved.