# PaymentCurrenciesRates

**Kind:** Class

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

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

## Properties

| Property | Type |
|---|---|
| `PaymentCurrenciesRateID` | `number` |
| `PaymentID` | `number` |
| `CurrencyCode` | `string` |
| `Rate` | `number` |
| `CreationDate` | `Date` |
| `ModificationDate` | `Date` |
| `ModificationUserID` | `number` |
| `CreationUserID` | `number` |
| `ObjectState` | `number` |

## Used by

1 reference from 1 file. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (1)

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