conductor-node 14.15.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 +30 -0
- package/api-promise.d.mts +1 -0
- package/api-promise.d.mts.map +1 -1
- package/api-promise.d.ts +1 -0
- package/api-promise.d.ts.map +1 -1
- package/api-promise.mjs +1 -0
- package/api-promise.mjs.map +1 -1
- package/client.d.mts.map +1 -1
- package/client.d.ts.map +1 -1
- package/client.mjs.map +1 -1
- package/core/api-promise.d.mts.map +1 -1
- package/core/api-promise.d.ts.map +1 -1
- package/core/api-promise.mjs.map +1 -1
- package/core/error.mjs.map +1 -1
- package/core/pagination.d.mts.map +1 -1
- package/core/pagination.d.ts.map +1 -1
- package/core/pagination.mjs.map +1 -1
- package/core/resource.d.mts.map +1 -1
- package/core/resource.d.ts.map +1 -1
- package/core/uploads.d.mts.map +1 -1
- package/core/uploads.d.ts.map +1 -1
- package/core/uploads.mjs.map +1 -1
- package/error.d.mts +1 -0
- package/error.d.mts.map +1 -1
- package/error.d.ts +1 -0
- package/error.d.ts.map +1 -1
- package/error.mjs +1 -0
- package/error.mjs.map +1 -1
- package/index.d.mts.map +1 -1
- package/index.d.ts.map +1 -1
- package/index.mjs.map +1 -1
- package/internal/detect-platform.mjs.map +1 -1
- package/internal/headers.mjs.map +1 -1
- package/internal/parse.d.mts.map +1 -1
- package/internal/parse.d.ts.map +1 -1
- package/internal/parse.mjs.map +1 -1
- package/internal/qs/formats.d.mts.map +1 -1
- package/internal/qs/formats.d.ts.map +1 -1
- package/internal/qs/index.d.mts +2 -2
- package/internal/qs/index.d.mts.map +1 -1
- package/internal/qs/index.d.ts +2 -2
- package/internal/qs/index.d.ts.map +1 -1
- package/internal/qs/index.mjs.map +1 -1
- package/internal/qs/stringify.d.mts.map +1 -1
- package/internal/qs/stringify.d.ts.map +1 -1
- package/internal/qs/stringify.mjs.map +1 -1
- package/internal/qs/utils.d.mts.map +1 -1
- package/internal/qs/utils.d.ts.map +1 -1
- package/internal/qs/utils.mjs.map +1 -1
- package/internal/request-options.d.mts.map +1 -1
- package/internal/request-options.d.ts.map +1 -1
- package/internal/shims.d.mts +6 -0
- package/internal/shims.d.mts.map +1 -1
- package/internal/shims.d.ts +6 -0
- package/internal/shims.d.ts.map +1 -1
- package/internal/to-file.d.mts.map +1 -1
- package/internal/to-file.d.ts.map +1 -1
- package/internal/to-file.mjs.map +1 -1
- package/internal/types.d.mts +4 -4
- package/internal/types.d.mts.map +1 -1
- package/internal/types.d.ts +4 -4
- package/internal/types.d.ts.map +1 -1
- package/internal/uploads.d.mts.map +1 -1
- package/internal/uploads.d.ts.map +1 -1
- package/internal/uploads.mjs.map +1 -1
- package/internal/utils/base64.mjs.map +1 -1
- package/internal/utils/log.d.mts.map +1 -1
- package/internal/utils/log.d.ts.map +1 -1
- package/internal/utils/log.mjs.map +1 -1
- package/internal/utils/path.mjs.map +1 -1
- package/internal/utils/query.mjs.map +1 -1
- package/internal/utils/values.mjs.map +1 -1
- package/internal/utils.d.mts.map +1 -1
- package/internal/utils.d.ts.map +1 -1
- package/internal/utils.mjs.map +1 -1
- package/package.json +1 -1
- package/pagination.d.mts +1 -0
- package/pagination.d.mts.map +1 -1
- package/pagination.d.ts +1 -0
- package/pagination.d.ts.map +1 -1
- package/pagination.mjs +1 -0
- package/pagination.mjs.map +1 -1
- package/resource.d.mts +1 -0
- package/resource.d.mts.map +1 -1
- package/resource.d.ts +1 -0
- package/resource.d.ts.map +1 -1
- package/resource.mjs +1 -0
- package/resource.mjs.map +1 -1
- package/resources/auth-sessions.d.mts.map +1 -1
- package/resources/auth-sessions.d.ts.map +1 -1
- package/resources/auth-sessions.mjs.map +1 -1
- package/resources/end-users.d.mts.map +1 -1
- package/resources/end-users.d.ts.map +1 -1
- package/resources/end-users.mjs.map +1 -1
- package/resources/index.d.mts.map +1 -1
- package/resources/index.d.ts.map +1 -1
- package/resources/index.mjs.map +1 -1
- package/resources/qbd/account-tax-lines.d.mts.map +1 -1
- package/resources/qbd/account-tax-lines.d.ts.map +1 -1
- package/resources/qbd/account-tax-lines.mjs.map +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/accounts.mjs.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-check-payments.mjs.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/bill-credit-card-payments.mjs.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 +90 -62
- package/resources/qbd/bills.d.mts.map +1 -1
- package/resources/qbd/bills.d.ts +90 -62
- package/resources/qbd/bills.d.ts.map +1 -1
- package/resources/qbd/bills.mjs.map +1 -1
- package/resources/qbd/build-assemblies.d.mts.map +1 -1
- package/resources/qbd/build-assemblies.d.ts.map +1 -1
- package/resources/qbd/build-assemblies.mjs.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/checks.mjs.map +1 -1
- package/resources/qbd/classes.d.mts.map +1 -1
- package/resources/qbd/classes.d.ts.map +1 -1
- package/resources/qbd/classes.mjs.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/company.mjs.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-charges.mjs.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-credits.mjs.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-card-refunds.mjs.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/credit-memos.mjs.map +1 -1
- package/resources/qbd/currencies.d.mts.map +1 -1
- package/resources/qbd/currencies.d.ts.map +1 -1
- package/resources/qbd/currencies.mjs.map +1 -1
- package/resources/qbd/customer-types.d.mts.map +1 -1
- package/resources/qbd/customer-types.d.ts.map +1 -1
- package/resources/qbd/customer-types.mjs.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/customers.mjs.map +1 -1
- package/resources/qbd/date-driven-terms.d.mts.map +1 -1
- package/resources/qbd/date-driven-terms.d.ts.map +1 -1
- package/resources/qbd/date-driven-terms.mjs.map +1 -1
- package/resources/qbd/deleted-list-objects.d.mts.map +1 -1
- package/resources/qbd/deleted-list-objects.d.ts.map +1 -1
- package/resources/qbd/deleted-list-objects.mjs.map +1 -1
- package/resources/qbd/deleted-transactions.d.mts.map +1 -1
- package/resources/qbd/deleted-transactions.d.ts.map +1 -1
- package/resources/qbd/deleted-transactions.mjs.map +1 -1
- package/resources/qbd/deposits.d.mts.map +1 -1
- package/resources/qbd/deposits.d.ts.map +1 -1
- package/resources/qbd/deposits.mjs.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/discount-items.mjs.map +1 -1
- package/resources/qbd/employees.d.mts.map +1 -1
- package/resources/qbd/employees.d.ts.map +1 -1
- package/resources/qbd/employees.mjs.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/estimates.mjs.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-adjustments.d.mts.map +1 -1
- package/resources/qbd/inventory-adjustments.d.ts.map +1 -1
- package/resources/qbd/inventory-adjustments.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-assembly-items.mjs.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/inventory-items.mjs.map +1 -1
- package/resources/qbd/inventory-sites.d.mts.map +1 -1
- package/resources/qbd/inventory-sites.d.ts.map +1 -1
- package/resources/qbd/inventory-sites.mjs.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/invoices.mjs.map +1 -1
- package/resources/qbd/item-groups.d.mts.map +1 -1
- package/resources/qbd/item-groups.d.ts.map +1 -1
- package/resources/qbd/item-groups.mjs.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-receipts.mjs.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/item-sites.mjs.map +1 -1
- package/resources/qbd/journal-entries.d.mts +1 -1
- package/resources/qbd/journal-entries.d.mts.map +1 -1
- package/resources/qbd/journal-entries.d.ts +1 -1
- package/resources/qbd/journal-entries.d.ts.map +1 -1
- package/resources/qbd/journal-entries.mjs.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/non-inventory-items.mjs.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-charge-items.mjs.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/other-names.mjs.map +1 -1
- package/resources/qbd/payment-methods.d.mts.map +1 -1
- package/resources/qbd/payment-methods.d.ts.map +1 -1
- package/resources/qbd/payment-methods.mjs.map +1 -1
- package/resources/qbd/payments-to-deposit.d.mts.map +1 -1
- package/resources/qbd/payments-to-deposit.d.ts.map +1 -1
- package/resources/qbd/payments-to-deposit.mjs.map +1 -1
- package/resources/qbd/payroll-wage-items.d.mts.map +1 -1
- package/resources/qbd/payroll-wage-items.d.ts.map +1 -1
- package/resources/qbd/payroll-wage-items.mjs.map +1 -1
- package/resources/qbd/preferences.d.mts.map +1 -1
- package/resources/qbd/preferences.d.ts.map +1 -1
- package/resources/qbd/preferences.mjs.map +1 -1
- package/resources/qbd/price-levels.d.mts.map +1 -1
- package/resources/qbd/price-levels.d.ts.map +1 -1
- package/resources/qbd/price-levels.mjs.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/purchase-orders.mjs.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/receive-payments.mjs.map +1 -1
- package/resources/qbd/reports.d.mts.map +1 -1
- package/resources/qbd/reports.d.ts.map +1 -1
- package/resources/qbd/reports.mjs.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-orders.mjs.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/sales-receipts.mjs.map +1 -1
- package/resources/qbd/sales-representatives.d.mts.map +1 -1
- package/resources/qbd/sales-representatives.d.ts.map +1 -1
- package/resources/qbd/sales-representatives.mjs.map +1 -1
- package/resources/qbd/sales-tax-codes.d.mts.map +1 -1
- package/resources/qbd/sales-tax-codes.d.ts.map +1 -1
- package/resources/qbd/sales-tax-codes.mjs.map +1 -1
- package/resources/qbd/sales-tax-items.d.mts.map +1 -1
- package/resources/qbd/sales-tax-items.d.ts.map +1 -1
- package/resources/qbd/sales-tax-items.mjs.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/service-items.mjs.map +1 -1
- package/resources/qbd/shipping-methods.d.mts.map +1 -1
- package/resources/qbd/shipping-methods.d.ts.map +1 -1
- package/resources/qbd/shipping-methods.mjs.map +1 -1
- package/resources/qbd/standard-terms.d.mts.map +1 -1
- package/resources/qbd/standard-terms.d.ts.map +1 -1
- package/resources/qbd/standard-terms.mjs.map +1 -1
- package/resources/qbd/subtotal-items.d.mts.map +1 -1
- package/resources/qbd/subtotal-items.d.ts.map +1 -1
- package/resources/qbd/subtotal-items.mjs.map +1 -1
- package/resources/qbd/templates.d.mts.map +1 -1
- package/resources/qbd/templates.d.ts.map +1 -1
- package/resources/qbd/templates.mjs.map +1 -1
- package/resources/qbd/time-tracking-activities.d.mts.map +1 -1
- package/resources/qbd/time-tracking-activities.d.ts.map +1 -1
- package/resources/qbd/time-tracking-activities.mjs.map +1 -1
- package/resources/qbd/transactions.d.mts.map +1 -1
- package/resources/qbd/transactions.d.ts.map +1 -1
- package/resources/qbd/transactions.mjs.map +1 -1
- package/resources/qbd/transfers.d.mts.map +1 -1
- package/resources/qbd/transfers.d.ts.map +1 -1
- package/resources/qbd/transfers.mjs.map +1 -1
- package/resources/qbd/unit-of-measure-sets.d.mts.map +1 -1
- package/resources/qbd/unit-of-measure-sets.d.ts.map +1 -1
- package/resources/qbd/unit-of-measure-sets.mjs.map +1 -1
- package/resources/qbd/vendor-credits.d.mts +72 -59
- package/resources/qbd/vendor-credits.d.mts.map +1 -1
- package/resources/qbd/vendor-credits.d.ts +72 -59
- package/resources/qbd/vendor-credits.d.ts.map +1 -1
- package/resources/qbd/vendor-credits.mjs.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/resources/qbd/vendors.mjs.map +1 -1
- package/resources/qbd.d.mts.map +1 -1
- package/resources/qbd.d.ts.map +1 -1
- package/resources/qbd.mjs.map +1 -1
- package/resources.d.mts.map +1 -1
- package/resources.d.ts.map +1 -1
- package/resources.mjs.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 +90 -62
- 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/journal-entries.ts +1 -1
- 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 +72 -59
- package/src/resources/qbd/vendors.ts +20 -12
- package/src/version.ts +1 -1
- package/uploads.d.mts +1 -0
- package/uploads.d.mts.map +1 -1
- package/uploads.d.ts +1 -0
- package/uploads.d.ts.map +1 -1
- package/uploads.mjs +1 -0
- package/uploads.mjs.map +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
|
@@ -163,7 +163,8 @@ export interface Bill {
|
|
|
163
163
|
/**
|
|
164
164
|
* The total monetary amount due for this bill, represented as a decimal string.
|
|
165
165
|
* This equals the sum of the amounts in the bill's expense lines, item lines, and
|
|
166
|
-
* item group lines.
|
|
166
|
+
* item group lines. The amount due minus any credits or discounts equals the open
|
|
167
|
+
* amount.
|
|
167
168
|
*/
|
|
168
169
|
amountDue: string | null;
|
|
169
170
|
|
|
@@ -265,19 +266,32 @@ export interface Bill {
|
|
|
265
266
|
* The remaining amount still owed on this bill, represented as a decimal string.
|
|
266
267
|
* This equals the bill's amount minus any credits or discounts.
|
|
267
268
|
*
|
|
268
|
-
* **NOTE**:
|
|
269
|
-
*
|
|
270
|
-
*
|
|
271
|
-
* `
|
|
272
|
-
*
|
|
273
|
-
*
|
|
269
|
+
* **NOTE**: Two rare QuickBooks Desktop behaviors can make `openAmount` unreliable
|
|
270
|
+
* on bills:
|
|
271
|
+
*
|
|
272
|
+
* - `openAmount` can be omitted from bill query responses.
|
|
273
|
+
* - A known QuickBooks Desktop bug can cause `openAmount` to reflect the vendor's
|
|
274
|
+
* aggregate open accounts-payable balance rather than the documented remaining
|
|
275
|
+
* balance for that individual bill.
|
|
276
|
+
*
|
|
277
|
+
* If you need the amount currently payable on each open bill, use Conductor's
|
|
278
|
+
* `/quickbooks-desktop/bills-to-pay` endpoint and read `bill.amountDue` instead of
|
|
279
|
+
* relying on `openAmount` from the Conductor bills endpoint. The bills-to-pay
|
|
280
|
+
* endpoint is not a general replacement for the Conductor bills endpoint, because
|
|
281
|
+
* it is scoped to open bills and available credits for a vendor and returns
|
|
282
|
+
* bill-payment data rather than full bill records.
|
|
283
|
+
*
|
|
284
|
+
* If you cannot use `/quickbooks-desktop/bills-to-pay` and must derive a fallback
|
|
285
|
+
* from Conductor bills endpoint results, re-query the bills with
|
|
286
|
+
* `includeLinkedTransactions=true` and compute a best-effort open amount as
|
|
287
|
+
* `amountDue` plus the sum of signed `linkedTransactions[].amount` values for all
|
|
288
|
+
* entries where `linkedTransactions[].linkType` is `"amount"`.
|
|
274
289
|
*/
|
|
275
290
|
openAmount: string | null;
|
|
276
291
|
|
|
277
292
|
/**
|
|
278
|
-
* The Accounts-Payable (A/P) account to which this bill is assigned, used
|
|
279
|
-
*
|
|
280
|
-
* account.
|
|
293
|
+
* The Accounts-Payable (A/P) account to which this bill is assigned, used for
|
|
294
|
+
* accounts-payable tracking.
|
|
281
295
|
*
|
|
282
296
|
* **IMPORTANT**: If this bill is linked to other transactions, this A/P account
|
|
283
297
|
* must match the `payablesAccount` used in those other transactions.
|
|
@@ -305,9 +319,10 @@ export interface Bill {
|
|
|
305
319
|
* This can be overridden on the bill's individual lines.
|
|
306
320
|
*
|
|
307
321
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
308
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
309
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
310
|
-
* non-taxable code to all
|
|
322
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
323
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
324
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
325
|
+
* sales.
|
|
311
326
|
*/
|
|
312
327
|
salesTaxCode: Bill.SalesTaxCode | null;
|
|
313
328
|
|
|
@@ -468,9 +483,10 @@ export namespace Bill {
|
|
|
468
483
|
* transaction or the associated item.
|
|
469
484
|
*
|
|
470
485
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
471
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
472
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
473
|
-
* non-taxable code to all
|
|
486
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
487
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
488
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
489
|
+
* sales.
|
|
474
490
|
*/
|
|
475
491
|
salesTaxCode: ExpenseLine.SalesTaxCode | null;
|
|
476
492
|
}
|
|
@@ -606,9 +622,10 @@ export namespace Bill {
|
|
|
606
622
|
* transaction or the associated item.
|
|
607
623
|
*
|
|
608
624
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
609
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
610
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
611
|
-
* non-taxable code to all
|
|
625
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
626
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
627
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
628
|
+
* sales.
|
|
612
629
|
*/
|
|
613
630
|
export interface SalesTaxCode {
|
|
614
631
|
/**
|
|
@@ -877,9 +894,10 @@ export namespace Bill {
|
|
|
877
894
|
* transaction or the associated item.
|
|
878
895
|
*
|
|
879
896
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
880
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
881
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
882
|
-
* non-taxable code to all
|
|
897
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
898
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
899
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
900
|
+
* sales.
|
|
883
901
|
*/
|
|
884
902
|
salesTaxCode: ItemLine.SalesTaxCode | null;
|
|
885
903
|
|
|
@@ -1090,9 +1108,10 @@ export namespace Bill {
|
|
|
1090
1108
|
* transaction or the associated item.
|
|
1091
1109
|
*
|
|
1092
1110
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1093
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1094
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1095
|
-
* non-taxable code to all
|
|
1111
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1112
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1113
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1114
|
+
* sales.
|
|
1096
1115
|
*/
|
|
1097
1116
|
export interface SalesTaxCode {
|
|
1098
1117
|
/**
|
|
@@ -1260,9 +1279,10 @@ export namespace Bill {
|
|
|
1260
1279
|
* transaction or the associated item.
|
|
1261
1280
|
*
|
|
1262
1281
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1263
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1264
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1265
|
-
* non-taxable code to all
|
|
1282
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1283
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1284
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1285
|
+
* sales.
|
|
1266
1286
|
*/
|
|
1267
1287
|
salesTaxCode: ItemLine.SalesTaxCode | null;
|
|
1268
1288
|
|
|
@@ -1473,9 +1493,10 @@ export namespace Bill {
|
|
|
1473
1493
|
* transaction or the associated item.
|
|
1474
1494
|
*
|
|
1475
1495
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1476
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1477
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1478
|
-
* non-taxable code to all
|
|
1496
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1497
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1498
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1499
|
+
* sales.
|
|
1479
1500
|
*/
|
|
1480
1501
|
export interface SalesTaxCode {
|
|
1481
1502
|
/**
|
|
@@ -1566,9 +1587,8 @@ export namespace Bill {
|
|
|
1566
1587
|
}
|
|
1567
1588
|
|
|
1568
1589
|
/**
|
|
1569
|
-
* The Accounts-Payable (A/P) account to which this bill is assigned, used
|
|
1570
|
-
*
|
|
1571
|
-
* account.
|
|
1590
|
+
* The Accounts-Payable (A/P) account to which this bill is assigned, used for
|
|
1591
|
+
* accounts-payable tracking.
|
|
1572
1592
|
*
|
|
1573
1593
|
* **IMPORTANT**: If this bill is linked to other transactions, this A/P account
|
|
1574
1594
|
* must match the `payablesAccount` used in those other transactions.
|
|
@@ -1595,9 +1615,10 @@ export namespace Bill {
|
|
|
1595
1615
|
* This can be overridden on the bill's individual lines.
|
|
1596
1616
|
*
|
|
1597
1617
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1598
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1599
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1600
|
-
* non-taxable code to all
|
|
1618
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1619
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1620
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1621
|
+
* sales.
|
|
1601
1622
|
*/
|
|
1602
1623
|
export interface SalesTaxCode {
|
|
1603
1624
|
/**
|
|
@@ -1860,8 +1881,8 @@ export interface BillCreateParams {
|
|
|
1860
1881
|
|
|
1861
1882
|
/**
|
|
1862
1883
|
* Body param: The Accounts-Payable (A/P) account to which this bill is assigned,
|
|
1863
|
-
* used
|
|
1864
|
-
* default A/P account.
|
|
1884
|
+
* used for accounts-payable tracking. If omitted, QuickBooks Desktop uses the
|
|
1885
|
+
* default A/P account configured in the company file.
|
|
1865
1886
|
*
|
|
1866
1887
|
* **IMPORTANT**: If this bill is linked to other transactions, this A/P account
|
|
1867
1888
|
* must match the `payablesAccount` used in those other transactions.
|
|
@@ -1885,9 +1906,10 @@ export interface BillCreateParams {
|
|
|
1885
1906
|
* vendor. This can be overridden on the bill's individual lines.
|
|
1886
1907
|
*
|
|
1887
1908
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1888
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1889
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1890
|
-
* non-taxable code to all
|
|
1909
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1910
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1911
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1912
|
+
* sales.
|
|
1891
1913
|
*/
|
|
1892
1914
|
salesTaxCodeId?: string;
|
|
1893
1915
|
|
|
@@ -1965,9 +1987,10 @@ export namespace BillCreateParams {
|
|
|
1965
1987
|
* transaction or the associated item.
|
|
1966
1988
|
*
|
|
1967
1989
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1968
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1969
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1970
|
-
* non-taxable code to all
|
|
1990
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1991
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1992
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1993
|
+
* sales.
|
|
1971
1994
|
*/
|
|
1972
1995
|
salesTaxCodeId?: string;
|
|
1973
1996
|
}
|
|
@@ -2214,9 +2237,10 @@ export namespace BillCreateParams {
|
|
|
2214
2237
|
* transaction or the associated item.
|
|
2215
2238
|
*
|
|
2216
2239
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
2217
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
2218
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
2219
|
-
* non-taxable code to all
|
|
2240
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
2241
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
2242
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
2243
|
+
* sales.
|
|
2220
2244
|
*/
|
|
2221
2245
|
salesTaxCodeId?: string;
|
|
2222
2246
|
|
|
@@ -2489,8 +2513,8 @@ export interface BillUpdateParams {
|
|
|
2489
2513
|
|
|
2490
2514
|
/**
|
|
2491
2515
|
* Body param: The Accounts-Payable (A/P) account to which this bill is assigned,
|
|
2492
|
-
* used
|
|
2493
|
-
* default A/P account.
|
|
2516
|
+
* used for accounts-payable tracking. If omitted, QuickBooks Desktop uses the
|
|
2517
|
+
* default A/P account configured in the company file.
|
|
2494
2518
|
*
|
|
2495
2519
|
* **IMPORTANT**: If this bill is linked to other transactions, this A/P account
|
|
2496
2520
|
* must match the `payablesAccount` used in those other transactions.
|
|
@@ -2512,9 +2536,10 @@ export interface BillUpdateParams {
|
|
|
2512
2536
|
* vendor. This can be overridden on the bill's individual lines.
|
|
2513
2537
|
*
|
|
2514
2538
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
2515
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
2516
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
2517
|
-
* non-taxable code to all
|
|
2539
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
2540
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
2541
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
2542
|
+
* sales.
|
|
2518
2543
|
*/
|
|
2519
2544
|
salesTaxCodeId?: string;
|
|
2520
2545
|
|
|
@@ -2604,9 +2629,10 @@ export namespace BillUpdateParams {
|
|
|
2604
2629
|
* transaction or the associated item.
|
|
2605
2630
|
*
|
|
2606
2631
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
2607
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
2608
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
2609
|
-
* non-taxable code to all
|
|
2632
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
2633
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
2634
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
2635
|
+
* sales.
|
|
2610
2636
|
*/
|
|
2611
2637
|
salesTaxCodeId?: string;
|
|
2612
2638
|
}
|
|
@@ -2798,9 +2824,10 @@ export namespace BillUpdateParams {
|
|
|
2798
2824
|
* transaction or the associated item.
|
|
2799
2825
|
*
|
|
2800
2826
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
2801
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
2802
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
2803
|
-
* non-taxable code to all
|
|
2827
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
2828
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
2829
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
2830
|
+
* sales.
|
|
2804
2831
|
*/
|
|
2805
2832
|
salesTaxCodeId?: string;
|
|
2806
2833
|
|
|
@@ -2944,9 +2971,10 @@ export namespace BillUpdateParams {
|
|
|
2944
2971
|
* transaction or the associated item.
|
|
2945
2972
|
*
|
|
2946
2973
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
2947
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
2948
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
2949
|
-
* non-taxable code to all
|
|
2974
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
2975
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
2976
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
2977
|
+
* sales.
|
|
2950
2978
|
*/
|
|
2951
2979
|
salesTaxCodeId?: string;
|
|
2952
2980
|
|
|
@@ -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
|
|