Get Inventory fielddata

How do I get the fielddata for Inventory
I can find almost everything under InventoryAddressInfo, but I missing the field _name
I can see fields, but I cant read it, because its protection level.
How do I get the data I need? Is there another way?

Litium version: 8.2.3

You can get Name from

inventory.Localizations.CurrentUICulture.Name

I don’t think Inventory has fields in the same way other enitities has. If you want to save more data you can use inventory.CustomData.

thanks for quick reply