@ptkl/sdk - v1.3.4
    Preparing search index...
    type MinimaxLeanItem = {
        Code: string;
        Currency: MinimaxReference;
        ItemId: number;
        ItemType: string;
        MassPerUnit: number;
        Price: number;
        ProductGroup: MinimaxReference;
        RevenueAccountDomestic: MinimaxReference;
        RevenueAccountEU: MinimaxReference;
        RevenueAccountOutsideEU: MinimaxReference;
        StocksAccount: MinimaxReference;
        Title: string;
        UnitOfMeasurement: string;
        VatRate: MinimaxReference;
    }
    Index

    Properties

    Code: string
    ItemId: number
    ItemType: string
    MassPerUnit: number
    Price: number
    ProductGroup: MinimaxReference
    RevenueAccountDomestic: MinimaxReference
    RevenueAccountEU: MinimaxReference
    RevenueAccountOutsideEU: MinimaxReference
    StocksAccount: MinimaxReference
    Title: string
    UnitOfMeasurement: string