IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
SimplifiedLineItem
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
SimplifiedLineItem
editLine Item
Properties
edit-
ecu_balance(numberasdouble, required) - Elastic Consumption Unit (ECU) Balance
-
ecu_quantity(numberasdouble, required) - Original Elastic Consumption Unit (ECU) quantity
-
end(stringasdate-time, required) - Expiration of the line item
-
id(string, required) - Line Item ID
-
start(stringasdate-time, required) - Start of the line item's validity
Example
edit{
"ecu_balance" : 0.1,
"ecu_quantity" : 0.1,
"end" : "2019-01-01T00:00:00Z",
"id" : "string",
"start" : "2019-01-01T00:00:00Z"
}