Interface PlanPhasePriceOverride


  • public interface PlanPhasePriceOverride
    • Method Detail

      • getPhaseName

        String getPhaseName()
        Returns:
        the name of the phase
      • getPlanPhaseSpecifier

        PlanPhaseSpecifier getPlanPhaseSpecifier()
        Returns:
        the planPhase specifier
      • getCurrency

        Currency getCurrency()
        Returns:
        the currency
      • getFixedPrice

        BigDecimal getFixedPrice()
        Returns:
        the fixed price for that currency
      • getRecurringPrice

        BigDecimal getRecurringPrice()
        Returns:
        the recurring price for that currency
      • getUsagePriceOverrides

        List<UsagePriceOverride> getUsagePriceOverrides()
        Returns:
        the usage overrides for the phase