Interface Price

  • All Known Implementing Classes:
    PriceImpl

    public interface Price
    Asset is a view model interface representing a product asset.
    • Method Detail

      • isDiscounted

        Boolean isDiscounted()
      • isStartPrice

        boolean isStartPrice()
      • getCurrency

        String getCurrency()
      • getRegularPrice

        Double getRegularPrice()
      • getFormattedRegularPrice

        String getFormattedRegularPrice()
      • getFinalPrice

        Double getFinalPrice()
      • getFormattedFinalPrice

        String getFormattedFinalPrice()
      • getDiscountAmount

        Double getDiscountAmount()
      • getFormattedDiscountAmount

        String getFormattedDiscountAmount()
      • getDiscountPercent

        Double getDiscountPercent()
      • getRegularPriceMax

        Double getRegularPriceMax()
      • getFormattedRegularPriceMax

        String getFormattedRegularPriceMax()
      • getFinalPriceMax

        Double getFinalPriceMax()
      • getFormattedFinalPriceMax

        String getFormattedFinalPriceMax()
      • getDiscountAmountMax

        Double getDiscountAmountMax()
      • getFormattedDiscountAmountMax

        String getFormattedDiscountAmountMax()
      • getDiscountPercentMax

        Double getDiscountPercentMax()