Member Junction
    Preparing search index...

    Interface for a GL Account (Chart of Accounts) entry from Business Central

    interface BCGLAccount {
        accountType: string;
        balance: number;
        blocked: boolean;
        category: string;
        creditAmount: number;
        debitAmount: number;
        directPosting: boolean;
        displayName: string;
        id: string;
        indentation: number;
        lastModifiedDateTime: Date;
        netChange: number;
        number: string;
        subCategory: string;
    }
    Index

    Properties

    accountType: string
    balance: number
    blocked: boolean
    category: string
    creditAmount: number
    debitAmount: number
    directPosting: boolean
    displayName: string
    id: string
    indentation: number
    lastModifiedDateTime: Date
    netChange: number
    number: string
    subCategory: string