interface CostByDayThresholds {
    costPerThreshold: CostPerThreshold[];
    day: Date;
    singleSupplementPrice: number;
}

Properties

costPerThreshold: CostPerThreshold[]
day: Date
singleSupplementPrice: number