accountID property

  1. @TagNumber(2)
String get accountID

The Account ID that paid for this transaction

Implementation

@$pb.TagNumber(2)
$core.String get accountID => $_getSZ(1);
  1. @TagNumber(2)
set accountID (String v)

Implementation

@$pb.TagNumber(2)
set accountID($core.String v) {
  $_setString(1, v);
}