Step 2: Modifying ProductCode

If this is the first job type to support the new line of business, you must add an additional member to the ProductCode enum. This step does not need to be repeated for additional job types that support the new line of business.

The following text is an example of code that could be added to the ProductCode enum to add business auto.

...
BUSINESS_AUTO("BusinessAuto"),