CompensationRange(mapping=None, *, ignore_unknown_fields=False, **kwargs)Compensation range.
Attributes |
|
|---|---|
| Name | Description |
max_compensation |
google.type.money_pb2.Money
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][google.type.Money.currency_code] of min_compensation. |
min_compensation |
google.type.money_pb2.Money
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][google.type.Money.currency_code] of
max_compensation.
|