# GetPriceUnitByCodeRequest

## Example Usage

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

let value: GetPriceUnitByCodeRequest = {
  code: "<value>",
};
```

## Fields

| Field              | Type               | Required           | Description        |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `code`             | *string*           | :heavy_check_mark: | Price unit code    |