FlightPrice
in package
implements
ResourceInterface
Sub-resource in FlightOffer, FlightDestination etc.
Tags
Interfaces, Classes, Traits and Enums
Table of Contents
- $additionalServices : array<string|int, mixed>|null
- $base : string|null
- $billingCurrency : string|null
- $currency : string|null
- $fees : array<string|int, mixed>|null
- $grandTotal : string|null
- $margin : string|null
- $refundableTaxes : string|null
- $taxes : array<string|int, mixed>|null
- $total : string|null
- __set() : void
- __toString() : string
- getAdditionalServices() : array<string|int, FlightAdditionalService>|null
- getBase() : string|null
- getBillingCurrency() : string|null
- getCurrency() : string|null
- getFees() : array<string|int, FlightFee>|null
- getGrandTotal() : string|null
- getMargin() : string|null
- getRefundableTaxes() : string|null
- getTaxes() : array<string|int, FlightOfferTax>|null
- getTotal() : string|null
Properties
$additionalServices
private
array<string|int, mixed>|null
$additionalServices
= null
$base
private
string|null
$base
= null
$billingCurrency
private
string|null
$billingCurrency
= null
$currency
private
string|null
$currency
= null
$fees
private
array<string|int, mixed>|null
$fees
= null
$grandTotal
private
string|null
$grandTotal
= null
$margin
private
string|null
$margin
= null
$refundableTaxes
private
string|null
$refundableTaxes
= null
$taxes
private
array<string|int, mixed>|null
$taxes
= null
$total
private
string|null
$total
= 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() : array<string|int, FlightAdditionalService>|null
Return values
array<string|int, FlightAdditionalService>|null —getBase()
public
getBase() : string|null
Return values
string|null —getBillingCurrency()
public
getBillingCurrency() : string|null
Return values
string|null —getCurrency()
public
getCurrency() : string|null
Return values
string|null —getFees()
public
getFees() : array<string|int, FlightFee>|null
Return values
array<string|int, FlightFee>|null —getGrandTotal()
public
getGrandTotal() : string|null
Return values
string|null —getMargin()
public
getMargin() : string|null
Return values
string|null —getRefundableTaxes()
public
getRefundableTaxes() : string|null
Return values
string|null —getTaxes()
public
getTaxes() : array<string|int, FlightOfferTax>|null
Return values
array<string|int, FlightOfferTax>|null —getTotal()
public
getTotal() : string|null