# PrincipalsInvoice

**Kind:** Class

**Source:** `Frontend/src/app/models/principals-invoice/principals-invoice.ts` (line 2)

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

## Properties

| Property | Type |
|---|---|
| `ClientId` | `number` |
| `ClientName` | `string` |
| `CurrencyCode` | `string` |
| `DeductionAmount` | `number` |
| `InvoiceAmount` | `number` |
| `InvoiceDate` | `Date` |
| `InvoiceNumber` | `string` |
| `InvoiceStatusId` | `number` |
| `InvoiceStatusName` | `string` |
| `PaymentMilestoneTypeId` | `number` |
| `ItemName` | `string` |
| `Note` | `string` |
| `OrderId` | `number` |
| `OrderItemId` | `number` |
| `PaidAmount` | `number` |
| `PaymentPeriodCount` | `number` |
| `PaymentPeriodID` | `number` |
| `PrincipalId` | `number` |
| `PrincipalInvoiceId` | `number` |
| `PrincipalInvoiceItemId` | `number` |
| `PrincipalName` | `string` |
| `SalesJobId` | `number` |
| `SalesJobNo` | `string` |
| `ShipmentAmount` | `number` |
| `ShipmentDate` | `Date` |
| `IsPaidForSure` | `boolean` |
| `ReasonOfProbablyPaid` | `string` |
| `PaidById` | `number` |
| `PaidByName` | `string` |
| `PaidAt` | `Date` |

## Used by

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

### Imported by (3)

- `PrincipalInvoiceComponent` — `Frontend/src/app/components/principal-invoice/principal-invoice.component.ts`:1
- `PrincipalsInvoiceDetailsComponent` — `Frontend/src/app/components/principal-invoice/principals-invoice-details/principals-invoice-details.component.ts`:1
- `PrincipalsInvoiceService` — `Frontend/src/app/services/principals-invoice/principals-invoice.service.ts`:1
