revenueMovement

Graphql fields and variables for the revenueMovement query

Scope required: billing:read

For a complete list of possible response fields see the RevenueMovement type.

query revenueMovement ($id: ID) {
  revenueMovement (id: $id) {
    accountId
    currencyId
    date
    id
    movementType
    recurringAmount
    totalAmount
    usageAmount
    usageMovementType
  }
}

Arguments

Name
Type
Description

id

ID

Response

Last updated

Was this helpful?