Uses of Class
com.stripe.model.Coupon

Packages that use Coupon
com.stripe.model   
 

Uses of Coupon in com.stripe.model
 

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

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

Methods in com.stripe.model with parameters of type Coupon
 void Discount.setCoupon(Coupon coupon)
           
 

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



Copyright © 2014 Stripe. All rights reserved.