com.stripe.model
Class TransferCollection

java.lang.Object
  extended by com.stripe.model.StripeObject
      extended by com.stripe.model.TransferCollection

public class TransferCollection
extends StripeObject


Field Summary
 
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
 
Constructor Summary
TransferCollection()
           
 
Method Summary
 Integer getCount()
           
 List<Transfer> getData()
           
 void setCount(Integer count)
           
 void setData(List<Transfer> data)
           
 
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

TransferCollection

public TransferCollection()
Method Detail

getData

public List<Transfer> getData()

setData

public void setData(List<Transfer> data)

getCount

public Integer getCount()

setCount

public void setCount(Integer count)


Copyright © 2014 Stripe. All rights reserved.