Interface IPricingAPI


public interface IPricingAPI
  • Method Details

    • refresh

      void refresh()
    • isPresent

      boolean isPresent(int id)
    • isPresent

      boolean isPresent(String name)
    • get

      ItemDetail get(int id)
    • get

      ItemDetail get(String name)