# ForeignAmount

Represents the details of general ledger journal entries posted in foreign currency.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**accountingRate** | [**AccountingRate**](AccountingRate.md) |  | [optional] [default to undefined]
**amount** | **number** | The foreign currency amount of the accounting entry. | [optional] [default to undefined]
**currency** | [**Currency**](Currency.md) |  | [optional] [default to undefined]

## Example

```typescript
import { ForeignAmount } from './api';

const instance: ForeignAmount = {
    accountingRate,
    amount,
    currency,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
