object AdHocCharge
Fields
| Field | Type | Description |
|---|---|---|
id | String | |
legacy_id | Int | |
name | String | |
description | String | |
occurred_at | ISODateTime | |
labor_unit_id | String | |
unit_amount | Decimal | |
rate | Decimal |
Referenced By
Example
{
"id": "abc123",
"legacy_id": 987,
"name": "abc123",
"description": "abc123",
"occurred_at": "abc123",
"labor_unit_id": "abc123",
"unit_amount": "abc123",
"rate": "abc123"
}