You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "The number of line items to create",
38
+
description: "The number of line items. Use this to manually enter Unit Price, Quantity, and Description of each line item.",
39
+
optional: true,
38
40
reloadProps: true,
39
41
},
42
+
lineItemsJson: {
43
+
type: "string",
44
+
label: "Line Items JSON",
45
+
description: "JSON value containing an array of Line Items. For example: `[{\"description\":\"Line Item 1 Description\",\"unitPrice\":1022,\"quantity\":1,\"accountCode\":\"2001001\"},{\"description\":\"Line Item 2 Description\",\"unitPrice\":1023,\"quantity\":2,\"accountCode\":\"2001001\"}]`. [See documentation](https://u.pcloud.link/publink/show?code=XZkThJ5Z4zKewgCL6VBpfxlPeHPDdXXj0Cc7)",
0 commit comments