Invoice

Name
Type
Description

id *

string

Unique identifier of the invoice.

bill_date *

string

The period when the invoice is issued for. Acceptable format is "YYYY-MM-DD".

status *

enum

The payment status of the invoice. It has three values as follows:

"PAID": the invoice amount is paid.

"UN_PAID": the invoice amount is not paid.

"PARTIALLY_PAID": the invoice amount is not paid completely and there is remaining amount to be paid.

total_amount *

long

The total amount of the invoice (including VAT - Value Added Tax). It includes costs of hourly rate of consumed electricity and subscription fee (premium users of the mobile app).

total_consumption *

long

The total amount of consumed electricity. The default measurement unit is "kWh".

due_date *

string

The date when the invoice must be fully paid by. Acceptable format is "YYYY-MM-DD".

pdf_file_url *

string

The URL to download the invoice file. The default extension of the file is "pdf".

Fields with * are required.

Last updated