Documentation

HotelOffer
in package
implements ResourceInterface

Sub-resource in HotelOffers.

Tags
see
HotelOffers::getOffers()

Interfaces, Classes, Traits and Enums

ResourceInterface

Table of Contents

$boardType  : string|null
$category  : string|null
$checkInDate  : string|null
$checkOutDate  : string|null
$commission  : object|null
$description  : object|null
$guests  : object|null
$id  : string|null
$policies  : object|null
$price  : object|null
$rateCode  : string|null
$rateFamilyEstimated  : object|null
$room  : object|null
$roomQuantity  : string|null
$self  : string|null
$type  : string|null
__set()  : void
__toString()  : string
getBoardType()  : string|null
getCategory()  : string|null
getCheckInDate()  : string|null
getCheckOutDate()  : string|null
getCommission()  : HotelProductCommission|null
getDescription()  : QualifiedFreeText|null
getGuests()  : HotelProductGuests|null
getId()  : string|null
getPolicies()  : HotelProductPolicyDetails|null
getPrice()  : HotelProductHotelPrice|null
getRateCode()  : string|null
getRateFamilyEstimated()  : HotelProductRateFamily|null
getRoom()  : HotelProductRoomDetails|null
getRoomQuantity()  : string|null
getSelf()  : string|null
getType()  : string|null

Properties

$boardType

private string|null $boardType = null

$checkInDate

private string|null $checkInDate = null

$checkOutDate

private string|null $checkOutDate = null

$commission

private object|null $commission = null

$description

private object|null $description = null

$rateFamilyEstimated

private object|null $rateFamilyEstimated = null

$roomQuantity

private string|null $roomQuantity = 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

getBoardType()

public getBoardType() : string|null
Return values
string|null

getCategory()

public getCategory() : string|null
Return values
string|null

getCheckInDate()

public getCheckInDate() : string|null
Return values
string|null

getCheckOutDate()

public getCheckOutDate() : string|null
Return values
string|null

getId()

public getId() : string|null
Return values
string|null

getRateCode()

public getRateCode() : string|null
Return values
string|null

getRoomQuantity()

public getRoomQuantity() : string|null
Return values
string|null

getSelf()

public getSelf() : string|null
Return values
string|null

getType()

public getType() : string|null
Return values
string|null

Search results