com.stripe.model
Class BalanceTransaction
java.lang.Object
com.stripe.model.StripeObject
com.stripe.net.APIResource
com.stripe.model.BalanceTransaction
public class BalanceTransaction
- extends APIResource
BalanceTransaction
public BalanceTransaction()
getId
public String getId()
setId
public void setId(String id)
getSource
public String getSource()
setSource
public void setSource(String source)
getAmount
public Integer getAmount()
setAmount
public void setAmount(Integer amount)
getCurrency
public String getCurrency()
setCurrency
public void setCurrency(String currency)
getNet
public Integer getNet()
setNet
public void setNet(Integer net)
getType
public String getType()
setType
public void setType(String type)
getCreated
public Long getCreated()
setCreated
public void setCreated(Long created)
getAvailableOn
public Long getAvailableOn()
setAvailableOn
public void setAvailableOn(Long availableOn)
getStatus
public String getStatus()
setStatus
public void setStatus(String status)
getFee
public Long getFee()
setFee
public void setFee(Long fee)
getFeeDetails
public List<Fee> getFeeDetails()
setFeeDetails
public void setFeeDetails(List<Fee> feeDetails)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
retrieve
public static BalanceTransaction retrieve(String id)
throws AuthenticationException,
InvalidRequestException,
APIConnectionException,
CardException,
APIException
- Throws:
AuthenticationException
InvalidRequestException
APIConnectionException
CardException
APIException
all
public static BalanceTransactionCollection all(Map<String,Object> params)
throws AuthenticationException,
InvalidRequestException,
APIConnectionException,
CardException,
APIException
- Throws:
AuthenticationException
InvalidRequestException
APIConnectionException
CardException
APIException
retrieve
public static BalanceTransaction retrieve(String id,
String apiKey)
throws AuthenticationException,
InvalidRequestException,
APIConnectionException,
CardException,
APIException
- Throws:
AuthenticationException
InvalidRequestException
APIConnectionException
CardException
APIException
all
public static BalanceTransactionCollection all(Map<String,Object> params,
String apiKey)
throws AuthenticationException,
InvalidRequestException,
APIConnectionException,
CardException,
APIException
- Throws:
AuthenticationException
InvalidRequestException
APIConnectionException
CardException
APIException
Copyright © 2013 Stripe. All rights reserved.