@climatepartner/climatepartner-api-sdk
Version:
The ClimatePartner API provides one uniform public API to customers of ClimatePartner.
19 lines (18 loc) • 463 B
TypeScript
/**
* This file was generated by st-open-api
*/
import { IImagesOrderListProject } from './interface/i-images-order-list-project';
export interface IOrderListProject {
amount?: number;
country?: string;
currency?: string;
description?: string;
images?: Array<IImagesOrderListProject>;
price?: string;
projectId?: string;
projectName?: string;
region?: string;
technology?: string;
type?: string;
unit?: string;
}