<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-adapter-platform](./x-adapter-platform.md) &gt; [PlatformResult](./x-adapter-platform.platformresult.md) &gt; [\_\_prices](./x-adapter-platform.platformresult.__prices.md)

## PlatformResult.\_\_prices property

**Signature:**

```typescript
__prices: {
        current: {
            value: number;
        };
        previous?: {
            value: number;
        };
        future?: {
            value: number;
        };
    };
```
