/** * ClimatePartner API Order Service * A Unified API for all ClimatePartner products * * The version of the OpenAPI document: 1.3.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import type { OrderGetSubOrderResponse } from './order-get-sub-order-response'; /** * Fields specific to get collective order response */ export interface OrderGetCollectiveResponseFields { /** * Current order cpId (raw 3-part identifier to be used for the tracking; see trackingUrl for the hashed/anonymous URL) */ 'cpId'?: string; /** * All valid suborders existing under the given collectiveOrderId */ 'subOrders'?: Array; }