public class GHMarketplaceUserPurchase extends Object
GitHub.getMyMarketplacePurchases()| Constructor and Description |
|---|
GHMarketplaceUserPurchase() |
| Modifier and Type | Method and Description |
|---|---|
GHMarketplaceAccount |
getAccount()
Gets account.
|
String |
getBillingCycle()
Gets billing cycle.
|
Date |
getFreeTrialEndsOn()
Gets free trial ends on.
|
Date |
getNextBillingDate()
Gets next billing date.
|
GHMarketplacePlan |
getPlan()
Gets plan.
|
Long |
getUnitCount()
Gets unit count.
|
Date |
getUpdatedAt()
Gets updated at.
|
boolean |
isOnFreeTrial()
Is on free trial boolean.
|
protected GitHub root
public String getBillingCycle()
public Date getNextBillingDate()
public boolean isOnFreeTrial()
public Date getFreeTrialEndsOn()
public Long getUnitCount()
public Date getUpdatedAt()
public GHMarketplaceAccount getAccount()
public GHMarketplacePlan getPlan()
Copyright © 2020. All rights reserved.