| Line 77... |
Line 77... |
| 77 |
WANT_SOME_OTHER_PRODUCT("Customer wants to buy different product"),
|
77 |
WANT_SOME_OTHER_PRODUCT("Customer wants to buy different product"),
|
| 78 |
PLACED_ANOTHER_ORDER("Customer has placed another order buying different product"),
|
78 |
PLACED_ANOTHER_ORDER("Customer has placed another order buying different product"),
|
| 79 |
USER_WANTS_DELAYED_DELIVERY("Customer wants order to be delivered after promised and expected date"),
|
79 |
USER_WANTS_DELAYED_DELIVERY("Customer wants order to be delivered after promised and expected date"),
|
| 80 |
COLOR_OUT_OF_STOCK("Order Item(s) not present in the requested color"),
|
80 |
COLOR_OUT_OF_STOCK("Order Item(s) not present in the requested color"),
|
| 81 |
CUSTOMER_WANTS_OPEN_DELIVERY("Customer wants to pay money after seeing the product"),
|
81 |
CUSTOMER_WANTS_OPEN_DELIVERY("Customer wants to pay money after seeing the product"),
|
| - |
|
82 |
CUSTOMER_DENIED_PLACING_ORDER("Customer denied placing any order on our site"),
|
| 82 |
OTHER("Order cancelled because of some miscellaneous reason");
|
83 |
OTHER("Order cancelled because of some miscellaneous reason");
|
| 83 |
|
84 |
|
| 84 |
private String description;
|
85 |
private String description;
|
| 85 |
|
86 |
|
| 86 |
CODCancelMatrix(String description) {
|
87 |
CODCancelMatrix(String description) {
|