CostLine
A cost line is a line in a cost that represents a specific cost.
type CostLine {
cost: Price!
description: String!
}
Fields
CostLine.cost ● Price! non-null object
The cost expressed in money.
CostLine.description ● String! non-null scalar
The description of the cost.
Member Of
Cost object