# GetPriceByLookupKeyRequest

## Example Usage

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

let value: GetPriceByLookupKeyRequest = {
  lookupKey: "<value>",
};
```

## Fields

| Field              | Type               | Required           | Description        |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `lookupKey`        | *string*           | :heavy_check_mark: | Lookup key         |