# JiboHotelServicesApi.Reservation

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**roomId** | **Number** | Unique ID of the room. | [optional] 
**customerName** | **String** | First name of the customer. | [optional] 
**customerLastname** | **String** | Last name of the customer. | [optional] 
**customerEmail** | **String** | Contact email of the customer. | [optional] 
**customerPhone** | **String** | Customer Telephone contact number. | [optional] 
**checkinDate** | **String** | Date when the customer checks-in the hotel room | [optional] 
**checkoutDate** | **String** | Date when the customer checks-out the hotel room | [optional] 
**ccNumber** | **String** |  | [optional] 
**ccCcv** | **String** |  | [optional] 
**ccExpirationMonth** | **String** |  | [optional] 
**ccExpirationYear** | **String** |  | [optional] 
**g1Name** | **String** | Name of the guest | [optional] 
**g1Lastname** | **String** | Last name of the guest | [optional] 
**g2Name** | **String** | Name of the guest | [optional] 
**g2Lastname** | **String** | Last name of the guest | [optional] 


