public class PhasePriceOverrideJson extends Object
| Constructor and Description |
|---|
PhasePriceOverrideJson(String phaseName,
String phaseType,
BigDecimal fixedPrice,
BigDecimal recurringPrice) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
BigDecimal |
getFixedPrice() |
String |
getPhaseName() |
String |
getPhaseType() |
BigDecimal |
getRecurringPrice() |
int |
hashCode() |
static List<PlanPhasePriceOverride> |
toPlanPhasePriceOverrides(List<PhasePriceOverrideJson> priceOverrides,
PlanSpecifier spec,
Currency currency) |
String |
toString() |
public PhasePriceOverrideJson(String phaseName, String phaseType, @Nullable BigDecimal fixedPrice, @Nullable BigDecimal recurringPrice)
public BigDecimal getFixedPrice()
public BigDecimal getRecurringPrice()
public String getPhaseName()
public String getPhaseType()
public static List<PlanPhasePriceOverride> toPlanPhasePriceOverrides(List<PhasePriceOverrideJson> priceOverrides, PlanSpecifier spec, Currency currency)
Copyright © 2010-2016. All Rights Reserved.