import { MetersQuantitiesRequest } from "@polar-sh/sdk/models/operations/metersquantities.js";
let value: MetersQuantitiesRequest = {
id: "<value>",
startTimestamp: new Date("2023-07-21T13:17:54.317Z"),
endTimestamp: new Date("2025-01-02T14:48:14.905Z"),
interval: "hour",
};
Field |
Type |
Required |
Description |
id |
string |
✔️ |
The meter ID. |
startTimestamp |
Date |
✔️ |
Start timestamp. |
endTimestamp |
Date |
✔️ |
End timestamp. |
interval |
components.TimeInterval |
✔️ |
Interval between two timestamps. |
customerId |
operations.MetersQuantitiesQueryParamCustomerIDFilter |
➖ |
Filter by customer ID. |
externalCustomerId |
operations.QueryParamExternalCustomerIDFilter |
➖ |
Filter by external customer ID. |