Share via


LabCostDetailsProperties Class

The properties of a lab cost item.

Constructor

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

Parameters

Name Description
date
Required

The date of the cost item.

cost
Required

The cost component of the cost item.

cost_type
Required

The type of the cost. Possible values include: "Unavailable", "Reported", "Projected".

Keyword-Only Parameters

Name Description
date
Default value: None
cost
Default value: None
cost_type
Default value: None