id property

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

A unique identifier that you create for the sub-merchant, used by schemes to identify the sub-merchant. * Format: Alphanumeric * Maximum length: 15 characters

Implementation

@BuiltValueField(wireName: r'id')
String get id;