Class BudgetConfig
Budget configuration with limit thresholds.
public sealed class BudgetConfig
- Inheritance
-
BudgetConfig
- Inherited Members
Properties
DailyLimitUsd
public decimal? DailyLimitUsd { get; set; }
Property Value
MonthlyLimitUsd
public decimal? MonthlyLimitUsd { get; set; }
Property Value
SessionLimitUsd
public decimal? SessionLimitUsd { get; set; }
Property Value
WarningThresholdPercent
Percentage of budget at which to warn (0.0 - 1.0). Default: 80%.
public decimal WarningThresholdPercent { get; set; }
Property Value
WeeklyLimitUsd
public decimal? WeeklyLimitUsd { get; set; }