conductor-node 14.16.0 → 14.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -0
- package/package.json +1 -1
- package/resources/qbd/accounts.d.mts +16 -12
- package/resources/qbd/accounts.d.mts.map +1 -1
- package/resources/qbd/accounts.d.ts +16 -12
- package/resources/qbd/accounts.d.ts.map +1 -1
- package/resources/qbd/bill-check-payments.d.mts +51 -57
- package/resources/qbd/bill-check-payments.d.mts.map +1 -1
- package/resources/qbd/bill-check-payments.d.ts +51 -57
- package/resources/qbd/bill-check-payments.d.ts.map +1 -1
- package/resources/qbd/bill-credit-card-payments.d.mts +37 -42
- package/resources/qbd/bill-credit-card-payments.d.mts.map +1 -1
- package/resources/qbd/bill-credit-card-payments.d.ts +37 -42
- package/resources/qbd/bill-credit-card-payments.d.ts.map +1 -1
- package/resources/qbd/bills-to-pay.d.mts +295 -0
- package/resources/qbd/bills-to-pay.d.mts.map +1 -0
- package/resources/qbd/bills-to-pay.d.ts +295 -0
- package/resources/qbd/bills-to-pay.d.ts.map +1 -0
- package/resources/qbd/bills-to-pay.js +37 -0
- package/resources/qbd/bills-to-pay.js.map +1 -0
- package/resources/qbd/bills-to-pay.mjs +33 -0
- package/resources/qbd/bills-to-pay.mjs.map +1 -0
- package/resources/qbd/bills.d.mts +78 -64
- package/resources/qbd/bills.d.mts.map +1 -1
- package/resources/qbd/bills.d.ts +78 -64
- package/resources/qbd/bills.d.ts.map +1 -1
- package/resources/qbd/checks.d.mts +60 -45
- package/resources/qbd/checks.d.mts.map +1 -1
- package/resources/qbd/checks.d.ts +60 -45
- package/resources/qbd/checks.d.ts.map +1 -1
- package/resources/qbd/company.d.mts +1 -1
- package/resources/qbd/company.d.mts.map +1 -1
- package/resources/qbd/company.d.ts +1 -1
- package/resources/qbd/company.d.ts.map +1 -1
- package/resources/qbd/credit-card-charges.d.mts +60 -45
- package/resources/qbd/credit-card-charges.d.mts.map +1 -1
- package/resources/qbd/credit-card-charges.d.ts +60 -45
- package/resources/qbd/credit-card-charges.d.ts.map +1 -1
- package/resources/qbd/credit-card-credits.d.mts +60 -45
- package/resources/qbd/credit-card-credits.d.mts.map +1 -1
- package/resources/qbd/credit-card-credits.d.ts +60 -45
- package/resources/qbd/credit-card-credits.d.ts.map +1 -1
- package/resources/qbd/credit-card-refunds.d.mts +8 -7
- package/resources/qbd/credit-card-refunds.d.mts.map +1 -1
- package/resources/qbd/credit-card-refunds.d.ts +8 -7
- package/resources/qbd/credit-card-refunds.d.ts.map +1 -1
- package/resources/qbd/credit-memos.d.mts +52 -41
- package/resources/qbd/credit-memos.d.mts.map +1 -1
- package/resources/qbd/credit-memos.d.ts +52 -41
- package/resources/qbd/credit-memos.d.ts.map +1 -1
- package/resources/qbd/customers.d.mts +20 -12
- package/resources/qbd/customers.d.mts.map +1 -1
- package/resources/qbd/customers.d.ts +20 -12
- package/resources/qbd/customers.d.ts.map +1 -1
- package/resources/qbd/discount-items.d.mts +16 -12
- package/resources/qbd/discount-items.d.mts.map +1 -1
- package/resources/qbd/discount-items.d.ts +16 -12
- package/resources/qbd/discount-items.d.ts.map +1 -1
- package/resources/qbd/estimates.d.mts +44 -33
- package/resources/qbd/estimates.d.mts.map +1 -1
- package/resources/qbd/estimates.d.ts +44 -33
- package/resources/qbd/estimates.d.ts.map +1 -1
- package/resources/qbd/index.d.mts +1 -0
- package/resources/qbd/index.d.mts.map +1 -1
- package/resources/qbd/index.d.ts +1 -0
- package/resources/qbd/index.d.ts.map +1 -1
- package/resources/qbd/index.js +4 -2
- package/resources/qbd/index.js.map +1 -1
- package/resources/qbd/index.mjs +1 -0
- package/resources/qbd/index.mjs.map +1 -1
- package/resources/qbd/inventory-assembly-items.d.mts +16 -12
- package/resources/qbd/inventory-assembly-items.d.mts.map +1 -1
- package/resources/qbd/inventory-assembly-items.d.ts +16 -12
- package/resources/qbd/inventory-assembly-items.d.ts.map +1 -1
- package/resources/qbd/inventory-items.d.mts +16 -12
- package/resources/qbd/inventory-items.d.mts.map +1 -1
- package/resources/qbd/inventory-items.d.ts +16 -12
- package/resources/qbd/inventory-items.d.ts.map +1 -1
- package/resources/qbd/invoices.d.mts +57 -47
- package/resources/qbd/invoices.d.mts.map +1 -1
- package/resources/qbd/invoices.d.ts +57 -47
- package/resources/qbd/invoices.d.ts.map +1 -1
- package/resources/qbd/item-receipts.d.mts +66 -53
- package/resources/qbd/item-receipts.d.mts.map +1 -1
- package/resources/qbd/item-receipts.d.ts +66 -53
- package/resources/qbd/item-receipts.d.ts.map +1 -1
- package/resources/qbd/item-sites.d.mts +12 -0
- package/resources/qbd/item-sites.d.mts.map +1 -1
- package/resources/qbd/item-sites.d.ts +12 -0
- package/resources/qbd/item-sites.d.ts.map +1 -1
- package/resources/qbd/non-inventory-items.d.mts +16 -12
- package/resources/qbd/non-inventory-items.d.mts.map +1 -1
- package/resources/qbd/non-inventory-items.d.ts +16 -12
- package/resources/qbd/non-inventory-items.d.ts.map +1 -1
- package/resources/qbd/other-charge-items.d.mts +16 -12
- package/resources/qbd/other-charge-items.d.mts.map +1 -1
- package/resources/qbd/other-charge-items.d.ts +16 -12
- package/resources/qbd/other-charge-items.d.ts.map +1 -1
- package/resources/qbd/other-names.d.mts +4 -0
- package/resources/qbd/other-names.d.mts.map +1 -1
- package/resources/qbd/other-names.d.ts +4 -0
- package/resources/qbd/other-names.d.ts.map +1 -1
- package/resources/qbd/purchase-orders.d.mts +44 -33
- package/resources/qbd/purchase-orders.d.mts.map +1 -1
- package/resources/qbd/purchase-orders.d.ts +44 -33
- package/resources/qbd/purchase-orders.d.ts.map +1 -1
- package/resources/qbd/qbd.d.mts +4 -0
- package/resources/qbd/qbd.d.mts.map +1 -1
- package/resources/qbd/qbd.d.ts +4 -0
- package/resources/qbd/qbd.d.ts.map +1 -1
- package/resources/qbd/qbd.js +4 -0
- package/resources/qbd/qbd.js.map +1 -1
- package/resources/qbd/qbd.mjs +4 -0
- package/resources/qbd/qbd.mjs.map +1 -1
- package/resources/qbd/receive-payments.d.mts +57 -61
- package/resources/qbd/receive-payments.d.mts.map +1 -1
- package/resources/qbd/receive-payments.d.ts +57 -61
- package/resources/qbd/receive-payments.d.ts.map +1 -1
- package/resources/qbd/sales-orders.d.mts +44 -33
- package/resources/qbd/sales-orders.d.mts.map +1 -1
- package/resources/qbd/sales-orders.d.ts +44 -33
- package/resources/qbd/sales-orders.d.ts.map +1 -1
- package/resources/qbd/sales-receipts.d.mts +44 -33
- package/resources/qbd/sales-receipts.d.mts.map +1 -1
- package/resources/qbd/sales-receipts.d.ts +44 -33
- package/resources/qbd/sales-receipts.d.ts.map +1 -1
- package/resources/qbd/service-items.d.mts +16 -12
- package/resources/qbd/service-items.d.mts.map +1 -1
- package/resources/qbd/service-items.d.ts +16 -12
- package/resources/qbd/service-items.d.ts.map +1 -1
- package/resources/qbd/vendor-credits.d.mts +66 -53
- package/resources/qbd/vendor-credits.d.mts.map +1 -1
- package/resources/qbd/vendor-credits.d.ts +66 -53
- package/resources/qbd/vendor-credits.d.ts.map +1 -1
- package/resources/qbd/vendors.d.mts +20 -12
- package/resources/qbd/vendors.d.mts.map +1 -1
- package/resources/qbd/vendors.d.ts +20 -12
- package/resources/qbd/vendors.d.ts.map +1 -1
- package/src/resources/qbd/accounts.ts +16 -12
- package/src/resources/qbd/bill-check-payments.ts +51 -57
- package/src/resources/qbd/bill-credit-card-payments.ts +37 -42
- package/src/resources/qbd/bills-to-pay.ts +401 -0
- package/src/resources/qbd/bills.ts +78 -64
- package/src/resources/qbd/checks.ts +60 -45
- package/src/resources/qbd/company.ts +1 -0
- package/src/resources/qbd/credit-card-charges.ts +60 -45
- package/src/resources/qbd/credit-card-credits.ts +60 -45
- package/src/resources/qbd/credit-card-refunds.ts +8 -7
- package/src/resources/qbd/credit-memos.ts +52 -41
- package/src/resources/qbd/customers.ts +20 -12
- package/src/resources/qbd/discount-items.ts +16 -12
- package/src/resources/qbd/estimates.ts +44 -33
- package/src/resources/qbd/index.ts +6 -0
- package/src/resources/qbd/inventory-assembly-items.ts +16 -12
- package/src/resources/qbd/inventory-items.ts +16 -12
- package/src/resources/qbd/invoices.ts +57 -47
- package/src/resources/qbd/item-receipts.ts +66 -53
- package/src/resources/qbd/item-sites.ts +12 -0
- package/src/resources/qbd/non-inventory-items.ts +16 -12
- package/src/resources/qbd/other-charge-items.ts +16 -12
- package/src/resources/qbd/other-names.ts +4 -0
- package/src/resources/qbd/purchase-orders.ts +44 -33
- package/src/resources/qbd/qbd.ts +11 -0
- package/src/resources/qbd/receive-payments.ts +57 -61
- package/src/resources/qbd/sales-orders.ts +44 -33
- package/src/resources/qbd/sales-receipts.ts +44 -33
- package/src/resources/qbd/service-items.ts +16 -12
- package/src/resources/qbd/vendor-credits.ts +66 -53
- package/src/resources/qbd/vendors.ts +20 -12
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
|
@@ -161,8 +161,7 @@ export interface Invoice {
|
|
|
161
161
|
id: string;
|
|
162
162
|
|
|
163
163
|
/**
|
|
164
|
-
* The amount
|
|
165
|
-
* deposits, payments, or credits. Represented as a decimal string.
|
|
164
|
+
* The total amount applied to this invoice, represented as a decimal string.
|
|
166
165
|
*/
|
|
167
166
|
appliedAmount: string | null;
|
|
168
167
|
|
|
@@ -328,8 +327,8 @@ export interface Invoice {
|
|
|
328
327
|
|
|
329
328
|
/**
|
|
330
329
|
* The Accounts-Receivable (A/R) account to which this invoice is assigned, used to
|
|
331
|
-
* track the amount owed. If
|
|
332
|
-
*
|
|
330
|
+
* track the amount owed. If omitted, QuickBooks Desktop uses the default A/R
|
|
331
|
+
* account configured in the company file.
|
|
333
332
|
*
|
|
334
333
|
* **IMPORTANT**: If this invoice is linked to other transactions, this A/R account
|
|
335
334
|
* must match the `receivablesAccount` used in all linked transactions.
|
|
@@ -362,9 +361,10 @@ export interface Invoice {
|
|
|
362
361
|
* non-taxable. This can be overridden at the transaction-line level.
|
|
363
362
|
*
|
|
364
363
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
365
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
366
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
367
|
-
* non-taxable code to all
|
|
364
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
365
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
366
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
367
|
+
* sales.
|
|
368
368
|
*/
|
|
369
369
|
salesTaxCode: Invoice.SalesTaxCode | null;
|
|
370
370
|
|
|
@@ -932,9 +932,10 @@ export namespace Invoice {
|
|
|
932
932
|
* transaction or the associated item.
|
|
933
933
|
*
|
|
934
934
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
935
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
936
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
937
|
-
* non-taxable code to all
|
|
935
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
936
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
937
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
938
|
+
* sales.
|
|
938
939
|
*/
|
|
939
940
|
salesTaxCode: Line.SalesTaxCode | null;
|
|
940
941
|
|
|
@@ -1112,9 +1113,10 @@ export namespace Invoice {
|
|
|
1112
1113
|
* transaction or the associated item.
|
|
1113
1114
|
*
|
|
1114
1115
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1115
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1116
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1117
|
-
* non-taxable code to all
|
|
1116
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1117
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1118
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1119
|
+
* sales.
|
|
1118
1120
|
*/
|
|
1119
1121
|
export interface SalesTaxCode {
|
|
1120
1122
|
/**
|
|
@@ -1292,9 +1294,10 @@ export namespace Invoice {
|
|
|
1292
1294
|
* transaction or the associated item.
|
|
1293
1295
|
*
|
|
1294
1296
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1295
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1296
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1297
|
-
* non-taxable code to all
|
|
1297
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1298
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1299
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1300
|
+
* sales.
|
|
1298
1301
|
*/
|
|
1299
1302
|
salesTaxCode: Line.SalesTaxCode | null;
|
|
1300
1303
|
|
|
@@ -1472,9 +1475,10 @@ export namespace Invoice {
|
|
|
1472
1475
|
* transaction or the associated item.
|
|
1473
1476
|
*
|
|
1474
1477
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1475
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1476
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1477
|
-
* non-taxable code to all
|
|
1478
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1479
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1480
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1481
|
+
* sales.
|
|
1478
1482
|
*/
|
|
1479
1483
|
export interface SalesTaxCode {
|
|
1480
1484
|
/**
|
|
@@ -1566,8 +1570,8 @@ export namespace Invoice {
|
|
|
1566
1570
|
|
|
1567
1571
|
/**
|
|
1568
1572
|
* The Accounts-Receivable (A/R) account to which this invoice is assigned, used to
|
|
1569
|
-
* track the amount owed. If
|
|
1570
|
-
*
|
|
1573
|
+
* track the amount owed. If omitted, QuickBooks Desktop uses the default A/R
|
|
1574
|
+
* account configured in the company file.
|
|
1571
1575
|
*
|
|
1572
1576
|
* **IMPORTANT**: If this invoice is linked to other transactions, this A/R account
|
|
1573
1577
|
* must match the `receivablesAccount` used in all linked transactions.
|
|
@@ -1613,9 +1617,10 @@ export namespace Invoice {
|
|
|
1613
1617
|
* non-taxable. This can be overridden at the transaction-line level.
|
|
1614
1618
|
*
|
|
1615
1619
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1616
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1617
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1618
|
-
* non-taxable code to all
|
|
1620
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1621
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1622
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1623
|
+
* sales.
|
|
1619
1624
|
*/
|
|
1620
1625
|
export interface SalesTaxCode {
|
|
1621
1626
|
/**
|
|
@@ -1990,8 +1995,8 @@ export interface InvoiceCreateParams {
|
|
|
1990
1995
|
|
|
1991
1996
|
/**
|
|
1992
1997
|
* Body param: The Accounts-Receivable (A/R) account to which this invoice is
|
|
1993
|
-
* assigned, used to track the amount owed. If
|
|
1994
|
-
*
|
|
1998
|
+
* assigned, used to track the amount owed. If omitted, QuickBooks Desktop uses the
|
|
1999
|
+
* default A/R account configured in the company file.
|
|
1995
2000
|
*
|
|
1996
2001
|
* **IMPORTANT**: If this invoice is linked to other transactions, this A/R account
|
|
1997
2002
|
* must match the `receivablesAccount` used in all linked transactions.
|
|
@@ -2020,9 +2025,10 @@ export interface InvoiceCreateParams {
|
|
|
2020
2025
|
* taxable or non-taxable. This can be overridden at the transaction-line level.
|
|
2021
2026
|
*
|
|
2022
2027
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
2023
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
2024
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
2025
|
-
* non-taxable code to all
|
|
2028
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
2029
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
2030
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
2031
|
+
* sales.
|
|
2026
2032
|
*/
|
|
2027
2033
|
salesTaxCodeId?: string;
|
|
2028
2034
|
|
|
@@ -2082,8 +2088,8 @@ export interface InvoiceCreateParams {
|
|
|
2082
2088
|
export namespace InvoiceCreateParams {
|
|
2083
2089
|
export interface ApplyCredit {
|
|
2084
2090
|
/**
|
|
2085
|
-
* The amount of credit
|
|
2086
|
-
*
|
|
2091
|
+
* The amount of the selected credit transaction to apply to this transaction,
|
|
2092
|
+
* represented as a decimal string.
|
|
2087
2093
|
*
|
|
2088
2094
|
* Decimal string format: exactly 2 decimal places when cents are included and up
|
|
2089
2095
|
* to 13 digits before the decimal point (for example, "123.45").
|
|
@@ -2412,9 +2418,10 @@ export namespace InvoiceCreateParams {
|
|
|
2412
2418
|
* transaction or the associated item.
|
|
2413
2419
|
*
|
|
2414
2420
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
2415
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
2416
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
2417
|
-
* non-taxable code to all
|
|
2421
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
2422
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
2423
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
2424
|
+
* sales.
|
|
2418
2425
|
*/
|
|
2419
2426
|
salesTaxCodeId?: string;
|
|
2420
2427
|
|
|
@@ -2743,8 +2750,8 @@ export interface InvoiceUpdateParams {
|
|
|
2743
2750
|
|
|
2744
2751
|
/**
|
|
2745
2752
|
* Body param: The Accounts-Receivable (A/R) account to which this invoice is
|
|
2746
|
-
* assigned, used to track the amount owed. If
|
|
2747
|
-
*
|
|
2753
|
+
* assigned, used to track the amount owed. If omitted, QuickBooks Desktop uses the
|
|
2754
|
+
* default A/R account configured in the company file.
|
|
2748
2755
|
*
|
|
2749
2756
|
* **IMPORTANT**: If this invoice is linked to other transactions, this A/R account
|
|
2750
2757
|
* must match the `receivablesAccount` used in all linked transactions.
|
|
@@ -2771,9 +2778,10 @@ export interface InvoiceUpdateParams {
|
|
|
2771
2778
|
* taxable or non-taxable. This can be overridden at the transaction-line level.
|
|
2772
2779
|
*
|
|
2773
2780
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
2774
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
2775
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
2776
|
-
* non-taxable code to all
|
|
2781
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
2782
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
2783
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
2784
|
+
* sales.
|
|
2777
2785
|
*/
|
|
2778
2786
|
salesTaxCodeId?: string;
|
|
2779
2787
|
|
|
@@ -2838,8 +2846,8 @@ export interface InvoiceUpdateParams {
|
|
|
2838
2846
|
export namespace InvoiceUpdateParams {
|
|
2839
2847
|
export interface ApplyCredit {
|
|
2840
2848
|
/**
|
|
2841
|
-
* The amount of credit
|
|
2842
|
-
*
|
|
2849
|
+
* The amount of the selected credit transaction to apply to this transaction,
|
|
2850
|
+
* represented as a decimal string.
|
|
2843
2851
|
*
|
|
2844
2852
|
* Decimal string format: exactly 2 decimal places when cents are included and up
|
|
2845
2853
|
* to 13 digits before the decimal point (for example, "123.45").
|
|
@@ -3135,9 +3143,10 @@ export namespace InvoiceUpdateParams {
|
|
|
3135
3143
|
* transaction or the associated item.
|
|
3136
3144
|
*
|
|
3137
3145
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
3138
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
3139
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
3140
|
-
* non-taxable code to all
|
|
3146
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
3147
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
3148
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
3149
|
+
* sales.
|
|
3141
3150
|
*/
|
|
3142
3151
|
salesTaxCodeId?: string;
|
|
3143
3152
|
|
|
@@ -3302,9 +3311,10 @@ export namespace InvoiceUpdateParams {
|
|
|
3302
3311
|
* transaction or the associated item.
|
|
3303
3312
|
*
|
|
3304
3313
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
3305
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
3306
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
3307
|
-
* non-taxable code to all
|
|
3314
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
3315
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
3316
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
3317
|
+
* sales.
|
|
3308
3318
|
*/
|
|
3309
3319
|
salesTaxCodeId?: string;
|
|
3310
3320
|
|
|
@@ -251,8 +251,7 @@ export interface ItemReceipt {
|
|
|
251
251
|
|
|
252
252
|
/**
|
|
253
253
|
* The Accounts-Payable (A/P) account to which this item receipt is assigned, used
|
|
254
|
-
*
|
|
255
|
-
* default A/P account.
|
|
254
|
+
* for accounts-payable tracking.
|
|
256
255
|
*
|
|
257
256
|
* **IMPORTANT**: If this item receipt is linked to other transactions, this A/P
|
|
258
257
|
* account must match the `payablesAccount` used in those other transactions.
|
|
@@ -280,9 +279,10 @@ export interface ItemReceipt {
|
|
|
280
279
|
* This can be overridden on the item receipt's individual lines.
|
|
281
280
|
*
|
|
282
281
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
283
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
284
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
285
|
-
* non-taxable code to all
|
|
282
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
283
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
284
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
285
|
+
* sales.
|
|
286
286
|
*/
|
|
287
287
|
salesTaxCode: ItemReceipt.SalesTaxCode | null;
|
|
288
288
|
|
|
@@ -446,9 +446,10 @@ export namespace ItemReceipt {
|
|
|
446
446
|
* transaction or the associated item.
|
|
447
447
|
*
|
|
448
448
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
449
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
450
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
451
|
-
* non-taxable code to all
|
|
449
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
450
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
451
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
452
|
+
* sales.
|
|
452
453
|
*/
|
|
453
454
|
salesTaxCode: ExpenseLine.SalesTaxCode | null;
|
|
454
455
|
}
|
|
@@ -584,9 +585,10 @@ export namespace ItemReceipt {
|
|
|
584
585
|
* transaction or the associated item.
|
|
585
586
|
*
|
|
586
587
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
587
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
588
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
589
|
-
* non-taxable code to all
|
|
588
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
589
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
590
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
591
|
+
* sales.
|
|
590
592
|
*/
|
|
591
593
|
export interface SalesTaxCode {
|
|
592
594
|
/**
|
|
@@ -855,9 +857,10 @@ export namespace ItemReceipt {
|
|
|
855
857
|
* transaction or the associated item.
|
|
856
858
|
*
|
|
857
859
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
858
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
859
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
860
|
-
* non-taxable code to all
|
|
860
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
861
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
862
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
863
|
+
* sales.
|
|
861
864
|
*/
|
|
862
865
|
salesTaxCode: ItemLine.SalesTaxCode | null;
|
|
863
866
|
|
|
@@ -1068,9 +1071,10 @@ export namespace ItemReceipt {
|
|
|
1068
1071
|
* transaction or the associated item.
|
|
1069
1072
|
*
|
|
1070
1073
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1071
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1072
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1073
|
-
* non-taxable code to all
|
|
1074
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1075
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1076
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1077
|
+
* sales.
|
|
1074
1078
|
*/
|
|
1075
1079
|
export interface SalesTaxCode {
|
|
1076
1080
|
/**
|
|
@@ -1238,9 +1242,10 @@ export namespace ItemReceipt {
|
|
|
1238
1242
|
* transaction or the associated item.
|
|
1239
1243
|
*
|
|
1240
1244
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1241
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1242
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1243
|
-
* non-taxable code to all
|
|
1245
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1246
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1247
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1248
|
+
* sales.
|
|
1244
1249
|
*/
|
|
1245
1250
|
salesTaxCode: ItemLine.SalesTaxCode | null;
|
|
1246
1251
|
|
|
@@ -1451,9 +1456,10 @@ export namespace ItemReceipt {
|
|
|
1451
1456
|
* transaction or the associated item.
|
|
1452
1457
|
*
|
|
1453
1458
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1454
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1455
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1456
|
-
* non-taxable code to all
|
|
1459
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1460
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1461
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1462
|
+
* sales.
|
|
1457
1463
|
*/
|
|
1458
1464
|
export interface SalesTaxCode {
|
|
1459
1465
|
/**
|
|
@@ -1564,8 +1570,7 @@ export namespace ItemReceipt {
|
|
|
1564
1570
|
|
|
1565
1571
|
/**
|
|
1566
1572
|
* The Accounts-Payable (A/P) account to which this item receipt is assigned, used
|
|
1567
|
-
*
|
|
1568
|
-
* default A/P account.
|
|
1573
|
+
* for accounts-payable tracking.
|
|
1569
1574
|
*
|
|
1570
1575
|
* **IMPORTANT**: If this item receipt is linked to other transactions, this A/P
|
|
1571
1576
|
* account must match the `payablesAccount` used in those other transactions.
|
|
@@ -1592,9 +1597,10 @@ export namespace ItemReceipt {
|
|
|
1592
1597
|
* This can be overridden on the item receipt's individual lines.
|
|
1593
1598
|
*
|
|
1594
1599
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1595
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1596
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1597
|
-
* non-taxable code to all
|
|
1600
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1601
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1602
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1603
|
+
* sales.
|
|
1598
1604
|
*/
|
|
1599
1605
|
export interface SalesTaxCode {
|
|
1600
1606
|
/**
|
|
@@ -1775,8 +1781,8 @@ export interface ItemReceiptCreateParams {
|
|
|
1775
1781
|
|
|
1776
1782
|
/**
|
|
1777
1783
|
* Body param: The Accounts-Payable (A/P) account to which this item receipt is
|
|
1778
|
-
* assigned, used
|
|
1779
|
-
*
|
|
1784
|
+
* assigned, used for accounts-payable tracking. If omitted, QuickBooks Desktop
|
|
1785
|
+
* uses the default A/P account configured in the company file.
|
|
1780
1786
|
*
|
|
1781
1787
|
* **IMPORTANT**: If this item receipt is linked to other transactions, this A/P
|
|
1782
1788
|
* account must match the `payablesAccount` used in those other transactions.
|
|
@@ -1800,9 +1806,10 @@ export interface ItemReceiptCreateParams {
|
|
|
1800
1806
|
* the vendor. This can be overridden on the item receipt's individual lines.
|
|
1801
1807
|
*
|
|
1802
1808
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1803
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1804
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1805
|
-
* non-taxable code to all
|
|
1809
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1810
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1811
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1812
|
+
* sales.
|
|
1806
1813
|
*/
|
|
1807
1814
|
salesTaxCodeId?: string;
|
|
1808
1815
|
}
|
|
@@ -1869,9 +1876,10 @@ export namespace ItemReceiptCreateParams {
|
|
|
1869
1876
|
* transaction or the associated item.
|
|
1870
1877
|
*
|
|
1871
1878
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1872
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1873
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1874
|
-
* non-taxable code to all
|
|
1879
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1880
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1881
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1882
|
+
* sales.
|
|
1875
1883
|
*/
|
|
1876
1884
|
salesTaxCodeId?: string;
|
|
1877
1885
|
}
|
|
@@ -2118,9 +2126,10 @@ export namespace ItemReceiptCreateParams {
|
|
|
2118
2126
|
* transaction or the associated item.
|
|
2119
2127
|
*
|
|
2120
2128
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
2121
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
2122
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
2123
|
-
* non-taxable code to all
|
|
2129
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
2130
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
2131
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
2132
|
+
* sales.
|
|
2124
2133
|
*/
|
|
2125
2134
|
salesTaxCodeId?: string;
|
|
2126
2135
|
|
|
@@ -2315,8 +2324,8 @@ export interface ItemReceiptUpdateParams {
|
|
|
2315
2324
|
|
|
2316
2325
|
/**
|
|
2317
2326
|
* Body param: The Accounts-Payable (A/P) account to which this item receipt is
|
|
2318
|
-
* assigned, used
|
|
2319
|
-
*
|
|
2327
|
+
* assigned, used for accounts-payable tracking. If omitted, QuickBooks Desktop
|
|
2328
|
+
* uses the default A/P account configured in the company file.
|
|
2320
2329
|
*
|
|
2321
2330
|
* **IMPORTANT**: If this item receipt is linked to other transactions, this A/P
|
|
2322
2331
|
* account must match the `payablesAccount` used in those other transactions.
|
|
@@ -2339,9 +2348,10 @@ export interface ItemReceiptUpdateParams {
|
|
|
2339
2348
|
* the vendor. This can be overridden on the item receipt's individual lines.
|
|
2340
2349
|
*
|
|
2341
2350
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
2342
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
2343
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
2344
|
-
* non-taxable code to all
|
|
2351
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
2352
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
2353
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
2354
|
+
* sales.
|
|
2345
2355
|
*/
|
|
2346
2356
|
salesTaxCodeId?: string;
|
|
2347
2357
|
|
|
@@ -2421,9 +2431,10 @@ export namespace ItemReceiptUpdateParams {
|
|
|
2421
2431
|
* transaction or the associated item.
|
|
2422
2432
|
*
|
|
2423
2433
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
2424
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
2425
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
2426
|
-
* non-taxable code to all
|
|
2434
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
2435
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
2436
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
2437
|
+
* sales.
|
|
2427
2438
|
*/
|
|
2428
2439
|
salesTaxCodeId?: string;
|
|
2429
2440
|
}
|
|
@@ -2615,9 +2626,10 @@ export namespace ItemReceiptUpdateParams {
|
|
|
2615
2626
|
* transaction or the associated item.
|
|
2616
2627
|
*
|
|
2617
2628
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
2618
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
2619
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
2620
|
-
* non-taxable code to all
|
|
2629
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
2630
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
2631
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
2632
|
+
* sales.
|
|
2621
2633
|
*/
|
|
2622
2634
|
salesTaxCodeId?: string;
|
|
2623
2635
|
|
|
@@ -2761,9 +2773,10 @@ export namespace ItemReceiptUpdateParams {
|
|
|
2761
2773
|
* transaction or the associated item.
|
|
2762
2774
|
*
|
|
2763
2775
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
2764
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
2765
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
2766
|
-
* non-taxable code to all
|
|
2776
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
2777
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
2778
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
2779
|
+
* sales.
|
|
2767
2780
|
*/
|
|
2768
2781
|
salesTaxCodeId?: string;
|
|
2769
2782
|
|
|
@@ -271,11 +271,19 @@ export interface ItemSiteListParams extends CursorPageParams {
|
|
|
271
271
|
|
|
272
272
|
/**
|
|
273
273
|
* Query param: Filter for item sites for these items.
|
|
274
|
+
*
|
|
275
|
+
* **NOTE:** QuickBooks Desktop only supports `itemType` or item/site filters for
|
|
276
|
+
* item-sites requests, not both. Do not use `itemType` together with `itemIds` or
|
|
277
|
+
* `siteIds`.
|
|
274
278
|
*/
|
|
275
279
|
itemIds?: Array<string>;
|
|
276
280
|
|
|
277
281
|
/**
|
|
278
282
|
* Query param: Filter for item sites that match this item type.
|
|
283
|
+
*
|
|
284
|
+
* **NOTE:** QuickBooks Desktop only supports `itemType` or item/site filters for
|
|
285
|
+
* item-sites requests, not both. Do not use `itemType` together with `itemIds` or
|
|
286
|
+
* `siteIds`.
|
|
279
287
|
*/
|
|
280
288
|
itemType?:
|
|
281
289
|
| 'all_except_fixed_asset'
|
|
@@ -294,6 +302,10 @@ export interface ItemSiteListParams extends CursorPageParams {
|
|
|
294
302
|
/**
|
|
295
303
|
* Query param: Filter for item sites at these sites. A site represents a physical
|
|
296
304
|
* location, such as a warehouse or store.
|
|
305
|
+
*
|
|
306
|
+
* **NOTE:** QuickBooks Desktop only supports `itemType` or item/site filters for
|
|
307
|
+
* item-sites requests, not both. Do not use `itemType` together with `itemIds` or
|
|
308
|
+
* `siteIds`.
|
|
297
309
|
*/
|
|
298
310
|
siteIds?: Array<string>;
|
|
299
311
|
|
|
@@ -238,9 +238,10 @@ export interface NonInventoryItem {
|
|
|
238
238
|
* is taxable or non-taxable. This can be overridden at the transaction-line level.
|
|
239
239
|
*
|
|
240
240
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
241
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
242
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
243
|
-
* non-taxable code to all
|
|
241
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
242
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
243
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
244
|
+
* sales.
|
|
244
245
|
*/
|
|
245
246
|
salesTaxCode: NonInventoryItem.SalesTaxCode | null;
|
|
246
247
|
|
|
@@ -552,9 +553,10 @@ export namespace NonInventoryItem {
|
|
|
552
553
|
* is taxable or non-taxable. This can be overridden at the transaction-line level.
|
|
553
554
|
*
|
|
554
555
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
555
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
556
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
557
|
-
* non-taxable code to all
|
|
556
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
557
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
558
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
559
|
+
* sales.
|
|
558
560
|
*/
|
|
559
561
|
export interface SalesTaxCode {
|
|
560
562
|
/**
|
|
@@ -678,9 +680,10 @@ export interface NonInventoryItemCreateParams {
|
|
|
678
680
|
* transaction-line level.
|
|
679
681
|
*
|
|
680
682
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
681
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
682
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
683
|
-
* non-taxable code to all
|
|
683
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
684
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
685
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
686
|
+
* sales.
|
|
684
687
|
*/
|
|
685
688
|
salesTaxCodeId?: string;
|
|
686
689
|
|
|
@@ -916,9 +919,10 @@ export interface NonInventoryItemUpdateParams {
|
|
|
916
919
|
* transaction-line level.
|
|
917
920
|
*
|
|
918
921
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
919
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
920
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
921
|
-
* non-taxable code to all
|
|
922
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
923
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
924
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
925
|
+
* sales.
|
|
922
926
|
*/
|
|
923
927
|
salesTaxCodeId?: string;
|
|
924
928
|
|
|
@@ -232,9 +232,10 @@ export interface OtherChargeItem {
|
|
|
232
232
|
* taxable or non-taxable. This can be overridden at the transaction-line level.
|
|
233
233
|
*
|
|
234
234
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
235
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
236
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
237
|
-
* non-taxable code to all
|
|
235
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
236
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
237
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
238
|
+
* sales.
|
|
238
239
|
*/
|
|
239
240
|
salesTaxCode: OtherChargeItem.SalesTaxCode | null;
|
|
240
241
|
|
|
@@ -539,9 +540,10 @@ export namespace OtherChargeItem {
|
|
|
539
540
|
* taxable or non-taxable. This can be overridden at the transaction-line level.
|
|
540
541
|
*
|
|
541
542
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
542
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
543
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
544
|
-
* non-taxable code to all
|
|
543
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
544
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
545
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
546
|
+
* sales.
|
|
545
547
|
*/
|
|
546
548
|
export interface SalesTaxCode {
|
|
547
549
|
/**
|
|
@@ -643,9 +645,10 @@ export interface OtherChargeItemCreateParams {
|
|
|
643
645
|
* transaction-line level.
|
|
644
646
|
*
|
|
645
647
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
646
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
647
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
648
|
-
* non-taxable code to all
|
|
648
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
649
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
650
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
651
|
+
* sales.
|
|
649
652
|
*/
|
|
650
653
|
salesTaxCodeId?: string;
|
|
651
654
|
}
|
|
@@ -852,9 +855,10 @@ export interface OtherChargeItemUpdateParams {
|
|
|
852
855
|
* transaction-line level.
|
|
853
856
|
*
|
|
854
857
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
855
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
856
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
857
|
-
* non-taxable code to all
|
|
858
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
859
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
860
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
861
|
+
* sales.
|
|
858
862
|
*/
|
|
859
863
|
salesTaxCodeId?: string;
|
|
860
864
|
}
|
|
@@ -399,6 +399,8 @@ export interface OtherNameCreateParams {
|
|
|
399
399
|
/**
|
|
400
400
|
* Body param: The name of the company associated with this other-name. This name
|
|
401
401
|
* is used on invoices, checks, and other forms.
|
|
402
|
+
*
|
|
403
|
+
* Maximum length: 41 characters.
|
|
402
404
|
*/
|
|
403
405
|
companyName?: string;
|
|
404
406
|
|
|
@@ -601,6 +603,8 @@ export interface OtherNameUpdateParams {
|
|
|
601
603
|
/**
|
|
602
604
|
* Body param: The name of the company associated with this other-name. This name
|
|
603
605
|
* is used on invoices, checks, and other forms.
|
|
606
|
+
*
|
|
607
|
+
* Maximum length: 41 characters.
|
|
604
608
|
*/
|
|
605
609
|
companyName?: string;
|
|
606
610
|
|