addressLine1 property

String? addressLine1
getter/setter pair

A customer's physical address.

An address can be composed of one to three lines. The addressline2 and addressLine3 are optional.

Implementation

core.String? addressLine1;