C# 클래스 com.hotelbeds.distribution.hotel_api_sdk.helpers.AvailRoom

파일 보기 프로젝트 열기: hotelbeds-sdk/hotel-api-sdk-Net 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

adultOf() 공개 메소드

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

childOf() 공개 메소드

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

detailed() 공개 메소드

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
리턴 void