id property

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

The unique identifier of the target.type. This can be the ID of your: * balance platform * account holder * account holder's balance account

Implementation

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