Sha256: d9ca0385de8d9c7231af95b04af4869003eaae2dfe44e005dbd0fed6494284f1

Contents?: true

Size: 1.01 KB

Versions: 2

Compression:

Stored size: 1.01 KB

Contents

# OpenapiClient::Lodging

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**arrival_date** | **Date** | Date of arrival. | [optional] 
**departure_date** | **Date** | Date of departure. | [optional] 
**folio_number** | **String** | Portfolio number. | [optional] 
**extra_charges** | [**Array<LodgingExtraCharges>**](LodgingExtraCharges.md) | Information about charges other than base lodging. | [optional] 
**no_show_indicator** | **Boolean** | Indicates if the transaction is associated with a delayed or no-show penalty. | [optional] 

## Code Sample

```ruby
require 'OpenapiClient'

instance = OpenapiClient::Lodging.new(arrival_date: null,
                                 departure_date: null,
                                 folio_number: 12200054891,
                                 extra_charges: [{"chargeItem":"MINI_BAR"},{"chargeItem":"OTHER"}],
                                 no_show_indicator: false)
```


Version data entries

2 entries across 2 versions & 1 rubygems

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