Rulvar API reference / @rulvar/rulvar / EntryBillingUnit
Interface: EntryBillingUnit
Defined in: packages/core/dist/index.d.ts
One priced unit of priceEntryBilling (RV504).
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
record? | ProviderCallRecord | The dispatch record behind a 'call' unit. | packages/core/dist/index.d.ts |
role? | InvocationRole | - | packages/core/dist/index.d.ts |
servedBy | `${string}:${string}` | - | packages/core/dist/index.d.ts |
source | "call" | "slice" | 'call' prices one provider dispatch (the per-request basis); 'slice' is the historical per-model aggregate of an entry whose records do not fully cover its usage. | packages/core/dist/index.d.ts |
usage | Usage | - | packages/core/dist/index.d.ts |
usd | number | - | packages/core/dist/index.d.ts |