merchantLocations property

List<MerchantLocation>? merchantLocations
getter/setter pair

Merchant locations.

There is a maximum of ten on the class. Any additional MerchantLocations added beyond the 10 will be rejected. These locations will trigger a notification when a user enters within a Google-set radius of the point. This field replaces the deprecated LatLongPoints.

Implementation

core.List<MerchantLocation>? merchantLocations;