toloka.client.pool.dynamic_pricing_config.DynamicPricingConfig
| Source code
DynamicPricingConfig( self, type: Union[Type, str, None] = None, skill_id: Optional[str] = None, intervals: Optional[List[Interval]] = None)
The dynamic pricing settings.
A price per task suite can be variable depending on a Toloker's skill.
If a Toloker is not covered by dynamic pricing settings then the default price is used. It is set in the reward_per_assignment
pool parameter.