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

Afficher le fichier Open project: hotelbeds-sdk/hotel-api-sdk-Net Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Method to add a adult
public adultOf ( int age ) : void
age int
Résultat void

childOf() public méthode

Method to add a child
public childOf ( int age ) : void
age int
Résultat void

detailed() public méthode

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
Résultat void