RentalType Structure

RentalType Structure. 
It contains all the necessary fields of a RentalType ServiceType.
Public Structure RentalType
This language is not supported or no code example is available.
public struct RentalType
This language is not supported or no code example is available.
Fields
 
Name Description
Public field foreignVehicleRegistrationNumber The Foreign vehicle Registration Number. 
When filled, then the vehicleRegistrationNumber must be empty.
Public field isDiffVehPickupLocation Determines if the vehicle pickup location is different
Public field vehicleCategory Free Text 
ex Passenger Car
Public field vehicleFactory Free Text 
ex Honda
Public field vehicleMovementDescriptionOther Free text 
Mandatory field when vehicleMovementPurpose = 5
Public field vehicleMovementPurpose Mandatory Field 
Get the possible values using the myDATATools.getDclVehicleMovementPurpose method. 
When vehicleMovementPurpose = 5, then the field vehicleMovementDescriptionOther must have value.
Public field vehiclePickupLocation Free Text 
Determines the Vehicle Pickup Location
Public field vehicleRegistrationNumber The Greek vehicle Registration Number. 
When filled, then the foreignVehicleRegistrationNumber must be empty.
Top

.NET Framework

Supported in: 3.5 or newer

In this article

Definition