public class SubscriptionCancelResponse extends Object
| Constructor and Description |
|---|
SubscriptionCancelResponse() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCanceledAt() |
Date |
getEndAt() |
String |
getId() |
URL |
getSubscriptionApiUrl() |
void |
setCanceledAt(Date canceledAt) |
void |
setEndAt(Date endAt) |
void |
setId(String id) |
void |
setSubscriptionApiUrl(URL subscriptionApiUrl) |
String |
toJson() |
String |
toString() |
public String toJson()
public String getId()
public void setId(String id)
public Date getCanceledAt()
public void setCanceledAt(Date canceledAt)
public Date getEndAt()
public void setEndAt(Date endAt)
public URL getSubscriptionApiUrl()
public void setSubscriptionApiUrl(URL subscriptionApiUrl)
Copyright © 2014. All rights reserved.