public class SimplePlanJson extends Object
| Constructor and Description |
|---|
SimplePlanJson(String planId,
String productName,
ProductCategory productCategory,
Currency currency,
BigDecimal amount,
BillingPeriod billingPeriod,
Integer trialLength,
TimeUnit trialTimeUnit,
List<String> availableBaseProducts) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
BigDecimal |
getAmount() |
List<String> |
getAvailableBaseProducts() |
BillingPeriod |
getBillingPeriod() |
Currency |
getCurrency() |
String |
getPlanId() |
ProductCategory |
getProductCategory() |
String |
getProductName() |
Integer |
getTrialLength() |
TimeUnit |
getTrialTimeUnit() |
int |
hashCode() |
public SimplePlanJson(String planId, String productName, ProductCategory productCategory, Currency currency, BigDecimal amount, BillingPeriod billingPeriod, Integer trialLength, TimeUnit trialTimeUnit, List<String> availableBaseProducts)
public String getPlanId()
public String getProductName()
public ProductCategory getProductCategory()
public Currency getCurrency()
public BigDecimal getAmount()
public BillingPeriod getBillingPeriod()
public Integer getTrialLength()
public TimeUnit getTrialTimeUnit()
Copyright © 2010–2022. All rights reserved.