public class Balance extends APIResource
APIResource.RequestMethod, APIResource.RequestTypeCHARSET, GSONPRETTY_PRINT_GSON| Constructor and Description |
|---|
Balance() |
| Modifier and Type | Method and Description |
|---|---|
List<Money> |
getAvailable() |
Boolean |
getLivemode() |
String |
getObject() |
List<Money> |
getPending() |
static Balance |
retrieve() |
static Balance |
retrieve(RequestOptions options) |
static Balance |
retrieve(String apiKey)
Deprecated.
|
void |
setObject(String object) |
classURL, classURL, instanceURL, instanceURL, multipartRequest, request, requestCollection, setExpandableFieldID, setStripeResponseGetter, singleClassURL, singleClassURL, urlEncodeequals, toJson, toStringpublic String getObject()
public void setObject(String object)
public Boolean getLivemode()
public static Balance retrieve() throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
@Deprecated public static Balance retrieve(String apiKey) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public static Balance retrieve(RequestOptions options) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
Copyright © 2017 Stripe. All rights reserved.