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

    Interface DestinationsByType

    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
    instance: Destination[]

    Collection of destinations from the destination service instance.

    subaccount: Destination[]

    Collection of destinations from the subaccount.