export enum DeliveryMethodEnum { WALK_IN_PICKUP = 'Walk-In Pick Up', OUTLET__PICKUP = 'Outlet Pick Up', COURIER = 'Courier Delivery', }