interface OptionalCostThresholds {
    costPerThreshold: CostPerThreshold[];
    name: string;
    price: number;
    quantity: number;
    type: models.services.ServiceType;
}

Properties

costPerThreshold: CostPerThreshold[]
name: string
price: number
quantity: number