com.hotelbeds.distribution.hotel_api_sdk.helpers.RoomDetail.getType C# (CSharp) Méthode

getType() public méthode

public getType ( ) : GuestType
Résultat GuestType
        public GuestType getType()
        {
            return type;
        }