Cost Component Response
data class CostComponentResponse(val description: String? = null, val name: String, val value: Double? = null)
Class to represent the component of the cost.
Class to represent the component of the cost.