Skip to main content

Estimation

No description

type Estimation {
description: String!
price: Float!
repetitions: Int!
sum: Float!
}

Fields

Estimation.description ● String! non-null scalar

The title of the invoice position.

Estimation.price ● Float! non-null scalar

The unit price of this item.

Estimation.repetitions ● Int! non-null scalar

The quantity of this item.

Estimation.sum ● Float! non-null scalar

Total price of this invoice position (quantity * unitPrice).

Member Of

NursingCareBudgetPlan object