id property

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

The unique identifier of this issuer, to submit in requests to /payments.

Implementation

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