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
|
@@ -315,9 +315,10 @@ export interface PurchaseOrder {
|
|
|
315
315
|
* This can be overridden on the purchase order's individual lines.
|
|
316
316
|
*
|
|
317
317
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
318
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
319
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
320
|
-
* non-taxable code to all
|
|
318
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
319
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
320
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
321
|
+
* sales.
|
|
321
322
|
*/
|
|
322
323
|
salesTaxCode: PurchaseOrder.SalesTaxCode | null;
|
|
323
324
|
|
|
@@ -792,9 +793,10 @@ export namespace PurchaseOrder {
|
|
|
792
793
|
* the parent transaction or the associated item.
|
|
793
794
|
*
|
|
794
795
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
795
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
796
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
797
|
-
* non-taxable code to all
|
|
796
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
797
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
798
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
799
|
+
* sales.
|
|
798
800
|
*/
|
|
799
801
|
salesTaxCode: Line.SalesTaxCode | null;
|
|
800
802
|
|
|
@@ -979,9 +981,10 @@ export namespace PurchaseOrder {
|
|
|
979
981
|
* the parent transaction or the associated item.
|
|
980
982
|
*
|
|
981
983
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
982
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
983
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
984
|
-
* non-taxable code to all
|
|
984
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
985
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
986
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
987
|
+
* sales.
|
|
985
988
|
*/
|
|
986
989
|
export interface SalesTaxCode {
|
|
987
990
|
/**
|
|
@@ -1160,9 +1163,10 @@ export namespace PurchaseOrder {
|
|
|
1160
1163
|
* the parent transaction or the associated item.
|
|
1161
1164
|
*
|
|
1162
1165
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1163
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1164
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1165
|
-
* non-taxable code to all
|
|
1166
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1167
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1168
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1169
|
+
* sales.
|
|
1166
1170
|
*/
|
|
1167
1171
|
salesTaxCode: Line.SalesTaxCode | null;
|
|
1168
1172
|
|
|
@@ -1347,9 +1351,10 @@ export namespace PurchaseOrder {
|
|
|
1347
1351
|
* the parent transaction or the associated item.
|
|
1348
1352
|
*
|
|
1349
1353
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1350
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1351
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1352
|
-
* non-taxable code to all
|
|
1354
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1355
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1356
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1357
|
+
* sales.
|
|
1353
1358
|
*/
|
|
1354
1359
|
export interface SalesTaxCode {
|
|
1355
1360
|
/**
|
|
@@ -1445,9 +1450,10 @@ export namespace PurchaseOrder {
|
|
|
1445
1450
|
* This can be overridden on the purchase order's individual lines.
|
|
1446
1451
|
*
|
|
1447
1452
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1448
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1449
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1450
|
-
* non-taxable code to all
|
|
1453
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1454
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1455
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1456
|
+
* sales.
|
|
1451
1457
|
*/
|
|
1452
1458
|
export interface SalesTaxCode {
|
|
1453
1459
|
/**
|
|
@@ -1816,9 +1822,10 @@ export interface PurchaseOrderCreateParams {
|
|
|
1816
1822
|
* the vendor. This can be overridden on the purchase order's individual lines.
|
|
1817
1823
|
*
|
|
1818
1824
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1819
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1820
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1821
|
-
* non-taxable code to all
|
|
1825
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1826
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1827
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1828
|
+
* sales.
|
|
1822
1829
|
*/
|
|
1823
1830
|
salesTaxCodeId?: string;
|
|
1824
1831
|
|
|
@@ -2050,9 +2057,10 @@ export namespace PurchaseOrderCreateParams {
|
|
|
2050
2057
|
* the parent transaction or the associated item.
|
|
2051
2058
|
*
|
|
2052
2059
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
2053
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
2054
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
2055
|
-
* non-taxable code to all
|
|
2060
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
2061
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
2062
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
2063
|
+
* sales.
|
|
2056
2064
|
*/
|
|
2057
2065
|
salesTaxCodeId?: string;
|
|
2058
2066
|
|
|
@@ -2412,9 +2420,10 @@ export interface PurchaseOrderUpdateParams {
|
|
|
2412
2420
|
* the vendor. This can be overridden on the purchase order's individual lines.
|
|
2413
2421
|
*
|
|
2414
2422
|
* 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
|
|
2423
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
2424
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
2425
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
2426
|
+
* sales.
|
|
2418
2427
|
*/
|
|
2419
2428
|
salesTaxCodeId?: string;
|
|
2420
2429
|
|
|
@@ -2667,9 +2676,10 @@ export namespace PurchaseOrderUpdateParams {
|
|
|
2667
2676
|
* the parent transaction or the associated item.
|
|
2668
2677
|
*
|
|
2669
2678
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
2670
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
2671
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
2672
|
-
* non-taxable code to all
|
|
2679
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
2680
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
2681
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
2682
|
+
* sales.
|
|
2673
2683
|
*/
|
|
2674
2684
|
salesTaxCodeId?: string;
|
|
2675
2685
|
|
|
@@ -2822,9 +2832,10 @@ export namespace PurchaseOrderUpdateParams {
|
|
|
2822
2832
|
* the parent transaction or the associated item.
|
|
2823
2833
|
*
|
|
2824
2834
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
2825
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
2826
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
2827
|
-
* non-taxable code to all
|
|
2835
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
2836
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
2837
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
2838
|
+
* sales.
|
|
2828
2839
|
*/
|
|
2829
2840
|
salesTaxCodeId?: string;
|
|
2830
2841
|
|
package/src/resources/qbd/qbd.ts
CHANGED
|
@@ -59,6 +59,8 @@ import {
|
|
|
59
59
|
Bills,
|
|
60
60
|
BillsCursorPage,
|
|
61
61
|
} from './bills';
|
|
62
|
+
import * as BillsToPayAPI from './bills-to-pay';
|
|
63
|
+
import { BillToPay, BillsToPay, BillsToPayListParams, BillsToPayListResponse } from './bills-to-pay';
|
|
62
64
|
import * as BuildAssembliesAPI from './build-assemblies';
|
|
63
65
|
import {
|
|
64
66
|
BuildAssemblies,
|
|
@@ -632,6 +634,7 @@ export class Qbd extends APIResource {
|
|
|
632
634
|
billCreditCardPayments: BillCreditCardPaymentsAPI.BillCreditCardPayments =
|
|
633
635
|
new BillCreditCardPaymentsAPI.BillCreditCardPayments(this._client);
|
|
634
636
|
bills: BillsAPI.Bills = new BillsAPI.Bills(this._client);
|
|
637
|
+
billsToPay: BillsToPayAPI.BillsToPay = new BillsToPayAPI.BillsToPay(this._client);
|
|
635
638
|
buildAssemblies: BuildAssembliesAPI.BuildAssemblies = new BuildAssembliesAPI.BuildAssemblies(this._client);
|
|
636
639
|
checks: ChecksAPI.Checks = new ChecksAPI.Checks(this._client);
|
|
637
640
|
classes: ClassesAPI.Classes = new ClassesAPI.Classes(this._client);
|
|
@@ -758,6 +761,7 @@ Qbd.Accounts = Accounts;
|
|
|
758
761
|
Qbd.BillCheckPayments = BillCheckPayments;
|
|
759
762
|
Qbd.BillCreditCardPayments = BillCreditCardPayments;
|
|
760
763
|
Qbd.Bills = Bills;
|
|
764
|
+
Qbd.BillsToPay = BillsToPay;
|
|
761
765
|
Qbd.BuildAssemblies = BuildAssemblies;
|
|
762
766
|
Qbd.Checks = Checks;
|
|
763
767
|
Qbd.Classes = Classes;
|
|
@@ -876,6 +880,13 @@ export declare namespace Qbd {
|
|
|
876
880
|
type BillVoidParams as BillVoidParams,
|
|
877
881
|
};
|
|
878
882
|
|
|
883
|
+
export {
|
|
884
|
+
BillsToPay as BillsToPay,
|
|
885
|
+
type BillToPay as BillToPay,
|
|
886
|
+
type BillsToPayListResponse as BillsToPayListResponse,
|
|
887
|
+
type BillsToPayListParams as BillsToPayListParams,
|
|
888
|
+
};
|
|
889
|
+
|
|
879
890
|
export {
|
|
880
891
|
BuildAssemblies as BuildAssemblies,
|
|
881
892
|
type BuildAssembly as BuildAssembly,
|
|
@@ -230,8 +230,8 @@ export interface ReceivePayment {
|
|
|
230
230
|
|
|
231
231
|
/**
|
|
232
232
|
* The Accounts-Receivable (A/R) account to which this receive-payment is assigned,
|
|
233
|
-
* used to track the amount owed. If
|
|
234
|
-
*
|
|
233
|
+
* used to track the amount owed. If omitted, QuickBooks Desktop uses the default
|
|
234
|
+
* A/R account configured in the company file.
|
|
235
235
|
*
|
|
236
236
|
* **IMPORTANT**: If this receive-payment is linked to other transactions, this A/R
|
|
237
237
|
* account must match the `receivablesAccount` used in all linked transactions.
|
|
@@ -299,63 +299,61 @@ export interface ReceivePayment {
|
|
|
299
299
|
export namespace ReceivePayment {
|
|
300
300
|
export interface AppliedToTransaction {
|
|
301
301
|
/**
|
|
302
|
-
* The monetary amount of this
|
|
303
|
-
* string.
|
|
302
|
+
* The monetary amount of this target transaction, represented as a decimal string.
|
|
304
303
|
*/
|
|
305
304
|
amount: string | null;
|
|
306
305
|
|
|
307
306
|
/**
|
|
308
|
-
* The outstanding balance of this
|
|
309
|
-
*
|
|
307
|
+
* The outstanding balance of this target transaction after applying any credits or
|
|
308
|
+
* payments. Represented as a decimal string.
|
|
310
309
|
*/
|
|
311
310
|
balanceRemaining: string | null;
|
|
312
311
|
|
|
313
312
|
/**
|
|
314
|
-
* The financial account used to track this
|
|
313
|
+
* The financial account used to track this target transaction's discount.
|
|
315
314
|
*/
|
|
316
315
|
discountAccount: AppliedToTransaction.DiscountAccount | null;
|
|
317
316
|
|
|
318
317
|
/**
|
|
319
|
-
* The monetary amount by which to reduce
|
|
320
|
-
*
|
|
318
|
+
* The monetary amount by which to reduce this target transaction's balance,
|
|
319
|
+
* represented as a decimal string.
|
|
321
320
|
*/
|
|
322
321
|
discountAmount: string | null;
|
|
323
322
|
|
|
324
323
|
/**
|
|
325
|
-
* The class used to track this
|
|
324
|
+
* The class used to track this target transaction's discount.
|
|
326
325
|
*/
|
|
327
326
|
discountClass: AppliedToTransaction.DiscountClass | null;
|
|
328
327
|
|
|
329
328
|
/**
|
|
330
|
-
* The
|
|
331
|
-
*
|
|
329
|
+
* The target transaction's linked transactions, such as payments applied, credits
|
|
330
|
+
* used, or associated purchase orders.
|
|
332
331
|
*
|
|
333
332
|
* **IMPORTANT**: You must specify the parameter `includeLinkedTransactions` when
|
|
334
|
-
* fetching a list of
|
|
335
|
-
*
|
|
333
|
+
* fetching a list of target transactions to receive this field because it is not
|
|
334
|
+
* returned by default.
|
|
336
335
|
*/
|
|
337
336
|
linkedTransactions: Array<AppliedToTransaction.LinkedTransaction>;
|
|
338
337
|
|
|
339
338
|
/**
|
|
340
|
-
* The case-sensitive user-defined reference number for this
|
|
341
|
-
*
|
|
342
|
-
*
|
|
343
|
-
* QuickBooks user.
|
|
339
|
+
* The case-sensitive user-defined reference number for this target transaction,
|
|
340
|
+
* which can be used to identify the transaction in QuickBooks. This value is not
|
|
341
|
+
* required to be unique and can be arbitrarily changed by the QuickBooks user.
|
|
344
342
|
*/
|
|
345
343
|
refNumber: string | null;
|
|
346
344
|
|
|
347
345
|
/**
|
|
348
|
-
* The date of this
|
|
346
|
+
* The date of this target transaction, in ISO 8601 format (YYYY-MM-DD).
|
|
349
347
|
*/
|
|
350
348
|
transactionDate: string | null;
|
|
351
349
|
|
|
352
350
|
/**
|
|
353
|
-
* The ID of the
|
|
351
|
+
* The ID of the target transaction to which this payment is applied.
|
|
354
352
|
*/
|
|
355
353
|
transactionId: string;
|
|
356
354
|
|
|
357
355
|
/**
|
|
358
|
-
* The type of transaction for this
|
|
356
|
+
* The type of transaction for this target transaction.
|
|
359
357
|
*/
|
|
360
358
|
transactionType:
|
|
361
359
|
| 'ar_refund_credit_card'
|
|
@@ -389,7 +387,7 @@ export namespace ReceivePayment {
|
|
|
389
387
|
|
|
390
388
|
export namespace AppliedToTransaction {
|
|
391
389
|
/**
|
|
392
|
-
* The financial account used to track this
|
|
390
|
+
* The financial account used to track this target transaction's discount.
|
|
393
391
|
*/
|
|
394
392
|
export interface DiscountAccount {
|
|
395
393
|
/**
|
|
@@ -408,7 +406,7 @@ export namespace ReceivePayment {
|
|
|
408
406
|
}
|
|
409
407
|
|
|
410
408
|
/**
|
|
411
|
-
* The class used to track this
|
|
409
|
+
* The class used to track this target transaction's discount.
|
|
412
410
|
*/
|
|
413
411
|
export interface DiscountClass {
|
|
414
412
|
/**
|
|
@@ -783,8 +781,8 @@ export namespace ReceivePayment {
|
|
|
783
781
|
|
|
784
782
|
/**
|
|
785
783
|
* The Accounts-Receivable (A/R) account to which this receive-payment is assigned,
|
|
786
|
-
* used to track the amount owed. If
|
|
787
|
-
*
|
|
784
|
+
* used to track the amount owed. If omitted, QuickBooks Desktop uses the default
|
|
785
|
+
* A/R account configured in the company file.
|
|
788
786
|
*
|
|
789
787
|
* **IMPORTANT**: If this receive-payment is linked to other transactions, this A/R
|
|
790
788
|
* account must match the `receivablesAccount` used in all linked transactions.
|
|
@@ -883,8 +881,8 @@ export interface ReceivePaymentCreateParams {
|
|
|
883
881
|
|
|
884
882
|
/**
|
|
885
883
|
* Body param: The account where the funds for this receive-payment will be or have
|
|
886
|
-
* been deposited. If omitted, QuickBooks
|
|
887
|
-
* account.
|
|
884
|
+
* been deposited. If omitted, QuickBooks Desktop uses the default Undeposited
|
|
885
|
+
* Funds account configured in the company file.
|
|
888
886
|
*/
|
|
889
887
|
depositToAccountId?: string;
|
|
890
888
|
|
|
@@ -937,8 +935,8 @@ export interface ReceivePaymentCreateParams {
|
|
|
937
935
|
|
|
938
936
|
/**
|
|
939
937
|
* Body param: The Accounts-Receivable (A/R) account to which this receive-payment
|
|
940
|
-
* is assigned, used to track the amount owed. If
|
|
941
|
-
*
|
|
938
|
+
* is assigned, used to track the amount owed. If omitted, QuickBooks Desktop uses
|
|
939
|
+
* the default A/R account configured in the company file.
|
|
942
940
|
*
|
|
943
941
|
* **IMPORTANT**: If this receive-payment is linked to other transactions, this A/R
|
|
944
942
|
* account must match the `receivablesAccount` used in all linked transactions.
|
|
@@ -960,32 +958,31 @@ export interface ReceivePaymentCreateParams {
|
|
|
960
958
|
export namespace ReceivePaymentCreateParams {
|
|
961
959
|
export interface ApplyToTransaction {
|
|
962
960
|
/**
|
|
963
|
-
* The ID of the
|
|
961
|
+
* The ID of the target transaction to which this payment is applied.
|
|
964
962
|
*/
|
|
965
963
|
transactionId: string;
|
|
966
964
|
|
|
967
965
|
/**
|
|
968
|
-
* Credits to apply to this
|
|
969
|
-
*
|
|
970
|
-
* transactions.
|
|
966
|
+
* Credits to apply to this target transaction, reducing its balance. This creates
|
|
967
|
+
* a link between this target transaction and the specified credit transactions.
|
|
971
968
|
*
|
|
972
969
|
* **IMPORTANT**: By default, QuickBooks will not return any information about the
|
|
973
970
|
* linked transactions in this endpoint's response even when this request is
|
|
974
|
-
* successful. To see the transactions linked via this field, refetch the
|
|
975
|
-
*
|
|
976
|
-
*
|
|
971
|
+
* successful. To see the transactions linked via this field, refetch the target
|
|
972
|
+
* transaction and check the `linkedTransactions` response field. If fetching a
|
|
973
|
+
* list of target transactions, you must also specify the parameter
|
|
977
974
|
* `includeLinkedTransactions=true` to see the `linkedTransactions` response field.
|
|
978
975
|
*/
|
|
979
976
|
applyCredits?: Array<ApplyToTransaction.ApplyCredit>;
|
|
980
977
|
|
|
981
978
|
/**
|
|
982
|
-
* The financial account used to track this
|
|
979
|
+
* The financial account used to track this target transaction's discount.
|
|
983
980
|
*/
|
|
984
981
|
discountAccountId?: string;
|
|
985
982
|
|
|
986
983
|
/**
|
|
987
|
-
* The monetary amount by which to reduce
|
|
988
|
-
*
|
|
984
|
+
* The monetary amount by which to reduce this target transaction's balance,
|
|
985
|
+
* represented as a decimal string.
|
|
989
986
|
*
|
|
990
987
|
* Decimal string format: exactly 2 decimal places when cents are included and up
|
|
991
988
|
* to 13 digits before the decimal point (for example, "123.45").
|
|
@@ -993,13 +990,13 @@ export namespace ReceivePaymentCreateParams {
|
|
|
993
990
|
discountAmount?: string;
|
|
994
991
|
|
|
995
992
|
/**
|
|
996
|
-
* The class used to track this
|
|
993
|
+
* The class used to track this target transaction's discount.
|
|
997
994
|
*/
|
|
998
995
|
discountClassId?: string;
|
|
999
996
|
|
|
1000
997
|
/**
|
|
1001
|
-
* The monetary amount to apply to the
|
|
1002
|
-
*
|
|
998
|
+
* The monetary amount to apply to the target transaction, represented as a decimal
|
|
999
|
+
* string.
|
|
1003
1000
|
*
|
|
1004
1001
|
* Decimal string format: exactly 2 decimal places when cents are included and up
|
|
1005
1002
|
* to 13 digits before the decimal point (for example, "123.45").
|
|
@@ -1010,8 +1007,8 @@ export namespace ReceivePaymentCreateParams {
|
|
|
1010
1007
|
export namespace ApplyToTransaction {
|
|
1011
1008
|
export interface ApplyCredit {
|
|
1012
1009
|
/**
|
|
1013
|
-
* The amount of credit
|
|
1014
|
-
*
|
|
1010
|
+
* The amount of the selected credit transaction to apply to this transaction,
|
|
1011
|
+
* represented as a decimal string.
|
|
1015
1012
|
*
|
|
1016
1013
|
* Decimal string format: exactly 2 decimal places when cents are included and up
|
|
1017
1014
|
* to 13 digits before the decimal point (for example, "123.45").
|
|
@@ -1274,8 +1271,8 @@ export interface ReceivePaymentUpdateParams {
|
|
|
1274
1271
|
|
|
1275
1272
|
/**
|
|
1276
1273
|
* Body param: The Accounts-Receivable (A/R) account to which this receive-payment
|
|
1277
|
-
* is assigned, used to track the amount owed. If
|
|
1278
|
-
*
|
|
1274
|
+
* is assigned, used to track the amount owed. If omitted, QuickBooks Desktop uses
|
|
1275
|
+
* the default A/R account configured in the company file.
|
|
1279
1276
|
*
|
|
1280
1277
|
* **IMPORTANT**: If this receive-payment is linked to other transactions, this A/R
|
|
1281
1278
|
* account must match the `receivablesAccount` used in all linked transactions.
|
|
@@ -1313,32 +1310,31 @@ export interface ReceivePaymentUpdateParams {
|
|
|
1313
1310
|
export namespace ReceivePaymentUpdateParams {
|
|
1314
1311
|
export interface ApplyToTransaction {
|
|
1315
1312
|
/**
|
|
1316
|
-
* The ID of the
|
|
1313
|
+
* The ID of the target transaction to which this payment is applied.
|
|
1317
1314
|
*/
|
|
1318
1315
|
transactionId: string;
|
|
1319
1316
|
|
|
1320
1317
|
/**
|
|
1321
|
-
* Credits to apply to this
|
|
1322
|
-
*
|
|
1323
|
-
* transactions.
|
|
1318
|
+
* Credits to apply to this target transaction, reducing its balance. This creates
|
|
1319
|
+
* a link between this target transaction and the specified credit transactions.
|
|
1324
1320
|
*
|
|
1325
1321
|
* **IMPORTANT**: By default, QuickBooks will not return any information about the
|
|
1326
1322
|
* linked transactions in this endpoint's response even when this request is
|
|
1327
|
-
* successful. To see the transactions linked via this field, refetch the
|
|
1328
|
-
*
|
|
1329
|
-
*
|
|
1323
|
+
* successful. To see the transactions linked via this field, refetch the target
|
|
1324
|
+
* transaction and check the `linkedTransactions` response field. If fetching a
|
|
1325
|
+
* list of target transactions, you must also specify the parameter
|
|
1330
1326
|
* `includeLinkedTransactions=true` to see the `linkedTransactions` response field.
|
|
1331
1327
|
*/
|
|
1332
1328
|
applyCredits?: Array<ApplyToTransaction.ApplyCredit>;
|
|
1333
1329
|
|
|
1334
1330
|
/**
|
|
1335
|
-
* The financial account used to track this
|
|
1331
|
+
* The financial account used to track this target transaction's discount.
|
|
1336
1332
|
*/
|
|
1337
1333
|
discountAccountId?: string;
|
|
1338
1334
|
|
|
1339
1335
|
/**
|
|
1340
|
-
* The monetary amount by which to reduce
|
|
1341
|
-
*
|
|
1336
|
+
* The monetary amount by which to reduce this target transaction's balance,
|
|
1337
|
+
* represented as a decimal string.
|
|
1342
1338
|
*
|
|
1343
1339
|
* Decimal string format: exactly 2 decimal places when cents are included and up
|
|
1344
1340
|
* to 13 digits before the decimal point (for example, "123.45").
|
|
@@ -1346,13 +1342,13 @@ export namespace ReceivePaymentUpdateParams {
|
|
|
1346
1342
|
discountAmount?: string;
|
|
1347
1343
|
|
|
1348
1344
|
/**
|
|
1349
|
-
* The class used to track this
|
|
1345
|
+
* The class used to track this target transaction's discount.
|
|
1350
1346
|
*/
|
|
1351
1347
|
discountClassId?: string;
|
|
1352
1348
|
|
|
1353
1349
|
/**
|
|
1354
|
-
* The monetary amount to apply to the
|
|
1355
|
-
*
|
|
1350
|
+
* The monetary amount to apply to the target transaction, represented as a decimal
|
|
1351
|
+
* string.
|
|
1356
1352
|
*
|
|
1357
1353
|
* Decimal string format: exactly 2 decimal places when cents are included and up
|
|
1358
1354
|
* to 13 digits before the decimal point (for example, "123.45").
|
|
@@ -1363,8 +1359,8 @@ export namespace ReceivePaymentUpdateParams {
|
|
|
1363
1359
|
export namespace ApplyToTransaction {
|
|
1364
1360
|
export interface ApplyCredit {
|
|
1365
1361
|
/**
|
|
1366
|
-
* The amount of credit
|
|
1367
|
-
*
|
|
1362
|
+
* The amount of the selected credit transaction to apply to this transaction,
|
|
1363
|
+
* represented as a decimal string.
|
|
1368
1364
|
*
|
|
1369
1365
|
* Decimal string format: exactly 2 decimal places when cents are included and up
|
|
1370
1366
|
* to 13 digits before the decimal point (for example, "123.45").
|
|
@@ -325,9 +325,10 @@ export interface SalesOrder {
|
|
|
325
325
|
* non-taxable. This can be overridden at the transaction-line level.
|
|
326
326
|
*
|
|
327
327
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
328
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
329
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
330
|
-
* non-taxable code to all
|
|
328
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
329
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
330
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
331
|
+
* sales.
|
|
331
332
|
*/
|
|
332
333
|
salesTaxCode: SalesOrder.SalesTaxCode | null;
|
|
333
334
|
|
|
@@ -892,9 +893,10 @@ export namespace SalesOrder {
|
|
|
892
893
|
* transaction or the associated item.
|
|
893
894
|
*
|
|
894
895
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
895
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
896
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
897
|
-
* non-taxable code to all
|
|
896
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
897
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
898
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
899
|
+
* sales.
|
|
898
900
|
*/
|
|
899
901
|
salesTaxCode: Line.SalesTaxCode | null;
|
|
900
902
|
|
|
@@ -1066,9 +1068,10 @@ export namespace SalesOrder {
|
|
|
1066
1068
|
* transaction or the associated item.
|
|
1067
1069
|
*
|
|
1068
1070
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1069
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1070
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1071
|
-
* non-taxable code to all
|
|
1071
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1072
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1073
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1074
|
+
* sales.
|
|
1072
1075
|
*/
|
|
1073
1076
|
export interface SalesTaxCode {
|
|
1074
1077
|
/**
|
|
@@ -1258,9 +1261,10 @@ export namespace SalesOrder {
|
|
|
1258
1261
|
* transaction or the associated item.
|
|
1259
1262
|
*
|
|
1260
1263
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1261
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1262
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1263
|
-
* non-taxable code to all
|
|
1264
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1265
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1266
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1267
|
+
* sales.
|
|
1264
1268
|
*/
|
|
1265
1269
|
salesTaxCode: Line.SalesTaxCode | null;
|
|
1266
1270
|
|
|
@@ -1432,9 +1436,10 @@ export namespace SalesOrder {
|
|
|
1432
1436
|
* transaction or the associated item.
|
|
1433
1437
|
*
|
|
1434
1438
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1435
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1436
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1437
|
-
* non-taxable code to all
|
|
1439
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1440
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1441
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1442
|
+
* sales.
|
|
1438
1443
|
*/
|
|
1439
1444
|
export interface SalesTaxCode {
|
|
1440
1445
|
/**
|
|
@@ -1549,9 +1554,10 @@ export namespace SalesOrder {
|
|
|
1549
1554
|
* non-taxable. This can be overridden at the transaction-line level.
|
|
1550
1555
|
*
|
|
1551
1556
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1552
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1553
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1554
|
-
* non-taxable code to all
|
|
1557
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1558
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1559
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1560
|
+
* sales.
|
|
1555
1561
|
*/
|
|
1556
1562
|
export interface SalesTaxCode {
|
|
1557
1563
|
/**
|
|
@@ -1873,9 +1879,10 @@ export interface SalesOrderCreateParams {
|
|
|
1873
1879
|
* taxable or non-taxable. This can be overridden at the transaction-line level.
|
|
1874
1880
|
*
|
|
1875
1881
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1876
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1877
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1878
|
-
* non-taxable code to all
|
|
1882
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1883
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1884
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1885
|
+
* sales.
|
|
1879
1886
|
*/
|
|
1880
1887
|
salesTaxCodeId?: string;
|
|
1881
1888
|
|
|
@@ -2193,9 +2200,10 @@ export namespace SalesOrderCreateParams {
|
|
|
2193
2200
|
* transaction or the associated item.
|
|
2194
2201
|
*
|
|
2195
2202
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
2196
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
2197
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
2198
|
-
* non-taxable code to all
|
|
2203
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
2204
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
2205
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
2206
|
+
* sales.
|
|
2199
2207
|
*/
|
|
2200
2208
|
salesTaxCodeId?: string;
|
|
2201
2209
|
|
|
@@ -2493,9 +2501,10 @@ export interface SalesOrderUpdateParams {
|
|
|
2493
2501
|
* taxable or non-taxable. This can be overridden at the transaction-line level.
|
|
2494
2502
|
*
|
|
2495
2503
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
2496
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
2497
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
2498
|
-
* non-taxable code to all
|
|
2504
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
2505
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
2506
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
2507
|
+
* sales.
|
|
2499
2508
|
*/
|
|
2500
2509
|
salesTaxCodeId?: string;
|
|
2501
2510
|
|
|
@@ -2825,9 +2834,10 @@ export namespace SalesOrderUpdateParams {
|
|
|
2825
2834
|
* transaction or the associated item.
|
|
2826
2835
|
*
|
|
2827
2836
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
2828
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
2829
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
2830
|
-
* non-taxable code to all
|
|
2837
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
2838
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
2839
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
2840
|
+
* sales.
|
|
2831
2841
|
*/
|
|
2832
2842
|
salesTaxCodeId?: string;
|
|
2833
2843
|
|
|
@@ -2986,9 +2996,10 @@ export namespace SalesOrderUpdateParams {
|
|
|
2986
2996
|
* transaction or the associated item.
|
|
2987
2997
|
*
|
|
2988
2998
|
* 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
|
|
2999
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
3000
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
3001
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
3002
|
+
* sales.
|
|
2992
3003
|
*/
|
|
2993
3004
|
salesTaxCodeId?: string;
|
|
2994
3005
|
|