TableValue¶
| Field | Type | Description |
|---|---|---|
| value | double | The numeric value for this cell. |
| rate_details | For rate tables, returns the numerator and denominator values that yielded this value. |
Example¶
JSON
{
"rate_details": {
"denominator_count": 42,
"numerator_count": 42
},
"value": 1.0
}