OBJECT

FinOpsListPrice

link GraphQL Schema definition

  • type FinOpsListPrice {
  • # description of the price card. Example: Windows SQL Web On Demand Cost
  • description: LocalizedString
  • # display name of the pricing card. Example: OnDemand Hourly Rate
  • displayName: LocalizedString
  • # Other Properties of the Pricing Card
  • #
  • # Arguments
  • # name: [Not documented]
  • properties(name: [String!]): [FinOpsListPriceProperty!]
  • # This represents the list price of a product. This is customer agnostic.
  • # This could be for any terms like NoUpfront, AllUpfront etc., and in case of
  • # SavingPlan/RI, this will return the discounted rates
  • # For AWS price will be in Dollars
  • publicPrice: Float!
  • # defines the unit for which the rate is applied to
  • # Eg: Hourly, GB etc.,
  • unit: FinOpsListPriceUnit
  • }