java.lang.Object
org.kohsuke.github.GHMarketplacePurchase
A Github Marketplace purchase.
- Author:
- Paulo Miguel Almeida
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets billing cycle.Gets free trial ends on.Gets next billing date.getPlan()
Gets plan.Gets unit count.Gets updated at.boolean
Is on free trial boolean.
-
Constructor Details
-
GHMarketplacePurchase
public GHMarketplacePurchase()Create default GHMarketplacePurchase instance
-
-
Method Details
-
getBillingCycle
Gets billing cycle.- Returns:
- the billing cycle
-
getNextBillingDate
Gets next billing date.- Returns:
- the next billing date
-
isOnFreeTrial
public boolean isOnFreeTrial()Is on free trial boolean.- Returns:
- the boolean
-
getFreeTrialEndsOn
Gets free trial ends on.- Returns:
- the free trial ends on
-
getUnitCount
Gets unit count.- Returns:
- the unit count
-
getUpdatedAt
Gets updated at.- Returns:
- the updated at
-
getPlan
Gets plan.- Returns:
- the plan
-