Record
settlement
No description available.
record settlement {
bin: string,
clearing-date: s32,
created: s32,
currency: string,
id: string,
interchange-fees: s32,
livemode: bool,
metadata: settlement-metadata,
net-total: s32,
network: settlement-network-enum,
network-fees: s32,
network-settlement-identifier: string,
object: settlement-object-enum,
settlement-service: string,
transaction-count: s32,
transaction-volume: s32,
}Fields
| Name | Type | Description |
|---|---|---|
| bin | string | |
| clearing-date | s32 | |
| created | s32 | |
| currency | string | |
| id | string | |
| interchange-fees | s32 | |
| livemode | bool | |
| metadata | settlement-metadata | |
| net-total | s32 | |
| network | settlement-network-enum | |
| network-fees | s32 | |
| network-settlement-identifier | string | |
| object | settlement-object-enum | |
| settlement-service | string | |
| transaction-count | s32 | |
| transaction-volume | s32 |