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 v) {
$_setString(1, v);
}
The Account ID that paid for this transaction
@$pb.TagNumber(2)
$core.String get accountID => $_getSZ(1);
@$pb.TagNumber(2)
set accountID($core.String v) {
$_setString(1, v);
}