CostsOverviewedit

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

Propertiesedit

balance (Balance)
Balance for the organization
costs (Costs, required)
Costs for the organization
hourly_rate (number as double, required)
Hourly rate applied.
trials (number as double, required)
Trial costs for the organization

Exampleedit

{
   "balance" : {
      "available" : 0.1,
      "line_items" : [
         {
            "ecu_balance" : 0.1,
            "ecu_quantity" : 0.1,
            "end" : "2019-01-01T00:00:00Z",
            "id" : "string",
            "start" : "2019-01-01T00:00:00Z"
         }
      ],
      "remaining" : 0.1
   },
   "costs" : {
      "dimensions" : [
         {
            "cost" : 0.1,
            "type" : "string"
         }
      ],
      "total" : 0.1
   },
   "hourly_rate" : 0.1,
   "trials" : 0.1
}