|
||||||||||
| 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.BalanceTransaction
public class BalanceTransaction
| 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 | |
|---|---|
BalanceTransaction()
|
|
| Method Summary | |
|---|---|
static BalanceTransactionCollection |
all(Map<String,Object> params)
|
static BalanceTransactionCollection |
all(Map<String,Object> params,
String apiKey)
|
Integer |
getAmount()
|
Long |
getAvailableOn()
|
Long |
getCreated()
|
String |
getCurrency()
|
String |
getDescription()
|
Long |
getFee()
|
List<Fee> |
getFeeDetails()
|
String |
getId()
|
Integer |
getNet()
|
String |
getSource()
|
String |
getStatus()
|
String |
getType()
|
static BalanceTransaction |
retrieve(String id)
|
static BalanceTransaction |
retrieve(String id,
String apiKey)
|
void |
setAmount(Integer amount)
|
void |
setAvailableOn(Long availableOn)
|
void |
setCreated(Long created)
|
void |
setCurrency(String currency)
|
void |
setDescription(String description)
|
void |
setFee(Long fee)
|
void |
setFeeDetails(List<Fee> feeDetails)
|
void |
setId(String id)
|
void |
setNet(Integer net)
|
void |
setSource(String source)
|
void |
setStatus(String status)
|
void |
setType(String type)
|
| 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 BalanceTransaction()
| Method Detail |
|---|
public String getId()
public void setId(String id)
public String getSource()
public void setSource(String source)
public Integer getAmount()
public void setAmount(Integer amount)
public String getCurrency()
public void setCurrency(String currency)
public Integer getNet()
public void setNet(Integer net)
public String getType()
public void setType(String type)
public Long getCreated()
public void setCreated(Long created)
public Long getAvailableOn()
public void setAvailableOn(Long availableOn)
public String getStatus()
public void setStatus(String status)
public Long getFee()
public void setFee(Long fee)
public List<Fee> getFeeDetails()
public void setFeeDetails(List<Fee> feeDetails)
public String getDescription()
public void setDescription(String description)
public static BalanceTransaction retrieve(String id)
throws AuthenticationException,
InvalidRequestException,
APIConnectionException,
CardException,
APIException
AuthenticationException
InvalidRequestException
APIConnectionException
CardException
APIException
public static BalanceTransactionCollection all(Map<String,Object> params)
throws AuthenticationException,
InvalidRequestException,
APIConnectionException,
CardException,
APIException
AuthenticationException
InvalidRequestException
APIConnectionException
CardException
APIException
public static BalanceTransaction retrieve(String id,
String apiKey)
throws AuthenticationException,
InvalidRequestException,
APIConnectionException,
CardException,
APIException
AuthenticationException
InvalidRequestException
APIConnectionException
CardException
APIException
public static BalanceTransactionCollection all(Map<String,Object> params,
String apiKey)
throws AuthenticationException,
InvalidRequestException,
APIConnectionException,
CardException,
APIException
AuthenticationException
InvalidRequestException
APIConnectionException
CardException
APIException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||