[@redhat-cloud-services/catalog-client](../README.md) / [Exports](../modules.md) / ServicePlan

# Interface: ServicePlan

**`Export`**

**`Interface`**

ServicePlan

## Table of contents

### Properties

- [create\_json\_schema](ServicePlan.md#create_json_schema)
- [description](ServicePlan.md#description)
- [id](ServicePlan.md#id)
- [imported](ServicePlan.md#imported)
- [modified](ServicePlan.md#modified)
- [name](ServicePlan.md#name)
- [portfolio\_item\_id](ServicePlan.md#portfolio_item_id)

## Properties

### create\_json\_schema

• `Optional` **create\_json\_schema**: `object`

JSON schema for the object.

**`Memberof`**

ServicePlan

#### Defined in

[api.ts:1119](https://github.com/mkholjuraev/javascript-clients/blob/master/packages/catalog/api.ts#L1119)

___

### description

• `Optional` **description**: `string`

The service plan description.

**`Memberof`**

ServicePlan

#### Defined in

[api.ts:1113](https://github.com/mkholjuraev/javascript-clients/blob/master/packages/catalog/api.ts#L1113)

___

### id

• `Optional` **id**: `string`

The unique identifier for this service plan.

**`Memberof`**

ServicePlan

#### Defined in

[api.ts:1131](https://github.com/mkholjuraev/javascript-clients/blob/master/packages/catalog/api.ts#L1131)

___

### imported

• `Optional` **imported**: `boolean`

Whether or not the ServicePlan has been imported for editing

**`Memberof`**

ServicePlan

#### Defined in

[api.ts:1137](https://github.com/mkholjuraev/javascript-clients/blob/master/packages/catalog/api.ts#L1137)

___

### modified

• `Optional` **modified**: `boolean`

Whether or not the ServicePlan has a modified schema

**`Memberof`**

ServicePlan

#### Defined in

[api.ts:1143](https://github.com/mkholjuraev/javascript-clients/blob/master/packages/catalog/api.ts#L1143)

___

### name

• `Optional` **name**: `string`

The name of the service plan.

**`Memberof`**

ServicePlan

#### Defined in

[api.ts:1107](https://github.com/mkholjuraev/javascript-clients/blob/master/packages/catalog/api.ts#L1107)

___

### portfolio\_item\_id

• `Optional` **portfolio\_item\_id**: `string`

The reference ID of the Portfolio Item

**`Memberof`**

ServicePlan

#### Defined in

[api.ts:1125](https://github.com/mkholjuraev/javascript-clients/blob/master/packages/catalog/api.ts#L1125)
