public class Balance extends ApiResource
| Modifier and Type | Class | Description |
|---|---|---|
static class |
Balance.Money |
ApiResource.RequestMethod, ApiResource.RequestTypeCHARSET, GSONPRETTY_PRINT_GSON| Constructor | Description |
|---|---|
Balance() |
| Modifier and Type | Method | Description |
|---|---|---|
protected boolean |
canEqual(java.lang.Object other) |
|
boolean |
equals(java.lang.Object o) |
|
java.util.List<Balance.Money> |
getAvailable() |
|
java.lang.Boolean |
getLivemode() |
|
java.lang.String |
getObject() |
|
java.util.List<Balance.Money> |
getPending() |
|
int |
hashCode() |
|
static Balance |
retrieve() |
Retrieve balance.
|
static Balance |
retrieve(RequestOptions options) |
Retrieve balance.
|
static Balance |
retrieve(java.util.Map<java.lang.String,java.lang.Object> params,
RequestOptions options) |
Retrieve balance.
|
void |
setAvailable(java.util.List<Balance.Money> available) |
|
void |
setLivemode(java.lang.Boolean livemode) |
|
void |
setObject(java.lang.String object) |
|
void |
setPending(java.util.List<Balance.Money> pending) |
classUrl, classUrl, instanceUrl, instanceUrl, multipartRequest, request, requestCollection, setExpandableFieldId, setStripeResponseGetter, singleClassUrl, singleClassUrl, subresourceUrl, urlEncodeclone, finalize, getClass, notify, notifyAll, wait, wait, waitequals, getLastResponse, setLastResponse, toJson, toStringpublic static Balance retrieve() throws StripeException
StripeExceptionpublic static Balance retrieve(RequestOptions options) throws StripeException
StripeExceptionpublic static Balance retrieve(java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeException
StripeExceptionpublic java.lang.String getObject()
public java.util.List<Balance.Money> getAvailable()
public java.lang.Boolean getLivemode()
public java.util.List<Balance.Money> getPending()
public void setObject(java.lang.String object)
public void setAvailable(java.util.List<Balance.Money> available)
public void setLivemode(java.lang.Boolean livemode)
public void setPending(java.util.List<Balance.Money> pending)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Object