# CostPoint

## Example Usage

```typescript
import { CostPoint } from "@flexprice/sdk/sdk/models";

let value: CostPoint = {};
```

## Fields

| Field              | Type               | Required           | Description        |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `cost`             | *string*           | :heavy_minus_sign: | N/A                |
| `eventCount`       | *number*           | :heavy_minus_sign: | N/A                |
| `quantity`         | *string*           | :heavy_minus_sign: | N/A                |
| `timestamp`        | *string*           | :heavy_minus_sign: | N/A                |