B1TipLevelMultiplier
- Stores the tip amount and capacity multipliers for a specific business level,
* used to scale tip rewards as the business grows.
| Property | Type | Description | Metadata |
|---|---|---|---|
| BizLevel | int32 | Business level this multiplier entry applies to. | Category: B1TipLevelMultiplier ClampMax: 5 ClampMin: 1 |
| TipAmountMultiplier | float | Tip amount multiplier (1.0 = 100%) | Category: B1TipLevelMultiplier ClampMin: 1.0 |
| TipCapacityMultiplier | float | Tip jar capacity multiplier (1.0 = 100%) | Category: B1TipLevelMultiplier ClampMin: 1.0 |