Member Junction
    Preparing search index...

    Journal entry line interface

    interface JournalEntryLine {
        accountId: string;
        classId?: string;
        credit?: number;
        debit?: number;
        departmentId?: string;
        description?: string;
        entityId?: string;
        entityType?: "Customer" | "Vendor" | "Employee";
    }
    Index

    Properties

    accountId: string
    classId?: string
    credit?: number
    debit?: number
    departmentId?: string
    description?: string
    entityId?: string
    entityType?: "Customer" | "Vendor" | "Employee"