# PaymentDetails

**Kind:** Class

**Source:** `Pams/Web/Pams.Web/Client/app/models/payments/payments.ts` (line 24)

**Part of:** [Pams](subsystem-pams)

## Properties

| Property | Type |
|---|---|
| `PaymentID` | `number` |
| `PaymentNumber` | `string` |
| `CompanyBranchID` | `number` |
| `AccountID` | `number` |
| `AccountName` | `string` |
| `Amount` | `number` |
| `CurrencyCode` | `string` |
| `BankCharges` | `number` |
| `ReceivingDate` | `Date` |
| `ReceivingAccount` | `string` |
| `BankAccountId` | `number` |
| `PaymentReceivingMethodID` | `number` |
| `PaymentReceivingMethodName` | `string` |
| `ReferenceNum` | `string` |
| `PaymentInvoices` | `RecievableInvoices[]` |
| `PaymentCurrenciesRates` | `PaymentCurrenciesRates[]` |
| `NonAllocatedAmount` | `number` |
| `AllocatedAmount` | `number` |
| `InvoicesNumbers` | `string` |
| `RecievablesInvoices` | `RecievableInvoices[]` |
| `CreationDate` | `Date` |
| `ModificationDate` | `Date` |
| `ModificationUserID` | `number` |
| `CreationUserID` | `number` |
| `ObjectState` | `number` |

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

- `CurrencyRate` — `Pams/Web/Pams.Web/Client/app/components/payments/payment-details/payment-details.component.ts`:1
- `PaymentsListComponent` — `Pams/Web/Pams.Web/Client/app/components/payments/payments-list/payments-list.component.ts`:1
- `PaymentsService` — `Pams/Web/Pams.Web/Client/app/services/payments/payments.service.ts`:1
