Msisdn
Represent a valid phone number with a leading plus sign followed by the country calling code. The validation itself is relying on PhoneNumberUtil.isPossibleNumber and is rather lenient.
In serialization, it is treated as String based on the underlying value.