public class Plan extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Plan.DurationUnit |
| Constructor and Description |
|---|
Plan(NodeWrapper node) |
| Modifier and Type | Method and Description |
|---|---|
List<AddOn> |
getAddOns() |
Integer |
getBillingDayOfMonth() |
Integer |
getBillingFrequency() |
Calendar |
getCreatedAt() |
String |
getCurrencyIsoCode() |
String |
getDescription() |
List<Discount> |
getDiscounts() |
String |
getId() |
String |
getMerchantId() |
String |
getName() |
Integer |
getNumberOfBillingCycles() |
BigDecimal |
getPrice() |
Integer |
getTrialDuration() |
Plan.DurationUnit |
getTrialDurationUnit() |
Calendar |
getUpdatedAt() |
Boolean |
hasTrialPeriod() |
public Plan(NodeWrapper node)
public Integer getBillingFrequency()
public String getDescription()
public String getId()
public Integer getNumberOfBillingCycles()
public BigDecimal getPrice()
public Boolean hasTrialPeriod()
public Integer getTrialDuration()
public Plan.DurationUnit getTrialDurationUnit()
public String getMerchantId()
public Integer getBillingDayOfMonth()
public String getCurrencyIsoCode()
public String getName()
public Calendar getCreatedAt()
public Calendar getUpdatedAt()
Copyright © 2013–2018. All rights reserved.