Sha256: 989a43c54def24ee37da3c82f5a2dea401790b6ccddbd811c884e0924af98bde
Contents?: true
Size: 1.57 KB
Versions: 12
Compression:
Stored size: 1.57 KB
Contents
# OpenapiClient::CarRental ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **agreement_number** | **String** | The car rental agreement number. | [optional] **renter_name** | **String** | The name of the person renting the car. | [optional] **return_city** | **String** | The city where the rental ends and the car is returned. | [optional] **return_date** | **Date** | The date the car rental ends and the car is returned. | [optional] **pickup_date** | **Date** | The date the car rental begins. | [optional] **rental_class_id** | **String** | The classification of the rental car. | [optional] **extra_charges** | [**Array<CarRentalExtraCharges>**](CarRentalExtraCharges.md) | Array containing information about charges other than the rental rate. | [optional] **no_show_indicator** | **Boolean** | Indicates if the transaction is related to a no-show charge. | [optional] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::CarRental.new(agreement_number: 100001145699, renter_name: Frank Bisignano, return_city: Atlanta, return_date: Sat Oct 24 19:00:00 CDT 2020, pickup_date: Wed Oct 14 19:00:00 CDT 2020, rental_class_id: ABCDEF, extra_charges: [{"chargeItem":"GAS"},{"chargeItem":"EXTRA_MILEAGE"}], no_show_indicator: false) ```
Version data entries
12 entries across 12 versions & 1 rubygems