Inttegro TypeScript SDK - v8.2.0
    Preparing search index...

    Interface ShippingLineItemParams

    Line item - can be a product or a fee

    interface ShippingLineItemParams {
        customData?: CustomData;
        fee: AmountParams;
        id?: string;
        label?: string;
        taxCode?: string;
    }
    Index
    customData?: CustomData
    id?: string
    label?: string
    taxCode?: string