Record
company-credit-data-history-data-interface
No description available.
record company-credit-data-history-data-interface {
amount: f64,
available-limit: option<f64>,
balance: f64,
comment: option<string>,
company-credit-id: option<s32>,
credit-limit: f64,
currency-credit: option<string>,
currency-operation: option<string>,
datetime: option<string>,
id: option<s32>,
purchase-order: option<string>,
rate: f64,
rate-credit: option<f64>,
type-op: option<s32>,
user-id: option<s32>,
user-type: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| amount | f64 | |
| available-limit | option<f64> | |
| balance | f64 | |
| comment | option<string> | |
| company-credit-id | option<s32> | |
| credit-limit | f64 | |
| currency-credit | option<string> | |
| currency-operation | option<string> | |
| datetime | option<string> | |
| id | option<s32> | |
| purchase-order | option<string> | |
| rate | f64 | |
| rate-credit | option<f64> | |
| type-op | option<s32> | |
| user-id | option<s32> | |
| user-type | option<s32> |