Source: https://guides.developer.iata.org/docs/download-the-latest-standards

LiquidVolumeMeasure

A numeric value determining a liquid volume along with the specified unit of measure.

Properties

Name Description Type Required Generic Enum Ignore
unitCode The liquid volume unit code of measure. string false ${prop.ignore}
value The numeric value determining a liquid volume number false ${prop.ignore}
{
  "unitCode" : "string",
  "value" : "number"
}