Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.19 KB

File metadata and controls

20 lines (17 loc) · 1.19 KB

# OrderCalculated

Properties

Name Type Description Notes
orderId string [optional]
status string The status of the order [optional]
certificateIssuedAt \DateTime Timestamp of when the certificate was issued in ISO 8601 format (UTC) [optional]
certificateUrl string [optional]
certificatePdf string [optional]
price float The total of the compensation in your given currency excl. VAT. [optional]
currency string [optional]
kgCO2e int The amount of kg CO2e. [optional]
metadata array<string,string> Add additional queryable information to the order as key-value pairs [optional]
project \KlimAPI\Model\Project [optional]
results \KlimAPI\Model\CalculationResult[] An array of the calculation results [optional]
recipient \KlimAPI\Model\OrderRecipient [optional]

[Back to Model list] [Back to API list] [Back to README]