iccid property

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

The integrated circuit card identifier (ICCID) of the primary SIM card in the terminal.

Implementation

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