CostComponentResponse

data class CostComponentResponse(val description: String? = null, val name: String, val value: Double? = null)

Class to represent the component of the cost.

Constructors

Link copied to clipboard
constructor(description: String? = null, name: String, value: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

The textual description of the component.

Link copied to clipboard

Gets the name of the component.

Link copied to clipboard
val value: Double? = null

The value of the component.