public class Account extends APIResource
APIResource.RequestMethodCHARSET, GSONPRETTY_PRINT_GSON| Constructor and Description |
|---|
Account() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getChargeEnabled() |
List<String> |
getCurrenciesSupported() |
String |
getDefaultCurrency() |
Boolean |
getDetailsSubmitted() |
String |
getEmail() |
String |
getId() |
String |
getStatementDescriptor() |
Boolean |
getTransferEnabled() |
static Account |
retrieve() |
static Account |
retrieve(String apiKey) |
_request, classURL, instanceURL, request, singleClassURLtoStringpublic String getId()
public Boolean getChargeEnabled()
public Boolean getDetailsSubmitted()
public Boolean getTransferEnabled()
public String getEmail()
public String getStatementDescriptor()
public String getDefaultCurrency()
public static Account retrieve() throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public static Account retrieve(String apiKey) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
Copyright © 2014 Stripe. All rights reserved.