com.stripe.model
Class BalanceTransaction

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

public class BalanceTransaction
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
prettyPrintGson
 
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

BalanceTransaction

public BalanceTransaction()
Method Detail

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.