@ptkl/sdk - v1.3.4
    Preparing search index...
    type MinimaxJournalEntry = {
        Account: MinimaxReference;
        Analytic: MinimaxReference;
        Credit: number;
        CreditInDomesticCurrency: number;
        Currency: MinimaxReference;
        Customer: MinimaxReference;
        Debit: number;
        DebitInDomesticCurrency: number;
        Description: string;
        DueDate: string;
        Employee: MinimaxReference;
        ExternalId: string;
        Journal: MinimaxReference;
        JournalEntryDate: string;
        JournalEntryId: number;
        PaymentReference: string;
        RecordDtModified: string;
        RowVersion: string;
        SubmissionSpecialVATReturn: string;
        TransactionDate: string;
        VatBase: number;
        VatBaseInDomesticCurrency: number;
        VatDate: string;
        VatRatePercentage: MinimaxReference;
        VatType: string;
    }
    Index

    Properties

    Credit: number
    CreditInDomesticCurrency: number
    Debit: number
    DebitInDomesticCurrency: number
    Description: string
    DueDate: string
    ExternalId: string
    JournalEntryDate: string
    JournalEntryId: number
    PaymentReference: string
    RecordDtModified: string
    RowVersion: string
    SubmissionSpecialVATReturn: string
    TransactionDate: string
    VatBase: number
    VatBaseInDomesticCurrency: number
    VatDate: string
    VatRatePercentage: MinimaxReference
    VatType: string