Link Search Menu Expand Document

Constructor: help.countryCode

Back to constructors index

Country code and phone number pattern of a specific country

Attributes:

NameTypeRequiredDescription
country_codestringYesISO country code
prefixesArray of stringOptionalPossible phone prefixes
patternsArray of stringOptionalPhone patterns: for example, XXX XXX XXX

Type: help.CountryCode

Example:

$help_countryCode = ['_' => 'help.countryCode', 'country_code' => 'string', 'prefixes' => ['string', 'string'], 'patterns' => ['string', 'string']];