Objects
PhoneNumber
countryCodestring
The country code.
Possible Enum values are
FR, UK, DK, SE or NO.numberinteger[int64]
The number, excluding the country code part and leading 0.
Example
{ "countryCode": "SE", "number": 701234567}