phoneNumber property

String? phoneNumber
getter/setter pair

Customer contact phone number.

Must start with "+" followed by the country code. The rest of the number can be contiguous numbers or respect the phone local format conventions, but it must be a real phone number and not, for example, "123". This field is silently ignored if invalid.

Implementation

core.String? phoneNumber;