Interface SurchargeDiscount

    • Method Detail

      • getId

        int getId()
      • getShopId

        int getShopId()
      • getName

        @NotNull
        @NotNull String getName()
      • getTypeRaw

        @NotNull
        @NotNull String getTypeRaw()
      • getPrice

        double getPrice()
      • getAmount

        int getAmount()
      • getCategoryId

        @NotNull
        @NotNull OptionalInt getCategoryId()
      • getIconImage

        @NotNull
        @NotNull String getIconImage()
      • isHidden

        boolean isHidden()
      • isOneTimePurchasable

        boolean isOneTimePurchasable()
      • getCommands

        @NotNull
        @NotNull List<String> getCommands()
      • getWithdrawCommands

        @NotNull
        @NotNull List<String> getWithdrawCommands()
      • getWithdrawCommandsDelay

        @NotNull
        @NotNull OptionalInt getWithdrawCommandsDelay()
      • getDiscountAmount

        double getDiscountAmount()
      • getCurrentMostExpensiveId

        @NotNull
        @NotNull OptionalInt getCurrentMostExpensiveId()