city property

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

The city of the sub-merchant's address. * Format: Alphanumeric * Maximum length: 13 characters

Implementation

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