UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

159 lines (158 loc) 4.26 kB
{ "type": "object", "properties": { "AllowIPNPayment": { "type": "boolean" }, "AllowOnlineACHPayment": { "type": "boolean" }, "AllowOnlineCreditCardPayment": { "type": "boolean" }, "AllowOnlinePayment": { "type": "boolean" }, "ApplyTaxAfterDiscount": { "type": "boolean" }, "BillEmail": { "type": "object", "properties": { "Address": { "type": "string" } } }, "CurrencyRef": { "type": "object", "properties": { "name": { "type": "string" }, "value": { "type": "string" } } }, "CustomerRef": { "type": "object", "properties": { "name": { "type": "string" }, "value": { "type": "string" } } }, "DeliveryInfo": { "type": "object", "properties": { "DeliveryTime": { "type": "string" }, "DeliveryType": { "type": "string" } } }, "DocNumber": { "type": "string" }, "domain": { "type": "string" }, "DueDate": { "type": "string" }, "EmailStatus": { "type": "string" }, "Id": { "type": "string" }, "Line": { "type": "array", "items": { "type": "object", "properties": { "Description": { "type": "string" }, "DetailType": { "type": "string" }, "Id": { "type": "string" }, "LineNum": { "type": "integer" }, "SalesItemLineDetail": { "type": "object", "properties": { "ItemRef": { "type": "object", "properties": { "name": { "type": "string" }, "value": { "type": "string" } } }, "TaxCodeRef": { "type": "object", "properties": { "value": { "type": "string" } } } } } } } }, "LinkedTxn": { "type": "array", "items": { "type": "object", "properties": { "TxnId": { "type": "string" }, "TxnType": { "type": "string" } } } }, "MetaData": { "type": "object", "properties": { "CreateTime": { "type": "string" }, "LastUpdatedTime": { "type": "string" } } }, "PrintStatus": { "type": "string" }, "sparse": { "type": "boolean" }, "SyncToken": { "type": "string" }, "TxnDate": { "type": "string" } }, "version": 1 }