com.stripe.model
Class RecipientCollection

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

public class RecipientCollection
extends StripeObject


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

RecipientCollection

public RecipientCollection()
Method Detail

getData

public List<Recipient> getData()

setData

public void setData(List<Recipient> data)

getCount

public Integer getCount()

setCount

public void setCount(Integer count)


Copyright © 2014 Stripe. All rights reserved.