Uses of Class
com.stripe.model.Transfer

Packages that use Transfer
com.stripe.model   
 

Uses of Transfer in com.stripe.model
 

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

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

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



Copyright © 2014 Stripe. All rights reserved.