public interface SimplePlanDescriptor
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAmount() |
List<String> |
getAvailableBaseProducts() |
BillingPeriod |
getBillingPeriod() |
Currency |
getCurrency() |
String |
getPlanId() |
ProductCategory |
getProductCategory() |
String |
getProductName() |
Integer |
getTrialLength() |
TimeUnit |
getTrialTimeUnit() |
String getPlanId()
String getProductName()
ProductCategory getProductCategory()
List<String> getAvailableBaseProducts()
Currency getCurrency()
BigDecimal getAmount()
BillingPeriod getBillingPeriod()
Integer getTrialLength()
TimeUnit getTrialTimeUnit()
Copyright © 2010-2017. All Rights Reserved.