accountID property
The Account ID that paid for this transaction
Implementation
@$pb.TagNumber(2)
$core.String get accountID => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set accountID($core.String value) => $_setString(1, value);
The Account ID that paid for this transaction
@$pb.TagNumber(2)
$core.String get accountID => $_getSZ(1);
@$pb.TagNumber(2)
set accountID($core.String value) => $_setString(1, value);