Record
client-provided-enriched-transaction
No description available.
record client-provided-enriched-transaction {
amount: f64,
description: string,
direction: option<enrich-transaction-direction>,
enrichments: enrichments,
id: string,
iso-currency-code: string,
}Fields
| Name | Type | Description |
|---|---|---|
| amount | f64 | |
| description | string | |
| direction | option<enrich-transaction-direction> | |
| enrichments | enrichments | |
| id | string | |
| iso-currency-code | string |