TravelerPhone
in package
implements
ResourceInterface
Sub-resource in TravelerContact
Tags
Interfaces, Classes, Traits and Enums
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
$deviceType
private
string|null
$deviceType
= null
$number
private
string|null
$number
= 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