nationalAccountId property

  1. @TagNumber(10)
String get nationalAccountId

Implementation

@$pb.TagNumber(10)
$core.String get nationalAccountId => $_getSZ(9);
  1. @TagNumber(10)
set nationalAccountId (String v)

Implementation

@$pb.TagNumber(10)
set nationalAccountId($core.String v) { $_setString(9, v); }