C# Class com.hotelbeds.distribution.hotel_api_sdk.helpers.AvailRoom

Show file Open project: hotelbeds-sdk/hotel-api-sdk-Net Class Usage Examples

Public Methods

Method Description
adultOf ( int age ) : void

Method to add a adult

childOf ( int age ) : void

Method to add a child

detailed ( RoomDetail type, int age, String name, String surname, int numberOfRooms ) : void

Method to add a custom GuestType

Method Details

adultOf() public method

Method to add a adult
public adultOf ( int age ) : void
age int
return void

childOf() public method

Method to add a child
public childOf ( int age ) : void
age int
return void

detailed() public method

Method to add a custom GuestType
public detailed ( RoomDetail type, int age, String name, String surname, int numberOfRooms ) : void
type RoomDetail RoomDetail.GuestType
age int Pax age
name String Pax name
surname String Pax surname
numberOfRooms int
return void