Graphql fields and variables for the recurringRevenue query
Last updated 5 months ago
Was this helpful?
Scope required: billing:read
For a complete list of possible response fields see the type.
query recurringRevenue ($id: ID, $code: String, $format: String) { recurringRevenue (id: $id, code: $code, format: $format) { accountId currencyId date id recurringAmount totalAmount usageAmount } }
id
ID
code
String
format