Uses of Class
org.killbill.billing.client.model.gen.SimplePlan
-
Packages that use SimplePlan Package Description org.killbill.billing.client.api.gen org.killbill.billing.client.model.gen -
-
Uses of SimplePlan in org.killbill.billing.client.api.gen
Methods in org.killbill.billing.client.api.gen with parameters of type SimplePlan Modifier and Type Method Description StringCatalogApi. addSimplePlan(SimplePlan body, RequestOptions inputOptions) -
Uses of SimplePlan in org.killbill.billing.client.model.gen
Methods in org.killbill.billing.client.model.gen that return SimplePlan Modifier and Type Method Description SimplePlanSimplePlan. addAvailableBaseProductsItem(String availableBaseProductsItem)SimplePlanSimplePlan. setAmount(BigDecimal amount)SimplePlanSimplePlan. setAvailableBaseProducts(List<String> availableBaseProducts)SimplePlanSimplePlan. setBillingPeriod(org.killbill.billing.catalog.api.BillingPeriod billingPeriod)SimplePlanSimplePlan. setCurrency(org.killbill.billing.catalog.api.Currency currency)SimplePlanSimplePlan. setPlanId(String planId)SimplePlanSimplePlan. setProductCategory(org.killbill.billing.catalog.api.ProductCategory productCategory)SimplePlanSimplePlan. setProductName(String productName)SimplePlanSimplePlan. setTrialLength(Integer trialLength)SimplePlanSimplePlan. setTrialTimeUnit(org.killbill.billing.catalog.api.TimeUnit trialTimeUnit)
-