@climatepartner/climatepartner-api-sdk
Version:
The ClimatePartner API provides one uniform public API to customers of ClimatePartner.
46 lines (45 loc) • 1.03 kB
TypeScript
/**
* ClimatePartner API Calculation Service
* A Unified API for all ClimatePartner products
*
* The version of the OpenAPI document: 1.6.4
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
export interface GreenGrpOOH {
/**
* size category of the poster
*/
'posterFormat': string;
/**
* illumination of the poster
*/
'lighting'?: boolean;
/**
* material of the poster
*/
'material': string;
/**
* number of advertising spaces
*/
'numberOfAdvertisingSpaces': number;
/**
* number of days the campaign is running
*/
'campaignRuntimeDays': number;
/**
* country of the campaign
*/
'country': string;
/**
* externally calculated production emissions
*/
'productionEmissions'?: number;
/**
* grammage per square meter of the material
*/
'grammage'?: number;
}