SAP Cloud SDK for JavaScript - v4.8.0
    Preparing search index...

    Interface WithBatchReference

    Interface implemented by OData requests defining the getter and setter for the batch reference.

    interface WithBatchReference {
        getBatchReference: () => BatchReference;
        setBatchId: (id: string) => void;
    }

    Implemented by

    Index
    getBatchReference: () => BatchReference

    Getter for the batch reference.

    setBatchId: (id: string) => void

    Setter for the batch reference.