PHP Class PayPal\EBLBaseComponents\PhoneNumberType

Inheritance: extends PayPal\Core\PPXmlMessage
Show file Open project: paypal/merchant-sdk-php

Public Properties

Property Type Description
$CountryCode string Country code associated with this phone number.
$Extension string Extension associated with this phone number.
$PhoneNumber string Phone number associated with this phone.

Property Details

$CountryCode public property

Country code associated with this phone number.
public string $CountryCode
return string

$Extension public property

Extension associated with this phone number.
public string $Extension
return string

$PhoneNumber public property

Phone number associated with this phone.
public string $PhoneNumber
return string