> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tappify.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# TapRevenueResult

> What a revenue query answers with.

What a `revenue` query answers with.

## Properties

### currency

```ts theme={null}
currency: string;
```

***

### mrr

```ts theme={null}
mrr: number;
```

Monthly recurring revenue in the major unit of `currency`, so `41200` is
41,200 dollars and not 412 dollars. Summed across the project's apps from
each one's latest subscription metric, which is not narrowed by the range.

***

### points

```ts theme={null}
points: TapSeriesPoint[];
```

***

### refunds

```ts theme={null}
refunds: number;
```

How many refunded units fell in the range, across the project's apps.
