public class Subscription extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Subscription.DurationUnit |
static class |
Subscription.Source |
static class |
Subscription.Status |
| Constructor and Description |
|---|
Subscription(NodeWrapper node) |
public Subscription(NodeWrapper node)
public BigDecimal getBalance()
public Integer getBillingDayOfMonth()
public Calendar getBillingPeriodEndDate()
public Calendar getBillingPeriodStartDate()
public Integer getCurrentBillingCycle()
public Integer getDaysPastDue()
public Descriptor getDescriptor()
public String getDescription()
public Integer getFailureCount()
public Calendar getFirstBillingDate()
public String getId()
public String getMerchantAccountId()
@Deprecated public BigDecimal getNextBillAmount()
public Calendar getNextBillingDate()
public BigDecimal getNextBillingPeriodAmount()
public Integer getNumberOfBillingCycles()
public Calendar getCreatedAt()
public Calendar getUpdatedAt()
public Calendar getPaidThroughDate()
public String getPaymentMethodToken()
public String getPlanId()
public BigDecimal getPrice()
public List<SubscriptionStatusEvent> getStatusHistory()
public Subscription.Status getStatus()
public List<Transaction> getTransactions()
public Integer getTrialDuration()
public Subscription.DurationUnit getTrialDurationUnit()
public Boolean hasTrialPeriod()
public boolean neverExpires()
Copyright © 2013–2018. All rights reserved.