Uses of Class
com.stripe.model.ApplicationFee

Packages that use ApplicationFee
com.stripe.model   
 

Uses of ApplicationFee in com.stripe.model
 

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

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

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



Copyright © 2014 Stripe. All rights reserved.