issuedInventoryHash property
Stores the hash of the inventory item that has been issued from this parent item
Implementation
@$pb.TagNumber(12)
$core.String get issuedInventoryHash => $_getSZ(4);
Implementation
@$pb.TagNumber(12)
set issuedInventoryHash($core.String value) => $_setString(4, value);