
Table row type of uinvoices
{ "name": "utility_invoice", "base": "", "fields": [ { "name": "invoice_id_key", "type": "uint64" }, { "name": "invoice_status", "type": "uint8" }, { "name": "from_account", "type": "name" }, { "name": "to_account", "type": "name" }, { "name": "invoice_total", "type": "asset" }, { "name": "paid_total", "type": "asset" }, { "name": "payment_due", "type": "uint32" }, { "name": "payment_date", "type": "uint32" }, { "name": "payment_id", "type": "string" }, { "name": "invoice_descr", "type": "string" } ] }