CashFlowForecast
No description
type CashFlowForecast {
cashflowAmount: Currency
consumptionSavingsAmount: Currency
createdAt: Datetime!
cumulativeCashflowAmount: Currency
design: Design
designId: String!
exportSavingsAmount: Currency
financingCostsAmount: Currency
operatingCostsAmount: Currency
totalCostsAmount: Currency
totalSavingsAmount: Currency
year: Int
}
Fields
CashFlowForecast.cashflowAmount
● Currency
object
CashFlowForecast.consumptionSavingsAmount
● Currency
object
CashFlowForecast.createdAt
● Datetime!
non-null scalar
CashFlowForecast.cumulativeCashflowAmount
● Currency
object
CashFlowForecast.design
● Design
object
Reads a single Design
that is related to this CashFlowForecast
.
CashFlowForecast.designId
● String!
non-null scalar
CashFlowForecast.exportSavingsAmount
● Currency
object
CashFlowForecast.financingCostsAmount
● Currency
object
CashFlowForecast.operatingCostsAmount
● Currency
object
CashFlowForecast.totalCostsAmount
● Currency
object
CashFlowForecast.totalSavingsAmount
● Currency
object
CashFlowForecast.year
● Int
scalar
Returned By
cashFlowForecasts
query
Member Of
Design
object