Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
com
hotelbeds
distribution
hotel_api_sdk
helpers
ConfirmRoom
C# Class com.hotelbeds.distribution.hotel_api_sdk.helpers.ConfirmRoom
显示文件
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