Costsedit

Costs overview for an organization. All of the costs, credits, trials are expressed in Elastic Consumption Unit (ECU).

Propertiesedit

dimensions (array[Dimension], required)
A collection of billing details by dimension.
total (number as double, required)
Total costs

Exampleedit

{
   "dimensions" : [
      {
         "cost" : 0.1,
         "type" : "string"
      }
   ],
   "total" : 0.1
}