|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.stripe.model.StripeObject
com.stripe.net.APIResource
com.stripe.model.Account
public class Account
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.stripe.net.APIResource |
|---|
APIResource.RequestMethod |
| Field Summary |
|---|
| Fields inherited from class com.stripe.net.APIResource |
|---|
CHARSET, gson |
| Fields inherited from class com.stripe.model.StripeObject |
|---|
prettyPrintGson |
| Constructor Summary | |
|---|---|
Account()
|
|
| Method Summary | |
|---|---|
Boolean |
getChargeEnabled()
|
List<String> |
getCurrenciesSupported()
|
Boolean |
getDetailsSubmitted()
|
String |
getEmail()
|
String |
getId()
|
String |
getStatementDescriptor()
|
static Account |
retrieve()
|
static Account |
retrieve(String apiKey)
|
| Methods inherited from class com.stripe.net.APIResource |
|---|
_request, classURL, instanceURL, request, singleClassURL |
| Methods inherited from class com.stripe.model.StripeObject |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Account()
| Method Detail |
|---|
public String getId()
public Boolean getChargeEnabled()
public Boolean getDetailsSubmitted()
public List<String> getCurrenciesSupported()
public String getEmail()
public String getStatementDescriptor()
public static Account retrieve()
throws StripeException
StripeException
public static Account retrieve(String apiKey)
throws StripeException
StripeException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||