recurringRevenue
Graphql fields and variables for the recurringRevenue query
Last updated
Was this helpful?
Graphql fields and variables for the recurringRevenue query
Scope required:
For a complete list of possible response fields see the RecurringRevenue 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
String
Last updated
Was this helpful?
Was this helpful?
