| Package | Description |
|---|---|
| com.stripe.model |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
List<Coupon> |
CouponCollection.getData() |
| Modifier and Type | Method and Description |
|---|---|
void |
Discount.setCoupon(Coupon coupon) |
| Modifier and Type | Method and Description |
|---|---|
void |
CouponCollection.setData(List<Coupon> data) |
Copyright © 2014 Stripe. All rights reserved.