com.stripe.model
Class Account

java.lang.Object
  extended by com.stripe.model.StripeObject
      extended by com.stripe.net.APIResource
          extended by com.stripe.model.Account

public class Account
extends APIResource


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
PRETTY_PRINT_GSON
 
Constructor Summary
Account()
           
 
Method Summary
 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)
           
 
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

Account

public Account()
Method Detail

getId

public String getId()

getChargeEnabled

public Boolean getChargeEnabled()

getDetailsSubmitted

public Boolean getDetailsSubmitted()

getTransferEnabled

public Boolean getTransferEnabled()

getCurrenciesSupported

public List<String> getCurrenciesSupported()

getEmail

public String getEmail()

getStatementDescriptor

public String getStatementDescriptor()

getDefaultCurrency

public String getDefaultCurrency()

retrieve

public static Account retrieve()
                        throws AuthenticationException,
                               InvalidRequestException,
                               APIConnectionException,
                               CardException,
                               APIException
Throws:
AuthenticationException
InvalidRequestException
APIConnectionException
CardException
APIException

retrieve

public static Account retrieve(String apiKey)
                        throws AuthenticationException,
                               InvalidRequestException,
                               APIConnectionException,
                               CardException,
                               APIException
Throws:
AuthenticationException
InvalidRequestException
APIConnectionException
CardException
APIException


Copyright © 2014 Stripe. All rights reserved.