Back to Daytona

Invoice

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

0.178.01.7 KB
Original Source

Invoice

Properties

NameTypeDescriptionNotes
currencystring[optional] [default to undefined]
errorDetailsArray<InvoiceErrorDetail>[optional] [default to undefined]
fileUrlstring[optional] [default to undefined]
idstring[optional] [default to undefined]
issuingDatestring[optional] [default to undefined]
numberstring[optional] [default to undefined]
paymentDueDatestring[optional] [default to undefined]
paymentOverdueboolean[optional] [default to undefined]
paymentStatusInvoicePaymentStatus[optional] [default to undefined]
sequentialIdnumber[optional] [default to undefined]
statusInvoiceStatus[optional] [default to undefined]
totalAmountCentsnumber[optional] [default to undefined]
totalDueAmountCentsnumber[optional] [default to undefined]
typeInvoiceType[optional] [default to undefined]

Example

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

const instance: Invoice = {
    currency,
    errorDetails,
    fileUrl,
    id,
    issuingDate,
    number,
    paymentDueDate,
    paymentOverdue,
    paymentStatus,
    sequentialId,
    status,
    totalAmountCents,
    totalDueAmountCents,
    type,
};

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