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

    Collection of all destinations from an account. For a given account a destination can originate from the destination service instance or subaccount.

    interface DestinationsByType {
        instance: Destination[];
        subaccount: Destination[];
    }
    Index

    Properties

    Properties

    instance: Destination[]

    Collection of destinations from the destination service instance.

    subaccount: Destination[]

    Collection of destinations from the subaccount.

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