name_ property

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

The name of the sub-merchant. Based on scheme specifications, this value will overwrite the shopper statement that will appear in the card statement. * Format: Alphanumeric * Maximum length: 22 characters

Implementation

@BuiltValueField(wireName: r'name')
String get name_;