TravelerAddress
in package
implements
ResourceInterface
Sub-resource in TravelerContact
Tags
Interfaces, Classes, Traits and Enums
Table of Contents
- $cityName : string|null
- $countryCode : string|null
- $lines : array<string|int, mixed>|null
- $postalBox : string|null
- $postalCode : string|null
- $stateName : string|null
- __set() : void
- __toString() : string
- getCityName() : string|null
- getCountryCode() : string|null
- getLines() : array<string|int, mixed>|null
- getPostalBox() : string|null
- getPostalCode() : string|null
- getStateName() : string|null
Properties
$cityName
private
string|null
$cityName
= null
$countryCode
private
string|null
$countryCode
= null
$lines
private
array<string|int, mixed>|null
$lines
= null
$postalBox
private
string|null
$postalBox
= null
$postalCode
private
string|null
$postalCode
= null
$stateName
private
string|null
$stateName
= 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 —getCityName()
public
getCityName() : string|null
Return values
string|null —getCountryCode()
public
getCountryCode() : string|null
Return values
string|null —getLines()
public
getLines() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null —getPostalBox()
public
getPostalBox() : string|null
Return values
string|null —getPostalCode()
public
getPostalCode() : string|null
Return values
string|null —getStateName()
public
getStateName() : string|null