public class PhasePriceJson extends Object
| Constructor and Description |
|---|
PhasePriceJson(String planName,
String phaseName,
String phaseType,
BigDecimal fixedPrice,
BigDecimal recurringPrice,
List<UsagePriceJson> usagePrices) |
PhasePriceJson(String planName,
String phaseName,
String phaseType,
BigDecimal fixedPrice,
BigDecimal recurringPrice,
Usage[] usagePrices,
Currency currency) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
BigDecimal |
getFixedPrice() |
String |
getPhaseName() |
String |
getPhaseType() |
String |
getPlanName() |
BigDecimal |
getRecurringPrice() |
List<UsagePriceJson> |
getUsagePrices() |
int |
hashCode() |
String |
toString() |
public PhasePriceJson(String planName, String phaseName, String phaseType, @Nullable BigDecimal fixedPrice, @Nullable BigDecimal recurringPrice, @Nullable List<UsagePriceJson> usagePrices)
public PhasePriceJson(String planName, String phaseName, String phaseType, BigDecimal fixedPrice, BigDecimal recurringPrice, Usage[] usagePrices, Currency currency) throws CatalogApiException
CatalogApiExceptionpublic String getPlanName()
public BigDecimal getFixedPrice()
public BigDecimal getRecurringPrice()
public String getPhaseName()
public String getPhaseType()
public List<UsagePriceJson> getUsagePrices()
Copyright © 2010–2022. All rights reserved.