Record
balance-transaction
No description available.
record balance-transaction {
amount: s32,
available-on: s32,
created: s32,
currency: string,
description: option<string>,
exchange-rate: option<f64>,
fee: s32,
fee-details: list<fee>,
id: string,
net: s32,
object: balance-transaction-object-enum,
reporting-category: string,
source: option<string>,
status: string,
type-op: balance-transaction-type-op-enum,
}Fields
| Name | Type | Description |
|---|---|---|
| amount | s32 | |
| available-on | s32 | |
| created | s32 | |
| currency | string | |
| description | option<string> | |
| exchange-rate | option<f64> | |
| fee | s32 | |
| fee-details | list<fee> | |
| id | string | |
| net | s32 | |
| object | balance-transaction-object-enum | |
| reporting-category | string | |
| source | option<string> | |
| status | string | |
| type-op | balance-transaction-type-op-enum |