PackagingInfoEntryList Data Type

Properties
name data type description
entries array of PackagingInfoEntry Die Liste aller packagingInfoEntry Einträge

Example

{
  "entries" : [ {
    "barcode" : "...",
    "amount" : 12345.0
  }, {
    "barcode" : "...",
    "amount" : 12345.0
  } ]
}