DamageItem Class

Car Delivery Network API DocumentationCar Delivery Network
A Car Delivery Network Damage Item entity
Inheritance Hierarchy

SystemObject
  ApiEntityBase
    ApiEntityBaseDamageItem
      CarDeliveryNetwork.Api.DataDamageItem

Namespace:  CarDeliveryNetwork.Api.Data
Assembly:  CarDeliveryNetwork.Api.Data (in CarDeliveryNetwork.Api.Data.dll) Version: 3.2.3068.0 (3.2.3068)
Syntax

C#
public class DamageItem : ApiEntityBase<DamageItem>

The DamageItem type exposes the following members.

Constructors

  NameDescription
Public methodDamageItem
Initializes a new instance of the DamageItem class
Top
Properties

  NameDescription
Public propertyArea
Damage Area
Public propertyDescription
Damage Description
Public propertyPhotoURL
URLs of damage photos
Public propertySeverity
Damage Severity
Public propertyType
Damage Type
Top
See Also

Reference