FlightPricingOptions
in package
implements
ResourceInterface
Sub-resource in FlightOffer, etc.
Tags
Interfaces, Classes, Traits and Enums
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
$fareType
private
array<string|int, mixed>|null
$fareType
= null
$includedCheckedBagsOnly
private
bool|null
$includedCheckedBagsOnly
= null
$noPenaltyFare
private
bool|null
$noPenaltyFare
= null
$noRestrictionFare
private
bool|null
$noRestrictionFare
= null
$refundableFare
private
bool|null
$refundableFare
= 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 —getFareType()
public
getFareType() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null —getIncludedCheckedBagsOnly()
public
getIncludedCheckedBagsOnly() : bool|null
Return values
bool|null —getNoPenaltyFare()
public
getNoPenaltyFare() : bool|null
Return values
bool|null —getNoRestrictionFare()
public
getNoRestrictionFare() : bool|null
Return values
bool|null —getRefundableFare()
public
getRefundableFare() : bool|null