displayName property
This is the name that your shoppers will see in the Apple Pay interface. The value returned as configuration.merchantName field from the /paymentMethods response.
Implementation
@BuiltValueField(wireName: r'displayName')
String get displayName;