FlightFareDetailsBySegment
in package
implements
ResourceInterface
Sub-resource in TravelerPricing, etc.
Tags
Interfaces, Classes, Traits and Enums
Table of Contents
- $additionalServices : object|null
- $allotmentDetails : object|null
- $brandedFare : string|null
- $cabin : string|null
- $class : string|null
- $fareBasis : string|null
- $includedCheckedBags : object|null
- $isAllotment : bool|null
- $segmentId : string|null
- $sliceDiceIndicator : string|null
- __set() : void
- __toString() : string
- getAdditionalServices() : FlightAdditionalServicesRequest|null
- getAllotmentDetails() : FlightAllotmentDetails|null
- getBrandedFare() : string|null
- getCabin() : string|null
- getClass() : string|null
- getFareBasis() : string|null
- getIncludedCheckedBags() : FlightBaggageAllowance|null
- getIsAllotment() : bool|null
- getSegmentId() : string|null
- getSliceDiceIndicator() : string|null
Properties
$additionalServices
private
object|null
$additionalServices
= null
$allotmentDetails
private
object|null
$allotmentDetails
= null
$brandedFare
private
string|null
$brandedFare
= null
$cabin
private
string|null
$cabin
= null
$class
private
string|null
$class
= null
$fareBasis
private
string|null
$fareBasis
= null
$includedCheckedBags
private
object|null
$includedCheckedBags
= null
$isAllotment
private
bool|null
$isAllotment
= null
$segmentId
private
string|null
$segmentId
= null
$sliceDiceIndicator
private
string|null
$sliceDiceIndicator
= 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 —getAdditionalServices()
public
getAdditionalServices() : FlightAdditionalServicesRequest|null
Return values
FlightAdditionalServicesRequest|null —getAllotmentDetails()
public
getAllotmentDetails() : FlightAllotmentDetails|null
Return values
FlightAllotmentDetails|null —getBrandedFare()
public
getBrandedFare() : string|null
Return values
string|null —getCabin()
public
getCabin() : string|null
Return values
string|null —getClass()
public
getClass() : string|null
Return values
string|null —getFareBasis()
public
getFareBasis() : string|null
Return values
string|null —getIncludedCheckedBags()
public
getIncludedCheckedBags() : FlightBaggageAllowance|null
Return values
FlightBaggageAllowance|null —getIsAllotment()
public
getIsAllotment() : bool|null
Return values
bool|null —getSegmentId()
public
getSegmentId() : string|null
Return values
string|null —getSliceDiceIndicator()
public
getSliceDiceIndicator() : string|null