public class Subscription extends Object
| Constructor and Description |
|---|
Subscription() |
public Long getId()
public void setId(Long id)
public String getState()
public void setState(String state)
public Customer getCustomer()
public void setCustomer(Customer customer)
public Product getProduct()
public void setProduct(Product product)
public CreditCard getCreditCard()
public void setCreditCard(CreditCard creditCard)
public Long getBalanceInCents()
public void setBalanceInCents(Long balanceInCents)
public Date getActivatedAt()
public void setActivatedAt(Date activatedAt)
public Date getTrialStartedAt()
public void setTrialStartedAt(Date trialStartedAt)
public Date getTrialEndedAt()
public void setTrialEndedAt(Date trialEndedAt)
public Date getExpiresAt()
public void setExpiresAt(Date expiresAt)
public Date getCancelledAt()
public void setCancelledAt(Date cancelledAt)
public Date getDelayedCancelAt()
public void setDelayedCancelAt(Date delayedCancelAt)
public Date getCreatedAt()
public void setCreatedAt(Date createdAt)
public Date getUpdatedAt()
public void setUpdatedAt(Date updatedAt)
public Date getNextAssessmentAt()
public void setNextAssessmentAt(Date nextAssessmentAt)
public Date getCurrentPeriodStartedAt()
public void setCurrentPeriodStartedAt(Date currentPeriodStartedAt)
public Date getCurrentPeriodEndsAt()
public void setCurrentPeriodEndsAt(Date currentPeriodEndsAt)
public String getPaymentCollectionMethod()
public void setPaymentCollectionMethod(String paymentCollectionMethod)
public String getCancellationMessage()
public void setCancellationMessage(String cancellationMessage)
public Boolean getCancelAtEndOfPeriod()
public void setCancelAtEndOfPeriod(Boolean cancelAtEndOfPeriod)
public Double getSignupRevenue()
public void setSignupRevenue(Double signupRevenue)
public Long getTotalRevenueInCents()
public void setTotalRevenueInCents(Long totalRevenueInCents)
public Long getProductPriceInCents()
public void setProductPriceInCents(Long productPriceInCents)
public Long getSignupPaymentId()
public void setSignupPaymentId(Long signupPaymentId)
public Long getNextProductId()
public void setNextProductId(Long nextProductId)
public String getPreviousState()
public void setPreviousState(String previousState)
public Date getPreviousExpiresAt()
public void setPreviousExpiresAt(Date previousExpiresAt)
public String getCouponCode()
public void setCouponCode(String couponCode)
public String getPaymentType()
public void setPaymentType(String paymentType)
public String getReferralCode()
public void setReferralCode(String referralCode)
public String getCancellationMethod()
public void setCancellationMethod(String cancellationMethod)
public Integer getSnapDay()
public void setSnapDay(Integer snapDay)
public Integer getProductVersionNumber()
public void setProductVersionNumber(Integer productVersionNumber)
public Date getPreviousBillingDate()
public void setPreviousBillingDate(Date previousBillingDate)
Copyright © 2019. All rights reserved.