public class SubscriptionResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
protected float |
applicationFeePercent |
protected boolean |
cancelAtPeriodEnd |
protected Date |
canceledAt |
protected Date |
currentPeriodEnd |
protected Date |
currentPeriodStart |
protected String |
customer |
protected DiscountResponse |
discount |
protected Date |
endedAt |
protected String |
id |
protected Map<String,Object> |
metadata |
protected String |
object |
protected PlanResponse |
plan |
protected int |
quantity |
protected Date |
start |
protected String |
status |
protected Date |
trialEnd |
protected Date |
trialStart |
| Constructor and Description |
|---|
SubscriptionResponse() |
| Modifier and Type | Method and Description |
|---|---|
float |
getApplicationFeePercent() |
Date |
getCanceledAt() |
Date |
getCurrentPeriodEnd() |
Date |
getCurrentPeriodStart() |
String |
getCustomer() |
DiscountResponse |
getDiscount() |
Date |
getEndedAt() |
String |
getId() |
Map<String,Object> |
getMetadata() |
String |
getObject() |
PlanResponse |
getPlan() |
int |
getQuantity() |
Date |
getStart() |
String |
getStatus() |
Date |
getTrialEnd() |
Date |
getTrialStart() |
boolean |
isCancelAtPeriodEnd() |
protected String id
protected PlanResponse plan
protected String object
protected boolean cancelAtPeriodEnd
protected String customer
protected int quantity
protected Date start
protected String status
protected float applicationFeePercent
protected Date canceledAt
protected Date currentPeriodEnd
protected Date currentPeriodStart
protected DiscountResponse discount
protected Date endedAt
protected Date trialEnd
protected Date trialStart
public String getId()
public PlanResponse getPlan()
public String getObject()
public boolean isCancelAtPeriodEnd()
public String getCustomer()
public int getQuantity()
public Date getStart()
public String getStatus()
public float getApplicationFeePercent()
public Date getCanceledAt()
public Date getCurrentPeriodEnd()
public Date getCurrentPeriodStart()
public DiscountResponse getDiscount()
public Date getEndedAt()
public Date getTrialEnd()
public Date getTrialStart()
Copyright © 2014. All rights reserved.