invoiceForecast
Graphql fields and variables for the invoiceForecast query
Last updated
Was this helpful?
Graphql fields and variables for the invoiceForecast query
Scope required:
For a complete list of possible response fields see the InvoiceForecast type.
query invoiceForecast ($id: ID) {
invoiceForecast (id: $id) {
accountId
amount
currencyId
entityId
id
month
recurringAmount
usageAmount
}
}id
ID
Last updated
Was this helpful?
Was this helpful?
