HotelProductRoomDetails
in package
implements
ResourceInterface
Sub-resource in HotelOffer.
Tags
Interfaces, Classes, Traits and Enums
Table of Contents
- $description : object|null
- $type : string|null
- $typeEstimated : object|null
- __set() : void
- __toString() : string
- getDescription() : QualifiedFreeText|null
- getType() : string|null
- getTypeEstimated() : HotelProductEstimatedRoomType|null
Properties
$description
private
object|null
$description
= null
$type
private
string|null
$type
= null
$typeEstimated
private
object|null
$typeEstimated
= 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 —getDescription()
public
getDescription() : QualifiedFreeText|null
Return values
QualifiedFreeText|null —getType()
public
getType() : string|null
Return values
string|null —getTypeEstimated()
public
getTypeEstimated() : HotelProductEstimatedRoomType|null