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

    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

    Properties

    getBatchReference: () => BatchReference

    Getter for the batch reference.

    setBatchId: (id: string) => void

    Setter for the batch reference.

    Copyright Ⓒ 2025 SAP SE or an SAP affiliate company. All rights reserved.