phoneNumber property

List<String>? phoneNumber
getter/setter pair

The phone number of one or more accounts to fetch.

Should only be specified by authenticated requests from a developer and should be in E.164 format, for example, +15555555555.

Implementation

core.List<core.String>? phoneNumber;