zipCodes property

List<String>? zipCodes
getter/setter pair

A list of zip codes of the member.

Must also be set with the following fields: * country_code * hashed_first_name * hashed_last_name

Implementation

core.List<core.String>? zipCodes;