Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 3.37 KB

metersquantitiesrequest.md

File metadata and controls

25 lines (20 loc) · 3.37 KB

MetersQuantitiesRequest

Example Usage

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",
};

Fields

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.