OBJECT
CostingListPrice
link GraphQL Schema definition
- type CostingListPrice {
- # description of the price card. Example: Windows SQL Web On Demand Cost
- LocalizedString :
- # display name of the pricing card. Example: OnDemand Hourly Rate
- LocalizedString :
- # Other Properties of the Pricing Card
- #
- # Arguments
- # name: [Not documented]
- String!]): [CostingListPriceProperty!] ( : [
- # 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
- Float! :
- # defines the unit for which the rate is applied to
- # Eg: Hourly, GB etc.,
- CostingListPriceUnit! :
- }