UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

68 lines (67 loc) 1.47 kB
{ "type": "object", "properties": { "balance": { "type": "integer" }, "created": { "type": "integer" }, "delinquent": { "type": "boolean" }, "discount": { "type": "null" }, "id": { "type": "string" }, "invoice_prefix": { "type": "string" }, "invoice_settings": { "type": "object", "properties": { "custom_fields": { "type": "null" }, "footer": { "type": "null" }, "rendering_options": { "type": "null" } } }, "livemode": { "type": "boolean" }, "metadata": { "type": "object", "properties": { "Telefone": { "type": "string" } } }, "next_invoice_sequence": { "type": "integer" }, "object": { "type": "string" }, "preferred_locales": { "type": "array", "items": { "type": "string" } }, "tax_exempt": { "type": "string" }, "test_clock": { "type": "null" } }, "version": 1 }