displayName property

  1. @BuiltValueField.new(wireName: r'displayName')
String get displayName

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;