Worldline Connect Node.js SDK
    Preparing search index...

    Interface LineItemLevel3InterchangeInformation

    interface LineItemLevel3InterchangeInformation {
        discountAmount?: number | null;
        lineAmountTotal?: number | null;
        productCode?: string | null;
        productPrice?: number | null;
        productType?: string | null;
        quantity?: number | null;
        taxAmount?: number | null;
        unit?: string | null;
    }
    Index

    Properties

    discountAmount?: number | null
    lineAmountTotal?: number | null
    productCode?: string | null
    productPrice?: number | null
    productType?: string | null
    quantity?: number | null
    taxAmount?: number | null
    unit?: string | null