Documentation

FlightPricingOptions
in package
implements ResourceInterface

Sub-resource in FlightOffer, etc.

Tags
see
FlightOffer::getPricingOptions()

Interfaces, Classes, Traits and Enums

ResourceInterface

Table of Contents

$fareType  : array<string|int, mixed>|null
$includedCheckedBagsOnly  : bool|null
$noPenaltyFare  : bool|null
$noRestrictionFare  : bool|null
$refundableFare  : bool|null
__set()  : void
__toString()  : string
getFareType()  : array<string|int, mixed>|null
getIncludedCheckedBagsOnly()  : bool|null
getNoPenaltyFare()  : bool|null
getNoRestrictionFare()  : bool|null
getRefundableFare()  : bool|null

Properties

Methods

__set()

public __set(mixed $name, mixed $value) : void
Parameters
$name : mixed
$value : mixed
Return values
void

getFareType()

public getFareType() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null

getIncludedCheckedBagsOnly()

public getIncludedCheckedBagsOnly() : bool|null
Return values
bool|null

getNoRestrictionFare()

public getNoRestrictionFare() : bool|null
Return values
bool|null

Search results