Back to Daytona

OrganizationUsage

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

0.178.01.0 KB
Original Source

OrganizationUsage

Properties

NameTypeDescriptionNotes
amountCentsnumber[optional] [default to undefined]
fromstring[optional] [default to undefined]
issuingDatestring[optional] [default to undefined]
taxesAmountCentsnumber[optional] [default to undefined]
tostring[optional] [default to undefined]
totalAmountCentsnumber[optional] [default to undefined]
usageChargesArray<UsageCharge>[optional] [default to undefined]

Example

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

const instance: OrganizationUsage = {
    amountCents,
    from,
    issuingDate,
    taxesAmountCents,
    to,
    totalAmountCents,
    usageCharges,
};

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