HotelProductEstimatedRoomType
in package
implements
ResourceInterface
Sub-resource in HotelProductRoomDetails.
Tags
Interfaces, Classes, Traits and Enums
Table of Contents
- $beds : int|null
- $bedType : string|null
- $category : string|null
- __set() : void
- __toString() : string
- getBeds() : int|null
- getBedType() : string|null
- getCategory() : string|null
Properties
$beds
private
int|null
$beds
= null
$bedType
private
string|null
$bedType
= null
$category
private
string|null
$category
= null
Methods
__set()
public
__set(mixed $name, mixed $value) : void
Parameters
- $name : mixed
- $value : mixed
Return values
void —__toString()
public
__toString() : string
Return values
string —getBeds()
public
getBeds() : int|null
Return values
int|null —getBedType()
public
getBedType() : string|null
Return values
string|null —getCategory()
public
getCategory() : string|null