# GLJournalEntryForeignAmount

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

## Properties

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

## Example

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

const instance: GLJournalEntryForeignAmount = {
    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)
