IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Balance
editBalance
editThe available balance for an organization
Properties
edit-
available
(number
asdouble
, required) - Available balance
-
line_items
(array[
SimplifiedLineItem
]
, required) - A collection of order line items for for an organization
-
remaining
(number
asdouble
, 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 }