HotelProductPriceVariations
in package
implements
ResourceInterface
Sub-resource in HotelProductHotelPrice.
Tags
Interfaces, Classes, Traits and Enums
Table of Contents
- $average : object|null
- $changes : array<string|int, mixed>|null
- __set() : void
- __toString() : string
- getAverage() : HotelOfferAveragePrice|null
- getChanges() : array<string|int, HotelProductPriceVariation>|null
Properties
$average
private
object|null
$average
= null
$changes
private
array<string|int, mixed>|null
$changes
= 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 —getAverage()
public
getAverage() : HotelOfferAveragePrice|null
Return values
HotelOfferAveragePrice|null —getChanges()
public
getChanges() : array<string|int, HotelProductPriceVariation>|null