Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
com
hotelbeds
distribution
hotel_api_sdk
helpers
ConfirmRoom
C# Class com.hotelbeds.distribution.hotel_api_sdk.helpers.ConfirmRoom
Afficher le fichier
Open project: hotelbeds-sdk/hotel-api-sdk-Net
Class Usage Examples
Méthodes publiques
Méthode
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
méthode
public
adultOf
(
int
age
) :
void
age
int
Résultat
void
childOf()
public
méthode
public
childOf
(
int
age
) :
void
age
int
Résultat
void
detailed()
public
méthode
public
detailed
(
RoomDetail
type
,
int
age
,
string
name
,
string
surname
,
int
roomId
) :
void
type
RoomDetail
age
int
name
string
surname
string
roomId
int
Résultat
void