FlightFee
in package
implements
ResourceInterface
Sub-resource in FlightPrice, etc.
Tags
Interfaces, Classes, Traits and Enums
Table of Contents
- $amount : string|null
- $type : string|null
- __set() : void
- __toString() : string
- getAmount() : string|null
- getType() : string|null
Properties
$amount
private
string|null
$amount
= null
$type
private
string|null
$type
= 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 —getAmount()
public
getAmount() : string|null
Return values
string|null —getType()
public
getType() : string|null