# InvoiceDetails

**Kind:** Class

**Source:** `Frontend/src/app/models/invoices/invoices.model.ts` (line 40)

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

## Properties

| Property | Type |
|---|---|
| `AccountID` | `number` |
| `AccountName` | `string` |
| `BranchName` | `string` |
| `ClientId` | `number` |
| `ClientName` | `string` |
| `AccountFullName` | `string` |
| `ClientOrderNumber` | `string` |
| `CompanyBranchID` | `number` |
| `CreationDate` | `Date` |
| `CreationUserID` | `number` |
| `CurrencyCode` | `string` |
| `CurrencySymbol` | `string` |
| `RateToMainCurrency` | `number` |
| `Date` | `Date` |
| `DeductionAmount` | `number` |
| `DeliveredOrderID` | `number` |
| `DeliveryTermID` | `number` |
| `DeliveryTermName` | `string` |
| `DueAmount` | `number` |
| `FreightNumber` | `number` |
| `FreightType` | `number` |
| `JobNo` | `string` |
| `JobId` | `number` |
| `SalesJobId` | `number` |
| `InstallentPercent` | `number` |
| `PaymentMilestoneTypeId` | `number` |
| `PaymentMethodLCNumber` | `string` |
| `BillingAddressId` | `number` |
| `InvoiceAddress` | `string` |
| `InvoiceID` | `number` |
| `InvoiceItems` | `InvoiceItems[]` |
| `InvoiceNumber` | `string` |
| `InvoiceStatusID` | `number` |
| `InvoiceStatusName` | `string` |
| `IsSubmitted` | `boolean` |
| `ModificationDate` | `Date` |
| `ModificationUserID` | `number` |
| `Note` | `string` |
| `ObjectState` | `number` |
| `PaidAmount` | `number` |
| `PaymentDueDate` | `Date` |
| `PaymentMethodID` | `number` |
| `PaymentMethodName` | `string` |
| `PaymentPeriodID` | `number` |
| `PaymentPeriodCount` | `number` |
| `IssuedByID` | `number` |
| `IssuedByName` | `string` |
| `ShipmentDate` | `Date` |
| `TotalAmount` | `number` |
| `Type` | `number` |

## Used by

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

### Imported by (6)

- `InvoiceDetailsComponent` — `Frontend/src/app/components/invoices/invoice-details/invoice-details.component.ts`:1
- `AccountDetailsComponent` — `Frontend/src/app/components/market/account-details/account-details.component.ts`:1
- `CurrencyRate` — `Frontend/src/app/components/payments/payment-details/payment-details.component.ts`:1
- `NewJobComponent` — `Frontend/src/app/components/sales/new-job/new-job.component.ts`:1
- `InvoicesService` — `Frontend/src/app/services/invoices/invoices.service.ts`:1
- `PaymentsList` — `Frontend/src/app/models/payments/payments.ts`:2
