CostComponent interface
Class to represent the component of the cost.
Properties
| description | The textual description of the component. |
| name | Gets the name of the component. NOTE: This property will not be serialized. It can only be populated by the server. |
| value | The value of the component. |
Property Details
description
The textual description of the component.
description?: string
Property Value
string
name
Gets the name of the component. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
value
The value of the component.
value?: number
Property Value
number