# JobGuarantee

**Kind:** Class

**Source:** `Frontend/src/app/models/sales/job-guarantee.model.ts` (line 2)

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

## Properties

| Property | Type |
|---|---|
| `JobGuaranteeID` | `number` |
| `InquiryNumber` | `number` |
| `GuaranteeValue` | `number` |
| `GuaranteePercentage` | `number` |
| `valueTypeID` | `number` |
| `GuaranteeTypeID` | `number` |
| `ValueInBaseCurrency` | `number` |
| `GuaranteeValueFormated` | `string` |
| `GuaranteePercentageFormated` | `string` |
| `CurrencyCode` | `string` |
| `CurrencyExchangeRate` | `number` |
| `CurrencySymbol` | `string` |

## Relationships

- IMPORTS → `AppSettings`

## 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)

- `JobGuaranteeService` — `Frontend/src/app/services/sales/job-guarantee.service.ts`:1
- `TempInq` — `Frontend/src/app/models/sales/inquiry.model.ts`:17
