Uses of Class
com.stripe.model.Recipient

Packages that use Recipient
com.stripe.model   
 

Uses of Recipient in com.stripe.model
 

Methods in com.stripe.model that return Recipient
static Recipient Recipient.create(Map<String,Object> params)
           
static Recipient Recipient.create(Map<String,Object> params, String apiKey)
           
static Recipient Recipient.retrieve(String id)
           
static Recipient Recipient.retrieve(String id, String apiKey)
           
 Recipient Recipient.update(Map<String,Object> params)
           
 Recipient Recipient.update(Map<String,Object> params, String apiKey)
           
 

Methods in com.stripe.model that return types with arguments of type Recipient
 List<Recipient> RecipientCollection.getData()
           
 

Method parameters in com.stripe.model with type arguments of type Recipient
 void RecipientCollection.setData(List<Recipient> data)
           
 



Copyright © 2014 Stripe. All rights reserved.