UNPKG

@veeroute/lss-agro-angular

Version:

OpenAPI client for @veeroute/lss-agro-angular

30 lines (29 loc) 666 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 { AttributeAgro } from './attribute'; import { ContractAgro } from './contract'; /** * Market - allows you to buy and sell crops. */ export interface MarketAgro { [key: string]: any | any; /** * Key, unique identifier. */ key: string; /** * List of contracts. */ contracts: Array<ContractAgro>; /** * Attributes. Used to add service information. */ attributes?: Array<AttributeAgro>; }