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[];
}

Properties

Properties

instance: Destination[]

Collection of destinations from the destination service instance.

subaccount: Destination[]

Collection of destinations from the subaccount.

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