Documentation

TermAndCondition
in package
implements ResourceInterface

Sub-resource in FareRules

Tags
see
FareRules::getRules()

Interfaces, Classes, Traits and Enums

ResourceInterface

Table of Contents

$category  : string|null
$circumstances  : string|null
$descriptions  : array<string|int, mixed>|null
$maxPenaltyAmount  : string|null
$notApplicable  : bool|null
__set()  : void
__toString()  : string
getCategory()  : string|null
getCircumstances()  : string|null
getDescriptions()  : array<string|int, Description>|null
getMaxPenaltyAmount()  : string|null
getNotApplicable()  : bool|null

Properties

$descriptions

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

Methods

__set()

public __set(mixed $name, mixed $value) : void
Parameters
$name : mixed
$value : mixed
Return values
void

getCategory()

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

getCircumstances()

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

getMaxPenaltyAmount()

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

getNotApplicable()

public getNotApplicable() : bool|null
Return values
bool|null

Search results