# RecievableInvoices

**Kind:** Class

**Source:** `Frontend/src/app/models/payments/payments.ts` (line 60)

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

## Properties

| Property | Type |
|---|---|
| `PaymentInvoiceID` | `number` |
| `InvoiceID` | `number` |
| `PaymentID` | `number` |
| `OldAmount` | `number` |
| `Amount` | `number` |
| `Invoice` | `any` |
| `InvoiceNumber` | `string` |
| `PaymentAccountName` | `string` |
| `PaymentNumber` | `string` |
| `PaymentReceivingDate` | `Date` |
| `PaymentReceivingMethodName` | `string` |
| `PaymentCurrencyRate` | `number` |
| `CreationDate` | `Date` |
| `ModificationDate` | `Date` |
| `ModificationUserID` | `number` |
| `CreationUserID` | `number` |
| `CurrencyCode` | `string` |
| `CurrencySymbol` | `string` |
| `ObjectState` | `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)

- `CurrencyRate` — `Frontend/src/app/components/payments/payment-details/payment-details.component.ts`:1
- `PaymentsService` — `Frontend/src/app/services/payments/payments.service.ts`:1
