| Line 39... |
Line 39... |
| 39 |
CONTENT("Any questions or errors on the content about the product on our site", Arrays.asList(17, 10)),
|
39 |
CONTENT("Any questions or errors on the content about the product on our site", Arrays.asList(17, 10)),
|
| 40 |
PRODUCT_AND_PRICE("Product availability and its price related enquiries", Arrays.asList(17, 13)),
|
40 |
PRODUCT_AND_PRICE("Product availability and its price related enquiries", Arrays.asList(17, 13)),
|
| 41 |
TECHNICAL("Any technical errors on the site (or site not working properly)", Arrays.asList(17, 11)),
|
41 |
TECHNICAL("Any technical errors on the site (or site not working properly)", Arrays.asList(17, 11)),
|
| 42 |
ORDER_CANCELLATION("Cancelling an order", Collections.singletonList(17)),
|
42 |
ORDER_CANCELLATION("Cancelling an order", Collections.singletonList(17)),
|
| 43 |
BULK_DEAL("Any bulk deals related enquiries", Arrays.asList(17, 13)),
|
43 |
BULK_DEAL("Any bulk deals related enquiries", Arrays.asList(17, 13)),
|
| 44 |
PROMOTION_MARKETING_PARTNERSHIP_QUERIES("Any marketing or partnership proposals' related queries", Arrays.asList(17, 14)),
|
44 |
PROMOTION_MARKETING_PARTNERSHIP("Any promotion, marketing or partnership proposals' related queries", Arrays.asList(17, 14)),
|
| 45 |
COD_VERIFICATION("Any COD verification related tickets", Arrays.asList(17, 12)),
|
45 |
COD_VERIFICATION("Any COD verification related tickets", Arrays.asList(17, 12)),
|
| 46 |
OTHER("Any other issues", Arrays.asList(15, 17));
|
46 |
OTHER("Any other issues", Arrays.asList(15, 17));
|
| 47 |
|
47 |
|
| 48 |
private String description;
|
48 |
private String description;
|
| 49 |
private List<Integer> agentIds;
|
49 |
private List<Integer> agentIds;
|