Back to Daytona

UsageCharge

libs/billing-api-client/src/docs/UsageCharge.md

0.178.0762 B
Original Source

UsageCharge

Properties

NameTypeDescriptionNotes
amountCentsnumber[optional] [default to undefined]
billableMetricBillableMetricCode[optional] [default to undefined]
eventsCountnumber[optional] [default to undefined]
unitsstring[optional] [default to undefined]

Example

typescript
import { UsageCharge } from './api';

const instance: UsageCharge = {
    amountCents,
    billableMetric,
    eventsCount,
    units,
};

[Back to Model list] [Back to API list] [Back to README]