SAP AI SDK for JavaScript - v2.8.0
    Preparing search index...

    Type Alias BckndServiceServiceCatalogItemExtendCatalog

    BckndServiceServiceCatalogItemExtendCatalog: {
        bindable?: boolean;
        description?: string;
        id?: string;
        name?: string;
        plans?: BckndServiceServicePlanItem[];
    } & Record<string, any>

    Representation of the 'BckndServiceServiceCatalogItemExtendCatalog' schema.

    Type Declaration

    • Optionalbindable?: boolean

      if the service is bindable

    • Optionaldescription?: string

      description of the service

    • Optionalid?: string

      id of the service

    • Optionalname?: string

      name of the service

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

    • Optionalplans?: BckndServiceServicePlanItem[]