merchantName property

String? merchantName
getter/setter pair

Merchant name, such as "Adam's Apparel".

The app may display an ellipsis after the first 20 characters to ensure full string is displayed on smaller screens.

Implementation

core.String? merchantName;