# PaymentsList

**Kind:** Class

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

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

## Properties

| Property | Type |
|---|---|
| `PaymentID` | `number` |
| `PaymentDate` | `Date` |
| `ShipmentDate` | `Date` |
| `RecievedDate` | `Date` |
| `RecievedFrom` | `string` |
| `InvoiceNumber` | `string` |
| `Account` | `string` |
| `PaymentMethodName` | `string` |
| `PaymentMethod` | `string` |
| `Reference` | `string` |
| `ReferenceNum` | `string` |
| `RecievedAmount` | `number` |
| `NoneAllocatedAmount` | `number` |
| `AllocatedAmount` | `number` |
| `BankCharges` | `number` |

## Relationships

- IMPORTS → `InvoiceDetails`
- IMPORTS → `InvoiceItems`

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

- `PaymentsListComponent` — `Frontend/src/app/components/payments/payments-list/payments-list.component.ts`:1
- `PaymentsService` — `Frontend/src/app/services/payments/payments.service.ts`:1
