Class CompensationRange (2.2.1)

CompensationRange(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Compensation range. .. attribute:: max_compensation

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.

:type: google.type.money_pb2.Money

Attribute

NameDescription
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.