FlightAvailabilityClass
in package
implements
ResourceInterface
Sub-resource in FlightExtendedSegment
Tags
Interfaces, Classes, Traits and Enums
Table of Contents
- $class : string|null
- $closedStatus : string|null
- $numberOfBookableSeats : int|null
- $tourAllotment : object|null
- __set() : void
- __toString() : string
- getClass() : string|null
- getClosedStatus() : string|null
- getNumberOfBookableSeats() : int|null
- getTourAllotment() : FlightTourAllotment|null
Properties
$class
private
string|null
$class
= null
$closedStatus
private
string|null
$closedStatus
= null
$numberOfBookableSeats
private
int|null
$numberOfBookableSeats
= null
$tourAllotment
private
object|null
$tourAllotment
= 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 —getClass()
public
getClass() : string|null
Return values
string|null —getClosedStatus()
public
getClosedStatus() : string|null
Return values
string|null —getNumberOfBookableSeats()
public
getNumberOfBookableSeats() : int|null
Return values
int|null —getTourAllotment()
public
getTourAllotment() : FlightTourAllotment|null