Record
transaction-entry
No description available.
record transaction-entry {
balance-impact: transactions-resource-balance-impact,
created: s32,
currency: string,
effective-at: s32,
financial-account: string,
flow: option<string>,
flow-details: option<string>,
flow-type: transaction-entry-flow-type-enum,
id: string,
livemode: bool,
object: transaction-entry-object-enum,
transaction: string,
type-op: transaction-entry-type-op-enum,
}Fields
| Name | Type | Description |
|---|---|---|
| balance-impact | transactions-resource-balance-impact | |
| created | s32 | |
| currency | string | |
| effective-at | s32 | |
| financial-account | string | |
| flow | option<string> | |
| flow-details | option<string> | |
| flow-type | transaction-entry-flow-type-enum | |
| id | string | |
| livemode | bool | |
| object | transaction-entry-object-enum | |
| transaction | string | |
| type-op | transaction-entry-type-op-enum |