Record
company-credit-data-credit-data-interface
No description available.
record company-credit-data-credit-data-interface {
available-limit: option<f64>,
balance: option<f64>,
company-id: option<s32>,
credit-limit: option<f64>,
currency-code: option<string>,
exceed-limit: bool,
id: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| available-limit | option<f64> | |
| balance | option<f64> | |
| company-id | option<s32> | |
| credit-limit | option<f64> | |
| currency-code | option<string> | |
| exceed-limit | bool | |
| id | option<s32> |