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