UNPKG

@veeroute/lss-agro-angular

Version:

OpenAPI client for @veeroute/lss-agro-angular

19 lines (18 loc) 1.02 kB
/** * 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. */ /** * Contract type: * `SELL_WITH_DELIVERY` - Contract for the sale of grain by the market with delivery to the client (the price of moving from the market is included in the price). * `SELL` - Contract for the sale of grain by the market without delivery (the price of moving from the market is not included in the price). * `BUY_WITH_DELIVERY` - Contract for the purchase of grain by the market with delivery from the client (the price of moving to the market is included in the price). * `BUY` - Contract for the purchase of grain by the market without delivery (the price of moving to the market is not included in the price). */ export declare enum ContractTypeAgro { SELL_WITH_DELIVERY = "SELL_WITH_DELIVERY", SELL = "SELL", BUY_WITH_DELIVERY = "BUY_WITH_DELIVERY", BUY = "BUY" }