UNPKG

@veeroute/lss-agro-angular

Version:

OpenAPI client for @veeroute/lss-agro-angular

34 lines (33 loc) 783 B
/** * VRt.Agro [AG] * * The version of the OpenAPI document: 7.18.2755 * Contact: servicedesk@veeroute.com * * NOTE: This class is auto generated by OpenAPI Generator. * Do not edit the class manually. */ import { CapacityForecastElementAgro } from './capacityForecastElement'; import { StockForecastElementAgro } from './stockForecastElement'; /** * Grain process. */ export interface ConsumerAgro { [key: string]: any | any; /** * Key, unique identifier. */ key: string; /** * Crop key. */ crop_key: string; /** * Capacity forecast. */ consumption_forecast: Array<CapacityForecastElementAgro>; /** * Guaranteed balance requirement forecast. */ stock_forecast: Array<StockForecastElementAgro>; }