# BuyoutOffersNoLookup

**Kind:** Class

**Source:** `Frontend/src/app/models/sales/new-job/cost-calculation.ts` (line 99)

**Part of:** [Frontend](subsystem-frontend-src-app)

## Properties

| Property | Type |
|---|---|
| `BuyoutOfferId` | `number` |
| `BuyoutItemId` | `number` |
| `OfferName` | `string` |
| `SupplierName` | `string` |
| `CurrencyCode` | `string` |
| `CurrencySymbol` | `string` |
| `DeliveryTermId` | `number` |
| `DeliveryTermName` | `string` |
| `OfferPrice` | `number` |
| `BuyoutJobId` | `number` |

## Used by

2 references from 2 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (2)

- `CostCalculationComponent` — `Frontend/src/app/components/sales/cost-calculation/cost-calculation.component.ts`:1
- `PreviewService` — `Frontend/src/app/components/sales/cost-calculation/preview/preview.service.ts`:1
