Response Fields

This page describes the fields of the response provided by the Units Usage

The response will be an Object with the following fields:

  • balance: Integer - current units ballance;
  • statistics: List - daily usage statistics (7 days starting with the current one).
    • usage: Integer - units usage of the day;
    • remain: Integer - units remain of the day;
    • date: String - date in format yyyy-MM-dd.

Last updated