'ADMINISTRATIVE', 'no_stock_sales' => 'NO STOCK - SALES', 'no_stock_service' => 'NO STOCK - SERVICE', 'line_no_answer' => 'LINE NO ANSWER', 'line_busy' => 'LINE BUSY', 'no_rider_available' => 'NO RIDER - AVAILABLE', 'no_rider_in_transit' => 'NO RIDER - IN TRANSIT', 'refusal' => 'REFUSAL', 'store_closed' => 'STORE CLOSED', 'no_credit_card' => 'NO CREDIT CARD PAYMENT / NO TERMINAL', 'discount' => 'DISCOUNT', 'store_closed_scheduled' => 'STORE CLOSED (ON SCHEDULE)', 'store_closed_half_day' => 'STORE CLOSED (HALF DAY)', 'store_closed_no_advise' => 'STORE CLOSED (NO ADVISE)', 'priority_hub_wty_claim' => 'PRIORITY HUB OUTLET FOR WARRANTY CLAIM', 'priority_hub_jumpstart' => 'PRIORITY HUB OUTLET FOR JUMPSTART', 'priority_hub_resq_req' => 'PRIORITY HUB OUTLET FOR RESQ-Q REQUEST', 'customer_request' => 'CUSTOMER REQUEST', ]; const BLACKLIST = [ self::ADMINISTRATIVE => true, ]; }