Documentation

FlightPrice
in package
implements ResourceInterface

Sub-resource in FlightOffer, FlightDestination etc.

Tags
see
FlightOffer::getPrice()
see
FlightDestination::getPrice()

Interfaces, Classes, Traits and Enums

ResourceInterface

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

$billingCurrency

private string|null $billingCurrency = null

$fees

private array<string|int, mixed>|null $fees = null

$refundableTaxes

private string|null $refundableTaxes = null

$taxes

private array<string|int, mixed>|null $taxes = 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

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

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

getTotal()

public getTotal() : string|null
Return values
string|null

Search results