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.retrieve(String id)
           
static Transfer Transfer.retrieve(String id, 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 © 2013 Stripe. All Rights Reserved.