| Line 69... |
Line 69... |
| 69 |
LOWER_PRICE_AVAILABLE_ELSEWHERE("Customer getting better price elsewhere"),
|
69 |
LOWER_PRICE_AVAILABLE_ELSEWHERE("Customer getting better price elsewhere"),
|
| 70 |
CUSTOMER_TESTING_WEBSITE("Customer is testing the site"),
|
70 |
CUSTOMER_TESTING_WEBSITE("Customer is testing the site"),
|
| 71 |
DUPLICATE_BOOKING("Customer booked an order twice by mistake"),
|
71 |
DUPLICATE_BOOKING("Customer booked an order twice by mistake"),
|
| 72 |
DEALER_ORDER("Order was place by a dealer"),
|
72 |
DEALER_ORDER("Order was place by a dealer"),
|
| 73 |
OUT_OF_STOCK("Ordered item is out of stock"),
|
73 |
OUT_OF_STOCK("Ordered item is out of stock"),
|
| - |
|
74 |
USER_WANTS_EARLY_DELIVERY("User wants order to be delivered before promised and expected date"),
|
| 74 |
CUSTOMER_NOT_INTERESTED("Customer not interested for some other reason");
|
75 |
CUSTOMER_NOT_INTERESTED("Customer not interested for some other reason");
|
| 75 |
|
76 |
|
| 76 |
private String description;
|
77 |
private String description;
|
| 77 |
|
78 |
|
| 78 |
CODCancelMatrix(String description) {
|
79 |
CODCancelMatrix(String description) {
|