# Fixed

class Fixed(val amount: [TokenAmount](/developers/references/android/id-frak-sdk-rewards/tokenamount/)) : [EstimatedReward](/developers/references/android/id-frak-sdk-rewards/estimatedreward/)

## Constructors

| | |
|---|---|
| [Fixed](/developers/references/android/id-frak-sdk-rewards/estimatedreward/fixed/fixed/) | constructor(amount: [TokenAmount](/developers/references/android/id-frak-sdk-rewards/tokenamount/)) |

## Properties

| Name | Summary |
|---|---|
| [amount](/developers/references/android/id-frak-sdk-rewards/estimatedreward/fixed/amount/) | val [amount](/developers/references/android/id-frak-sdk-rewards/estimatedreward/fixed/amount/): [TokenAmount](/developers/references/android/id-frak-sdk-rewards/tokenamount/) |

## Functions

| Name | Summary |
|---|---|
| equals | open operator override fun equals(other: [Any](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-boolean/index.html) |
| hashCode | open override fun hashCode(): [Int](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-int/index.html) |
| toString | open override fun toString(): [String](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html) |