Percentage
Ce contenu n’est pas encore disponible dans votre langue.
class Percentage(val percent: Double, val percentOf: String, val maxAmount: TokenAmount?, val minAmount: TokenAmount?) : EstimatedReward
Constructors
Section titled “Constructors”| Percentage | constructor(percent: Double, percentOf: String, maxAmount: TokenAmount?, minAmount: TokenAmount?) |
Properties
Section titled “Properties”| Name | Summary |
|---|---|
| maxAmount | val maxAmount: TokenAmount? |
| minAmount | val minAmount: TokenAmount? |
| percent | val percent: Double |
| percentOf | val percentOf: String What the percentage applies to, e.g. purchase_amount. Open on the wire. |
Functions
Section titled “Functions”| Name | Summary |
|---|---|
| equals | open operator override fun equals(other: Any?): Boolean |
| hashCode | open override fun hashCode(): Int |
| toString | open override fun toString(): String |