HotelOffer
in package
implements
ResourceInterface
Sub-resource in HotelOffers.
Tags
Interfaces, Classes, Traits and Enums
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
$category
private
string|null
$category
= 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
$guests
private
object|null
$guests
= null
$id
private
string|null
$id
= null
$policies
private
object|null
$policies
= null
$price
private
object|null
$price
= null
$rateCode
private
string|null
$rateCode
= null
$rateFamilyEstimated
private
object|null
$rateFamilyEstimated
= null
$room
private
object|null
$room
= null
$roomQuantity
private
string|null
$roomQuantity
= null
$self
private
string|null
$self
= null
$type
private
string|null
$type
= 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 —getCommission()
public
getCommission() : HotelProductCommission|null
Return values
HotelProductCommission|null —getDescription()
public
getDescription() : QualifiedFreeText|null
Return values
QualifiedFreeText|null —getGuests()
public
getGuests() : HotelProductGuests|null
Return values
HotelProductGuests|null —getId()
public
getId() : string|null
Return values
string|null —getPolicies()
public
getPolicies() : HotelProductPolicyDetails|null
Return values
HotelProductPolicyDetails|null —getPrice()
public
getPrice() : HotelProductHotelPrice|null
Return values
HotelProductHotelPrice|null —getRateCode()
public
getRateCode() : string|null
Return values
string|null —getRateFamilyEstimated()
public
getRateFamilyEstimated() : HotelProductRateFamily|null
Return values
HotelProductRateFamily|null —getRoom()
public
getRoom() : HotelProductRoomDetails|null
Return values
HotelProductRoomDetails|null —getRoomQuantity()
public
getRoomQuantity() : string|null
Return values
string|null —getSelf()
public
getSelf() : string|null
Return values
string|null —getType()
public
getType() : string|null