A newer version is available. For the latest information, see the
current release documentation.
Balance
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Balance
editThe available balance for an organization
Properties
edit-
available(numberasdouble, required) - Available balance
-
line_items(array[SimplifiedLineItem], required) - A collection of order line items for for an organization
-
remaining(numberasdouble, required) - Remaining balance
Example
edit{
"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
}