Interface OrderPriceCategoryService

All Known Implementing Classes:
OrderPriceCategoryServiceImpl

public interface OrderPriceCategoryService
  • Method Details

    • setPriceCategory

      void setPriceCategory(Entity order, Entity address)
    • getPriceCategory

      Entity getPriceCategory(Entity address)
    • getDebitorInformation

      @Nullable @Nullable Entity getDebitorInformation(Entity address)