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

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

Public Methods

Method Description
adultOf ( int age ) : void
childOf ( int age ) : void
detailed ( RoomDetail type, int age, string name, string surname, int roomId ) : void

Method Details

adultOf() public method

public adultOf ( int age ) : void
age int
return void

childOf() public method

public childOf ( int age ) : void
age int
return void

detailed() public method

public detailed ( RoomDetail type, int age, string name, string surname, int roomId ) : void
type RoomDetail
age int
name string
surname string
roomId int
return void