conductor-node 14.16.0 → 14.18.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 +19 -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 +21 -13
- package/resources/qbd/customers.d.mts.map +1 -1
- package/resources/qbd/customers.d.ts +21 -13
- 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/employees.d.mts +32 -0
- package/resources/qbd/employees.d.mts.map +1 -1
- package/resources/qbd/employees.d.ts +32 -0
- package/resources/qbd/employees.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 +21 -13
- package/resources/qbd/vendors.d.mts.map +1 -1
- package/resources/qbd/vendors.d.ts +21 -13
- 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 +21 -13
- package/src/resources/qbd/discount-items.ts +16 -12
- package/src/resources/qbd/employees.ts +32 -0
- 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 +21 -13
- 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
|
@@ -294,9 +294,10 @@ export interface Check {
|
|
|
294
294
|
* This can be overridden on the check's individual lines.
|
|
295
295
|
*
|
|
296
296
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
297
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
298
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
299
|
-
* non-taxable code to all
|
|
297
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
298
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
299
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
300
|
+
* sales.
|
|
300
301
|
*/
|
|
301
302
|
salesTaxCode: Check.SalesTaxCode | null;
|
|
302
303
|
|
|
@@ -519,9 +520,10 @@ export namespace Check {
|
|
|
519
520
|
* transaction or the associated item.
|
|
520
521
|
*
|
|
521
522
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
522
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
523
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
524
|
-
* non-taxable code to all
|
|
523
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
524
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
525
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
526
|
+
* sales.
|
|
525
527
|
*/
|
|
526
528
|
salesTaxCode: ExpenseLine.SalesTaxCode | null;
|
|
527
529
|
}
|
|
@@ -657,9 +659,10 @@ export namespace Check {
|
|
|
657
659
|
* transaction or the associated item.
|
|
658
660
|
*
|
|
659
661
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
660
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
661
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
662
|
-
* non-taxable code to all
|
|
662
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
663
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
664
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
665
|
+
* sales.
|
|
663
666
|
*/
|
|
664
667
|
export interface SalesTaxCode {
|
|
665
668
|
/**
|
|
@@ -928,9 +931,10 @@ export namespace Check {
|
|
|
928
931
|
* transaction or the associated item.
|
|
929
932
|
*
|
|
930
933
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
931
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
932
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
933
|
-
* non-taxable code to all
|
|
934
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
935
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
936
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
937
|
+
* sales.
|
|
934
938
|
*/
|
|
935
939
|
salesTaxCode: ItemLine.SalesTaxCode | null;
|
|
936
940
|
|
|
@@ -1141,9 +1145,10 @@ export namespace Check {
|
|
|
1141
1145
|
* transaction or the associated item.
|
|
1142
1146
|
*
|
|
1143
1147
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1144
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1145
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1146
|
-
* non-taxable code to all
|
|
1148
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1149
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1150
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1151
|
+
* sales.
|
|
1147
1152
|
*/
|
|
1148
1153
|
export interface SalesTaxCode {
|
|
1149
1154
|
/**
|
|
@@ -1311,9 +1316,10 @@ export namespace Check {
|
|
|
1311
1316
|
* transaction or the associated item.
|
|
1312
1317
|
*
|
|
1313
1318
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1314
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1315
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1316
|
-
* non-taxable code to all
|
|
1319
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1320
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1321
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1322
|
+
* sales.
|
|
1317
1323
|
*/
|
|
1318
1324
|
salesTaxCode: ItemLine.SalesTaxCode | null;
|
|
1319
1325
|
|
|
@@ -1524,9 +1530,10 @@ export namespace Check {
|
|
|
1524
1530
|
* transaction or the associated item.
|
|
1525
1531
|
*
|
|
1526
1532
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1527
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1528
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1529
|
-
* non-taxable code to all
|
|
1533
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1534
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1535
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1536
|
+
* sales.
|
|
1530
1537
|
*/
|
|
1531
1538
|
export interface SalesTaxCode {
|
|
1532
1539
|
/**
|
|
@@ -1641,9 +1648,10 @@ export namespace Check {
|
|
|
1641
1648
|
* This can be overridden on the check's individual lines.
|
|
1642
1649
|
*
|
|
1643
1650
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1644
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1645
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1646
|
-
* non-taxable code to all
|
|
1651
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1652
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1653
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1654
|
+
* sales.
|
|
1647
1655
|
*/
|
|
1648
1656
|
export interface SalesTaxCode {
|
|
1649
1657
|
/**
|
|
@@ -1827,9 +1835,10 @@ export interface CheckCreateParams {
|
|
|
1827
1835
|
* This can be overridden on the check's individual lines.
|
|
1828
1836
|
*
|
|
1829
1837
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1830
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1831
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1832
|
-
* non-taxable code to all
|
|
1838
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1839
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1840
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1841
|
+
* sales.
|
|
1833
1842
|
*/
|
|
1834
1843
|
salesTaxCodeId?: string;
|
|
1835
1844
|
}
|
|
@@ -1985,9 +1994,10 @@ export namespace CheckCreateParams {
|
|
|
1985
1994
|
* transaction or the associated item.
|
|
1986
1995
|
*
|
|
1987
1996
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1988
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1989
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1990
|
-
* non-taxable code to all
|
|
1997
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1998
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1999
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
2000
|
+
* sales.
|
|
1991
2001
|
*/
|
|
1992
2002
|
salesTaxCodeId?: string;
|
|
1993
2003
|
}
|
|
@@ -2234,9 +2244,10 @@ export namespace CheckCreateParams {
|
|
|
2234
2244
|
* transaction or the associated item.
|
|
2235
2245
|
*
|
|
2236
2246
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
2237
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
2238
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
2239
|
-
* non-taxable code to all
|
|
2247
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
2248
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
2249
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
2250
|
+
* sales.
|
|
2240
2251
|
*/
|
|
2241
2252
|
salesTaxCodeId?: string;
|
|
2242
2253
|
|
|
@@ -2481,9 +2492,10 @@ export interface CheckUpdateParams {
|
|
|
2481
2492
|
* This can be overridden on the check's individual lines.
|
|
2482
2493
|
*
|
|
2483
2494
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
2484
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
2485
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
2486
|
-
* non-taxable code to all
|
|
2495
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
2496
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
2497
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
2498
|
+
* sales.
|
|
2487
2499
|
*/
|
|
2488
2500
|
salesTaxCodeId?: string;
|
|
2489
2501
|
|
|
@@ -2646,9 +2658,10 @@ export namespace CheckUpdateParams {
|
|
|
2646
2658
|
* transaction or the associated item.
|
|
2647
2659
|
*
|
|
2648
2660
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
2649
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
2650
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
2651
|
-
* non-taxable code to all
|
|
2661
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
2662
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
2663
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
2664
|
+
* sales.
|
|
2652
2665
|
*/
|
|
2653
2666
|
salesTaxCodeId?: string;
|
|
2654
2667
|
}
|
|
@@ -2840,9 +2853,10 @@ export namespace CheckUpdateParams {
|
|
|
2840
2853
|
* transaction or the associated item.
|
|
2841
2854
|
*
|
|
2842
2855
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
2843
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
2844
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
2845
|
-
* non-taxable code to all
|
|
2856
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
2857
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
2858
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
2859
|
+
* sales.
|
|
2846
2860
|
*/
|
|
2847
2861
|
salesTaxCodeId?: string;
|
|
2848
2862
|
|
|
@@ -2986,9 +3000,10 @@ export namespace CheckUpdateParams {
|
|
|
2986
3000
|
* transaction or the associated item.
|
|
2987
3001
|
*
|
|
2988
3002
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
2989
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
2990
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
2991
|
-
* non-taxable code to all
|
|
3003
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
3004
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
3005
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
3006
|
+
* sales.
|
|
2992
3007
|
*/
|
|
2993
3008
|
salesTaxCodeId?: string;
|
|
2994
3009
|
|
|
@@ -288,9 +288,10 @@ export interface CreditCardCharge {
|
|
|
288
288
|
* the payee. This can be overridden on the credit card charge's individual lines.
|
|
289
289
|
*
|
|
290
290
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
291
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
292
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
293
|
-
* non-taxable code to all
|
|
291
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
292
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
293
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
294
|
+
* sales.
|
|
294
295
|
*/
|
|
295
296
|
salesTaxCode: CreditCardCharge.SalesTaxCode | null;
|
|
296
297
|
|
|
@@ -456,9 +457,10 @@ export namespace CreditCardCharge {
|
|
|
456
457
|
* transaction or the associated item.
|
|
457
458
|
*
|
|
458
459
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
459
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
460
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
461
|
-
* non-taxable code to all
|
|
460
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
461
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
462
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
463
|
+
* sales.
|
|
462
464
|
*/
|
|
463
465
|
salesTaxCode: ExpenseLine.SalesTaxCode | null;
|
|
464
466
|
}
|
|
@@ -594,9 +596,10 @@ export namespace CreditCardCharge {
|
|
|
594
596
|
* transaction or the associated item.
|
|
595
597
|
*
|
|
596
598
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
597
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
598
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
599
|
-
* non-taxable code to all
|
|
599
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
600
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
601
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
602
|
+
* sales.
|
|
600
603
|
*/
|
|
601
604
|
export interface SalesTaxCode {
|
|
602
605
|
/**
|
|
@@ -865,9 +868,10 @@ export namespace CreditCardCharge {
|
|
|
865
868
|
* transaction or the associated item.
|
|
866
869
|
*
|
|
867
870
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
868
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
869
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
870
|
-
* non-taxable code to all
|
|
871
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
872
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
873
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
874
|
+
* sales.
|
|
871
875
|
*/
|
|
872
876
|
salesTaxCode: ItemLine.SalesTaxCode | null;
|
|
873
877
|
|
|
@@ -1078,9 +1082,10 @@ export namespace CreditCardCharge {
|
|
|
1078
1082
|
* transaction or the associated item.
|
|
1079
1083
|
*
|
|
1080
1084
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1081
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1082
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1083
|
-
* non-taxable code to all
|
|
1085
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1086
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1087
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1088
|
+
* sales.
|
|
1084
1089
|
*/
|
|
1085
1090
|
export interface SalesTaxCode {
|
|
1086
1091
|
/**
|
|
@@ -1248,9 +1253,10 @@ export namespace CreditCardCharge {
|
|
|
1248
1253
|
* transaction or the associated item.
|
|
1249
1254
|
*
|
|
1250
1255
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1251
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1252
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1253
|
-
* non-taxable code to all
|
|
1256
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1257
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1258
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1259
|
+
* sales.
|
|
1254
1260
|
*/
|
|
1255
1261
|
salesTaxCode: ItemLine.SalesTaxCode | null;
|
|
1256
1262
|
|
|
@@ -1461,9 +1467,10 @@ export namespace CreditCardCharge {
|
|
|
1461
1467
|
* transaction or the associated item.
|
|
1462
1468
|
*
|
|
1463
1469
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1464
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1465
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1466
|
-
* non-taxable code to all
|
|
1470
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1471
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1472
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1473
|
+
* sales.
|
|
1467
1474
|
*/
|
|
1468
1475
|
export interface SalesTaxCode {
|
|
1469
1476
|
/**
|
|
@@ -1508,9 +1515,10 @@ export namespace CreditCardCharge {
|
|
|
1508
1515
|
* the payee. This can be overridden on the credit card charge's individual lines.
|
|
1509
1516
|
*
|
|
1510
1517
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1511
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1512
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1513
|
-
* non-taxable code to all
|
|
1518
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1519
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1520
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1521
|
+
* sales.
|
|
1514
1522
|
*/
|
|
1515
1523
|
export interface SalesTaxCode {
|
|
1516
1524
|
/**
|
|
@@ -1673,9 +1681,10 @@ export interface CreditCardChargeCreateParams {
|
|
|
1673
1681
|
* lines.
|
|
1674
1682
|
*
|
|
1675
1683
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1676
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1677
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1678
|
-
* non-taxable code to all
|
|
1684
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1685
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1686
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1687
|
+
* sales.
|
|
1679
1688
|
*/
|
|
1680
1689
|
salesTaxCodeId?: string;
|
|
1681
1690
|
}
|
|
@@ -1742,9 +1751,10 @@ export namespace CreditCardChargeCreateParams {
|
|
|
1742
1751
|
* transaction or the associated item.
|
|
1743
1752
|
*
|
|
1744
1753
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1745
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1746
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1747
|
-
* non-taxable code to all
|
|
1754
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1755
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1756
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1757
|
+
* sales.
|
|
1748
1758
|
*/
|
|
1749
1759
|
salesTaxCodeId?: string;
|
|
1750
1760
|
}
|
|
@@ -1991,9 +2001,10 @@ export namespace CreditCardChargeCreateParams {
|
|
|
1991
2001
|
* transaction or the associated item.
|
|
1992
2002
|
*
|
|
1993
2003
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1994
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1995
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1996
|
-
* non-taxable code to all
|
|
2004
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
2005
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
2006
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
2007
|
+
* sales.
|
|
1997
2008
|
*/
|
|
1998
2009
|
salesTaxCodeId?: string;
|
|
1999
2010
|
|
|
@@ -2215,9 +2226,10 @@ export interface CreditCardChargeUpdateParams {
|
|
|
2215
2226
|
* lines.
|
|
2216
2227
|
*
|
|
2217
2228
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
2218
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
2219
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
2220
|
-
* non-taxable code to all
|
|
2229
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
2230
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
2231
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
2232
|
+
* sales.
|
|
2221
2233
|
*/
|
|
2222
2234
|
salesTaxCodeId?: string;
|
|
2223
2235
|
|
|
@@ -2292,9 +2304,10 @@ export namespace CreditCardChargeUpdateParams {
|
|
|
2292
2304
|
* transaction or the associated item.
|
|
2293
2305
|
*
|
|
2294
2306
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
2295
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
2296
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
2297
|
-
* non-taxable code to all
|
|
2307
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
2308
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
2309
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
2310
|
+
* sales.
|
|
2298
2311
|
*/
|
|
2299
2312
|
salesTaxCodeId?: string;
|
|
2300
2313
|
}
|
|
@@ -2486,9 +2499,10 @@ export namespace CreditCardChargeUpdateParams {
|
|
|
2486
2499
|
* transaction or the associated item.
|
|
2487
2500
|
*
|
|
2488
2501
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
2489
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
2490
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
2491
|
-
* non-taxable code to all
|
|
2502
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
2503
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
2504
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
2505
|
+
* sales.
|
|
2492
2506
|
*/
|
|
2493
2507
|
salesTaxCodeId?: string;
|
|
2494
2508
|
|
|
@@ -2632,9 +2646,10 @@ export namespace CreditCardChargeUpdateParams {
|
|
|
2632
2646
|
* transaction or the associated item.
|
|
2633
2647
|
*
|
|
2634
2648
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
2635
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
2636
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
2637
|
-
* non-taxable code to all
|
|
2649
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
2650
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
2651
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
2652
|
+
* sales.
|
|
2638
2653
|
*/
|
|
2639
2654
|
salesTaxCodeId?: string;
|
|
2640
2655
|
|
|
@@ -285,9 +285,10 @@ export interface CreditCardCredit {
|
|
|
285
285
|
* the payee. This can be overridden on the credit card credit's individual lines.
|
|
286
286
|
*
|
|
287
287
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
288
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
289
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
290
|
-
* non-taxable code to all
|
|
288
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
289
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
290
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
291
|
+
* sales.
|
|
291
292
|
*/
|
|
292
293
|
salesTaxCode: CreditCardCredit.SalesTaxCode | null;
|
|
293
294
|
|
|
@@ -452,9 +453,10 @@ export namespace CreditCardCredit {
|
|
|
452
453
|
* transaction or the associated item.
|
|
453
454
|
*
|
|
454
455
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
455
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
456
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
457
|
-
* non-taxable code to all
|
|
456
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
457
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
458
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
459
|
+
* sales.
|
|
458
460
|
*/
|
|
459
461
|
salesTaxCode: ExpenseLine.SalesTaxCode | null;
|
|
460
462
|
}
|
|
@@ -590,9 +592,10 @@ export namespace CreditCardCredit {
|
|
|
590
592
|
* transaction or the associated item.
|
|
591
593
|
*
|
|
592
594
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
593
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
594
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
595
|
-
* non-taxable code to all
|
|
595
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
596
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
597
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
598
|
+
* sales.
|
|
596
599
|
*/
|
|
597
600
|
export interface SalesTaxCode {
|
|
598
601
|
/**
|
|
@@ -861,9 +864,10 @@ export namespace CreditCardCredit {
|
|
|
861
864
|
* transaction or the associated item.
|
|
862
865
|
*
|
|
863
866
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
864
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
865
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
866
|
-
* non-taxable code to all
|
|
867
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
868
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
869
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
870
|
+
* sales.
|
|
867
871
|
*/
|
|
868
872
|
salesTaxCode: ItemLine.SalesTaxCode | null;
|
|
869
873
|
|
|
@@ -1074,9 +1078,10 @@ export namespace CreditCardCredit {
|
|
|
1074
1078
|
* transaction or the associated item.
|
|
1075
1079
|
*
|
|
1076
1080
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1077
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1078
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1079
|
-
* non-taxable code to all
|
|
1081
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1082
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1083
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1084
|
+
* sales.
|
|
1080
1085
|
*/
|
|
1081
1086
|
export interface SalesTaxCode {
|
|
1082
1087
|
/**
|
|
@@ -1244,9 +1249,10 @@ export namespace CreditCardCredit {
|
|
|
1244
1249
|
* transaction or the associated item.
|
|
1245
1250
|
*
|
|
1246
1251
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1247
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1248
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1249
|
-
* non-taxable code to all
|
|
1252
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1253
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1254
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1255
|
+
* sales.
|
|
1250
1256
|
*/
|
|
1251
1257
|
salesTaxCode: ItemLine.SalesTaxCode | null;
|
|
1252
1258
|
|
|
@@ -1457,9 +1463,10 @@ export namespace CreditCardCredit {
|
|
|
1457
1463
|
* transaction or the associated item.
|
|
1458
1464
|
*
|
|
1459
1465
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1460
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1461
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1462
|
-
* non-taxable code to all
|
|
1466
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1467
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1468
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1469
|
+
* sales.
|
|
1463
1470
|
*/
|
|
1464
1471
|
export interface SalesTaxCode {
|
|
1465
1472
|
/**
|
|
@@ -1504,9 +1511,10 @@ export namespace CreditCardCredit {
|
|
|
1504
1511
|
* the payee. This can be overridden on the credit card credit's individual lines.
|
|
1505
1512
|
*
|
|
1506
1513
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1507
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1508
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1509
|
-
* non-taxable code to all
|
|
1514
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1515
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1516
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1517
|
+
* sales.
|
|
1510
1518
|
*/
|
|
1511
1519
|
export interface SalesTaxCode {
|
|
1512
1520
|
/**
|
|
@@ -1669,9 +1677,10 @@ export interface CreditCardCreditCreateParams {
|
|
|
1669
1677
|
* lines.
|
|
1670
1678
|
*
|
|
1671
1679
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1672
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1673
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1674
|
-
* non-taxable code to all
|
|
1680
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1681
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1682
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1683
|
+
* sales.
|
|
1675
1684
|
*/
|
|
1676
1685
|
salesTaxCodeId?: string;
|
|
1677
1686
|
}
|
|
@@ -1738,9 +1747,10 @@ export namespace CreditCardCreditCreateParams {
|
|
|
1738
1747
|
* transaction or the associated item.
|
|
1739
1748
|
*
|
|
1740
1749
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1741
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1742
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1743
|
-
* non-taxable code to all
|
|
1750
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1751
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1752
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1753
|
+
* sales.
|
|
1744
1754
|
*/
|
|
1745
1755
|
salesTaxCodeId?: string;
|
|
1746
1756
|
}
|
|
@@ -1987,9 +1997,10 @@ export namespace CreditCardCreditCreateParams {
|
|
|
1987
1997
|
* transaction or the associated item.
|
|
1988
1998
|
*
|
|
1989
1999
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1990
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1991
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1992
|
-
* non-taxable code to all
|
|
2000
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
2001
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
2002
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
2003
|
+
* sales.
|
|
1993
2004
|
*/
|
|
1994
2005
|
salesTaxCodeId?: string;
|
|
1995
2006
|
|
|
@@ -2211,9 +2222,10 @@ export interface CreditCardCreditUpdateParams {
|
|
|
2211
2222
|
* lines.
|
|
2212
2223
|
*
|
|
2213
2224
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
2214
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
2215
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
2216
|
-
* non-taxable code to all
|
|
2225
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
2226
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
2227
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
2228
|
+
* sales.
|
|
2217
2229
|
*/
|
|
2218
2230
|
salesTaxCodeId?: string;
|
|
2219
2231
|
|
|
@@ -2288,9 +2300,10 @@ export namespace CreditCardCreditUpdateParams {
|
|
|
2288
2300
|
* transaction or the associated item.
|
|
2289
2301
|
*
|
|
2290
2302
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
2291
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
2292
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
2293
|
-
* non-taxable code to all
|
|
2303
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
2304
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
2305
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
2306
|
+
* sales.
|
|
2294
2307
|
*/
|
|
2295
2308
|
salesTaxCodeId?: string;
|
|
2296
2309
|
}
|
|
@@ -2482,9 +2495,10 @@ export namespace CreditCardCreditUpdateParams {
|
|
|
2482
2495
|
* transaction or the associated item.
|
|
2483
2496
|
*
|
|
2484
2497
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
2485
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
2486
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
2487
|
-
* non-taxable code to all
|
|
2498
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
2499
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
2500
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
2501
|
+
* sales.
|
|
2488
2502
|
*/
|
|
2489
2503
|
salesTaxCodeId?: string;
|
|
2490
2504
|
|
|
@@ -2628,9 +2642,10 @@ export namespace CreditCardCreditUpdateParams {
|
|
|
2628
2642
|
* transaction or the associated item.
|
|
2629
2643
|
*
|
|
2630
2644
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
2631
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
2632
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
2633
|
-
* non-taxable code to all
|
|
2645
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
2646
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
2647
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
2648
|
+
* sales.
|
|
2634
2649
|
*/
|
|
2635
2650
|
salesTaxCodeId?: string;
|
|
2636
2651
|
|