<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-types](./x-types.md) &gt; [ResultPrice](./x-types.resultprice.md)

## ResultPrice interface

The result price.

**Signature:**

```typescript
export interface ResultPrice 
```

## Properties

<table><thead><tr><th>

Property


</th><th>

Modifiers


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

[hasDiscount](./x-types.resultprice.hasdiscount.md)


</td><td>


</td><td>

boolean


</td><td>

Whether this result has a discount.


</td></tr>
<tr><td>

[originalValue](./x-types.resultprice.originalvalue.md)


</td><td>


</td><td>

number


</td><td>

The old value.


</td></tr>
<tr><td>

[value](./x-types.resultprice.value.md)


</td><td>


</td><td>

number


</td><td>

The current value.


</td></tr>
</tbody></table>

