Sha256: a8c0501d6ac916b108e79a19921bbb44614cd13515b8de5c9eb9a47534cf0751

Contents?: true

Size: 1.53 KB

Versions: 2

Compression:

Stored size: 1.53 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: null,
                                 pickup_date: null,
                                 rental_class_id: ABCDEF,
                                 extra_charges: [{"chargeItem":"GAS"},{"chargeItem":"EXTRA_MILEAGE"}],
                                 no_show_indicator: false)
```


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
first_data_gateway-1.4.0 docs/CarRental.md
first_data_gateway-1.3.0 docs/CarRental.md