addressLine property

String? addressLine
getter/setter pair

The street and number of the user's address.

Used only for Google Analytics. This field is hashed and possibly encrypted. Normalize the value before hashing: - Remove symbol characters

  • Convert to lowercase - Remove leading and trailing whitespace

Optional.

Implementation

core.String? addressLine;