CompensationRangeArgs

data class CompensationRangeArgs(val maxCompensation: Output<MoneyArgs>? = null, val minCompensation: Output<MoneyArgs>? = null) : ConvertibleToJava<CompensationRangeArgs>

Compensation range.

Constructors

Link copied to clipboard
fun CompensationRangeArgs(maxCompensation: Output<MoneyArgs>? = null, minCompensation: Output<MoneyArgs>? = null)

Functions

Link copied to clipboard
open override fun toJava(): CompensationRangeArgs

Properties

Link copied to clipboard
val maxCompensation: Output<MoneyArgs>? = null

The maximum amount of compensation. If left empty, the value is set to a maximal compensation value and the currency code is set to match the currency code of min_compensation.

Link copied to clipboard
val minCompensation: Output<MoneyArgs>? = null

The minimum amount of compensation. If left empty, the value is set to zero and the currency code is set to match the currency code of max_compensation.