Compensation Range Response
data class CompensationRangeResponse(val maxCompensation: MoneyResponse, val minCompensation: MoneyResponse)
Compensation range.
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.