public class RecipientCollection extends StripeObject
PRETTY_PRINT_GSON
RecipientCollection()
Integer
getCount()
List<Recipient>
getData()
void
setCount(Integer count)
setData(List<Recipient> data)
toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public RecipientCollection()
public List<Recipient> getData()
public void setData(List<Recipient> data)
public Integer getCount()
public void setCount(Integer count)
Copyright © 2014 Stripe. All rights reserved.