OBJECT

FinOpsDiscountOpportunitiesSummary

Summary for all the opportunities.

link GraphQL Schema definition

  • type FinOpsDiscountOpportunitiesSummary {
  • # Currency value for the opportunities
  • currency: String!
  • # Total Potential lifetime savings because of opportunities
  • potentialLifetimeSavings: Float!
  • # Total Potential monthly savings because of opportunities
  • potentialMonthlySavings: Float!
  • # Total number of opportunities
  • totalOpportunitiesCount: Int!
  • }