FareRules
in package
implements
ResourceInterface
Sub-resource in FlightOffer
Tags
Interfaces, Classes, Traits and Enums
Table of Contents
- $currency : string|null
- $rules : array<string|int, mixed>|null
- __set() : void
- __toString() : string
- getCurrency() : string|null
- getRules() : array<string|int, TermAndCondition>|null
Properties
$currency
private
string|null
$currency
= null
$rules
private
array<string|int, mixed>|null
$rules
= 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 —getCurrency()
public
getCurrency() : string|null
Return values
string|null —getRules()
public
getRules() : array<string|int, TermAndCondition>|null