productList abstract method
Implementation
@GET(Api.productList)
Future<OrderRulesProductModel> productList({
@Query("pogId") required String pogId,
@Query("subGroupId") required String subGroupId,
});
@GET(Api.productList)
Future<OrderRulesProductModel> productList({
@Query("pogId") required String pogId,
@Query("subGroupId") required String subGroupId,
});