public class DiscountResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
protected CouponResponse |
coupon |
protected String |
customer |
protected long |
end |
protected String |
object |
protected long |
start |
protected String |
subscription |
| Constructor and Description |
|---|
DiscountResponse() |
| Modifier and Type | Method and Description |
|---|---|
CouponResponse |
getCoupon() |
String |
getCustomer() |
long |
getEnd() |
String |
getObject() |
long |
getStart() |
String |
getSubscription() |
protected String object
protected CouponResponse coupon
protected String customer
protected long start
protected long end
protected String subscription
public String getObject()
public CouponResponse getCoupon()
public String getCustomer()
public long getStart()
public long getEnd()
public String getSubscription()
Copyright © 2014. All rights reserved.