# App

## Extends

- `App`

### payload

```ts
payload: App;
```

The underlying payload data for this resource

#### Inherited from

```ts
Bkper.App.payload
```

### getDescription()

```ts
getDescription(): string;
```

#### Returns

`string`

The description of this App

#### Inherited from

```ts
Bkper.App.getDescription
```

***

### getId()

```ts
getId(): string;
```

#### Returns

`string`

The id of this App

#### Inherited from

```ts
Bkper.App.getId
```

***

### getName()

```ts
getName(): string;
```

#### Returns

`string`

The name of this App

#### Inherited from

```ts
Bkper.App.getName
```

***

### json()

```ts
json(): App;
```

Gets an immutable copy of the JSON payload for this resource.

#### Returns

`App`

An immutable copy of the json payload

#### Inherited from

```ts
Bkper.App.json
```
