public class AccountResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
chargeEnabled |
protected String |
country |
protected List<String> |
currenciesSupported |
protected String |
defaultCurrency |
protected boolean |
detailsSubmitted |
protected String |
displayName |
protected String |
email |
protected String |
id |
protected String |
object |
protected String |
statementDescriptor |
protected String |
timezone |
protected boolean |
transferEnabled |
| Constructor and Description |
|---|
AccountResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCountry() |
List<String> |
getCurrenciesSupported() |
String |
getDefaultCurrency() |
String |
getDisplayName() |
String |
getEmail() |
String |
getId() |
String |
getObject() |
String |
getStatementDescriptor() |
String |
getTimezone() |
boolean |
isChargeEnabled() |
boolean |
isDetailsSubmitted() |
boolean |
isTransferEnabled() |
protected String id
protected String email
protected String statementDescriptor
protected String displayName
protected String timezone
protected boolean detailsSubmitted
protected boolean chargeEnabled
protected boolean transferEnabled
protected String defaultCurrency
protected String country
protected String object
public String getId()
public String getEmail()
public String getStatementDescriptor()
public String getDisplayName()
public String getTimezone()
public boolean isDetailsSubmitted()
public boolean isChargeEnabled()
public boolean isTransferEnabled()
public String getDefaultCurrency()
public String getCountry()
public String getObject()
Copyright © 2014. All rights reserved.