CompensationRangeResponse

data class CompensationRangeResponse(val maxCompensation: MoneyResponse, val minCompensation: MoneyResponse)

Compensation range.

Constructors

Link copied to clipboard
fun CompensationRangeResponse(maxCompensation: MoneyResponse, minCompensation: MoneyResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

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.