name_ property

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

Required for transactions performed by registered payment facilitators. The name of the sub-merchant. Based on scheme specifications, this value will overwrite the shopper statement that will appear in the card statement. Exception: for acquirers in Brazil, this value does not overwrite the shopper statement. * Format: Alphanumeric * Maximum length: 22 characters

Implementation

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