public class Discount extends StripeObject
PRETTY_PRINT_GSON| Constructor and Description |
|---|
Discount() |
| Modifier and Type | Method and Description |
|---|---|
Coupon |
getCoupon() |
String |
getCustomer() |
Long |
getEnd() |
String |
getId() |
Long |
getStart() |
void |
setCoupon(Coupon coupon) |
void |
setCustomer(String customer) |
void |
setEnd(Long end) |
void |
setId(String id) |
void |
setStart(Long start) |
toStringpublic Long getEnd()
public void setEnd(Long end)
public String getId()
public void setId(String id)
public Long getStart()
public void setStart(Long start)
public Coupon getCoupon()
public void setCoupon(Coupon coupon)
public String getCustomer()
public void setCustomer(String customer)
Copyright © 2014 Stripe. All rights reserved.