ENUM

SonarPayUnit

The unit of measurement for the related amount.

link GraphQL Schema definition

  • enum SonarPayUnit {
  • # Percentage
  • PERCENTAGE
  • # Actual
  • ACTUAL
  • # Negative Percentage
  • PERCENTNEG
  • }