public class AbstractSubscription extends RecurlyObject
| Modifier and Type | Field and Description |
|---|---|
static String |
SUBSCRIPTION_RESOURCE |
NIL_STR, NIL_VAL| Constructor and Description |
|---|
AbstractSubscription() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
SubscriptionAddOns |
getAddOns() |
String |
getPlanCode() |
Integer |
getQuantity() |
Integer |
getUnitAmountInCents() |
int |
hashCode() |
void |
setAddOns(SubscriptionAddOns addOns) |
void |
setPlanCode(String planCode) |
void |
setQuantity(Object quantity) |
void |
setUnitAmountInCents(Object unitAmountInCents) |
booleanOrNull, dateTimeOrNull, getHref, integerOrNull, isNull, newXmlMapper, setHref, setRecurlyClient, stringOrNullpublic static final String SUBSCRIPTION_RESOURCE
public AbstractSubscription()
public String getPlanCode()
public void setPlanCode(String planCode)
public Integer getUnitAmountInCents()
public void setUnitAmountInCents(Object unitAmountInCents)
public Integer getQuantity()
public void setQuantity(Object quantity)
public SubscriptionAddOns getAddOns()
public void setAddOns(SubscriptionAddOns addOns)
Copyright © 2012-2014. All Rights Reserved.