Documentation

FlightPayment
in package
implements ResourceInterface

Optional parameter resource for calling Flight Offer Price API.

Tags
see
Pricing::postWithFlightOffers()

Interfaces, Classes, Traits and Enums

ResourceInterface

Table of Contents

$binNumber  : int|null
$brand  : string|null
$flightOfferIds  : array<string|int, mixed>|null
__set()  : void
__toString()  : string
getBinNumber()  : int|null
getBrand()  : string|null
getFlightOfferIds()  : array<string|int, mixed>|null

Properties

$flightOfferIds

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

getBinNumber()

public getBinNumber() : int|null
Return values
int|null

getBrand()

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

getFlightOfferIds()

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

Search results