SSC (Safety Recall)
Represents a Special Service Campaign (SSC) / safety recall affecting a vehicle. Includes the recall code, description, required labor and parts, and whether the repair has been completed.
| Property | Summary |
|---|---|
SSCCode string |
The unique code identifying the recall campaign. |
Description string |
A description of the recall and the issue being addressed. |
Labors IEnumerable<SSCLaborDTO> |
The labor operations required for the recall repair. |
Repaired bool |
Whether the recall repair has been completed for this vehicle. |
RepairDate DateTime? |
The date the recall repair was completed. Null if not yet repaired. |
Parts IEnumerable<SSCPartDTO> |
The parts required for the recall repair. |