@empathyco/x-components
Version:
Empathy X Components
116 lines (51 loc) • 1.13 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-types](./x-types.md) > [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>
[futureValue](./x-types.resultprice.futurevalue.md)
</td><td>
</td><td>
number
</td><td>
Pre-warming price.
</td></tr>
<tr><td>
[hasDiscount](./x-types.resultprice.hasdiscount.md)
</td><td>
</td><td>
boolean
</td><td>
Whether this result has 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>