Back to Daytona

ChargeList

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

0.178.0646 B
Original Source

ChargeList

Properties

NameTypeDescriptionNotes
dataArray<Charge>[optional] [default to undefined]
hasMoreboolean[optional] [default to undefined]
nextCursorstring[optional] [default to undefined]

Example

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

const instance: ChargeList = {
    data,
    hasMore,
    nextCursor,
};

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