@empathyco/x-components
Version:
Empathy X Components
24 lines (15 loc) • 774 B
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
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [futureValue](./x-types.resultprice.futurevalue.md) | | number | Pre-warming price. |
| [hasDiscount](./x-types.resultprice.hasdiscount.md) | | boolean | Whether this result has discount. |
| [originalValue](./x-types.resultprice.originalvalue.md) | | number | The old value. |
| [value](./x-types.resultprice.value.md) | | number | The current value. |