Documentation

TravelerPhone
in package
implements ResourceInterface

Sub-resource in TravelerContact

Tags
see
TravelerContact::getPhones()

Interfaces, Classes, Traits and Enums

ResourceInterface

Table of Contents

$countryCallingCode  : string|null
$deviceType  : string|null
$number  : string|null
__set()  : void
__toString()  : string
getCountryCallingCode()  : string|null
getDeviceType()  : string|null
getNumber()  : string|null

Properties

$countryCallingCode

private string|null $countryCallingCode = 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 —

getCountryCallingCode()

public getCountryCallingCode() : string|null
Return values
string|null —

getDeviceType()

public getDeviceType() : string|null
Return values
string|null —

getNumber()

public getNumber() : string|null
Return values
string|null —

Search results