LabCostDetailsProperties Class

The properties of a lab cost item.

Constructor

LabCostDetailsProperties(*, date: datetime | None = None, cost: float | None = None, cost_type: str | _models.CostType | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
date

The date of the cost item.

Default value: None
cost

The cost component of the cost item.

Default value: None
cost_type

The type of the cost. Known values are: "Unavailable", "Reported", and "Projected".

Default value: None

Variables

Name Description
date

The date of the cost item.

cost

The cost component of the cost item.

cost_type

The type of the cost. Known values are: "Unavailable", "Reported", and "Projected".