Graphql fields and variables for the revenueMovement 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 revenueMovement ($id: ID) { revenueMovement (id: $id) { accountId currencyId date id movementType recurringAmount totalAmount usageAmount usageMovementType } }
id
ID