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)
           
 



Copyright © 2014 Stripe. All rights reserved.