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
|
@@ -263,8 +263,7 @@ export interface BillCheckPayment {
|
|
|
263
263
|
|
|
264
264
|
/**
|
|
265
265
|
* The Accounts-Payable (A/P) account to which this bill check payment is assigned,
|
|
266
|
-
* used
|
|
267
|
-
* default A/P account.
|
|
266
|
+
* used for accounts-payable tracking.
|
|
268
267
|
*
|
|
269
268
|
* **IMPORTANT**: If this bill check payment is linked to other transactions, this
|
|
270
269
|
* A/P account must match the `payablesAccount` used in those other transactions.
|
|
@@ -370,63 +369,61 @@ export namespace BillCheckPayment {
|
|
|
370
369
|
|
|
371
370
|
export interface AppliedToTransaction {
|
|
372
371
|
/**
|
|
373
|
-
* The monetary amount of this
|
|
374
|
-
* string.
|
|
372
|
+
* The monetary amount of this target transaction, represented as a decimal string.
|
|
375
373
|
*/
|
|
376
374
|
amount: string | null;
|
|
377
375
|
|
|
378
376
|
/**
|
|
379
|
-
* The outstanding balance of this
|
|
380
|
-
*
|
|
377
|
+
* The outstanding balance of this target transaction after applying any credits or
|
|
378
|
+
* payments. Represented as a decimal string.
|
|
381
379
|
*/
|
|
382
380
|
balanceRemaining: string | null;
|
|
383
381
|
|
|
384
382
|
/**
|
|
385
|
-
* The financial account used to track this
|
|
383
|
+
* The financial account used to track this target transaction's discount.
|
|
386
384
|
*/
|
|
387
385
|
discountAccount: AppliedToTransaction.DiscountAccount | null;
|
|
388
386
|
|
|
389
387
|
/**
|
|
390
|
-
* The monetary amount by which to reduce
|
|
391
|
-
*
|
|
388
|
+
* The monetary amount by which to reduce this target transaction's balance,
|
|
389
|
+
* represented as a decimal string.
|
|
392
390
|
*/
|
|
393
391
|
discountAmount: string | null;
|
|
394
392
|
|
|
395
393
|
/**
|
|
396
|
-
* The class used to track this
|
|
394
|
+
* The class used to track this target transaction's discount.
|
|
397
395
|
*/
|
|
398
396
|
discountClass: AppliedToTransaction.DiscountClass | null;
|
|
399
397
|
|
|
400
398
|
/**
|
|
401
|
-
* The
|
|
402
|
-
*
|
|
399
|
+
* The target transaction's linked transactions, such as payments applied, credits
|
|
400
|
+
* used, or associated purchase orders.
|
|
403
401
|
*
|
|
404
402
|
* **IMPORTANT**: You must specify the parameter `includeLinkedTransactions` when
|
|
405
|
-
* fetching a list of
|
|
406
|
-
*
|
|
403
|
+
* fetching a list of target transactions to receive this field because it is not
|
|
404
|
+
* returned by default.
|
|
407
405
|
*/
|
|
408
406
|
linkedTransactions: Array<AppliedToTransaction.LinkedTransaction>;
|
|
409
407
|
|
|
410
408
|
/**
|
|
411
|
-
* The case-sensitive user-defined reference number for this
|
|
412
|
-
*
|
|
413
|
-
*
|
|
414
|
-
* QuickBooks user.
|
|
409
|
+
* The case-sensitive user-defined reference number for this target transaction,
|
|
410
|
+
* which can be used to identify the transaction in QuickBooks. This value is not
|
|
411
|
+
* required to be unique and can be arbitrarily changed by the QuickBooks user.
|
|
415
412
|
*/
|
|
416
413
|
refNumber: string | null;
|
|
417
414
|
|
|
418
415
|
/**
|
|
419
|
-
* The date of this
|
|
416
|
+
* The date of this target transaction, in ISO 8601 format (YYYY-MM-DD).
|
|
420
417
|
*/
|
|
421
418
|
transactionDate: string | null;
|
|
422
419
|
|
|
423
420
|
/**
|
|
424
|
-
* The ID of the
|
|
421
|
+
* The ID of the target transaction to which this payment is applied.
|
|
425
422
|
*/
|
|
426
423
|
transactionId: string;
|
|
427
424
|
|
|
428
425
|
/**
|
|
429
|
-
* The type of transaction for this
|
|
426
|
+
* The type of transaction for this target transaction.
|
|
430
427
|
*/
|
|
431
428
|
transactionType:
|
|
432
429
|
| 'ar_refund_credit_card'
|
|
@@ -460,7 +457,7 @@ export namespace BillCheckPayment {
|
|
|
460
457
|
|
|
461
458
|
export namespace AppliedToTransaction {
|
|
462
459
|
/**
|
|
463
|
-
* The financial account used to track this
|
|
460
|
+
* The financial account used to track this target transaction's discount.
|
|
464
461
|
*/
|
|
465
462
|
export interface DiscountAccount {
|
|
466
463
|
/**
|
|
@@ -479,7 +476,7 @@ export namespace BillCheckPayment {
|
|
|
479
476
|
}
|
|
480
477
|
|
|
481
478
|
/**
|
|
482
|
-
* The class used to track this
|
|
479
|
+
* The class used to track this target transaction's discount.
|
|
483
480
|
*/
|
|
484
481
|
export interface DiscountClass {
|
|
485
482
|
/**
|
|
@@ -651,8 +648,7 @@ export namespace BillCheckPayment {
|
|
|
651
648
|
|
|
652
649
|
/**
|
|
653
650
|
* The Accounts-Payable (A/P) account to which this bill check payment is assigned,
|
|
654
|
-
* used
|
|
655
|
-
* default A/P account.
|
|
651
|
+
* used for accounts-payable tracking.
|
|
656
652
|
*
|
|
657
653
|
* **IMPORTANT**: If this bill check payment is linked to other transactions, this
|
|
658
654
|
* A/P account must match the `payablesAccount` used in those other transactions.
|
|
@@ -831,8 +827,8 @@ export interface BillCheckPaymentCreateParams {
|
|
|
831
827
|
|
|
832
828
|
/**
|
|
833
829
|
* Body param: The Accounts-Payable (A/P) account to which this bill check payment
|
|
834
|
-
* is assigned, used
|
|
835
|
-
*
|
|
830
|
+
* is assigned, used for accounts-payable tracking. If omitted, QuickBooks Desktop
|
|
831
|
+
* uses the default A/P account configured in the company file.
|
|
836
832
|
*
|
|
837
833
|
* **IMPORTANT**: If this bill check payment is linked to other transactions, this
|
|
838
834
|
* A/P account must match the `payablesAccount` used in those other transactions.
|
|
@@ -856,32 +852,31 @@ export interface BillCheckPaymentCreateParams {
|
|
|
856
852
|
export namespace BillCheckPaymentCreateParams {
|
|
857
853
|
export interface ApplyToTransaction {
|
|
858
854
|
/**
|
|
859
|
-
* The ID of the
|
|
855
|
+
* The ID of the target transaction to which this payment is applied.
|
|
860
856
|
*/
|
|
861
857
|
transactionId: string;
|
|
862
858
|
|
|
863
859
|
/**
|
|
864
|
-
* Credits to apply to this
|
|
865
|
-
*
|
|
866
|
-
* transactions.
|
|
860
|
+
* Credits to apply to this target transaction, reducing its balance. This creates
|
|
861
|
+
* a link between this target transaction and the specified credit transactions.
|
|
867
862
|
*
|
|
868
863
|
* **IMPORTANT**: By default, QuickBooks will not return any information about the
|
|
869
864
|
* linked transactions in this endpoint's response even when this request is
|
|
870
|
-
* successful. To see the transactions linked via this field, refetch the
|
|
871
|
-
*
|
|
872
|
-
*
|
|
865
|
+
* successful. To see the transactions linked via this field, refetch the target
|
|
866
|
+
* transaction and check the `linkedTransactions` response field. If fetching a
|
|
867
|
+
* list of target transactions, you must also specify the parameter
|
|
873
868
|
* `includeLinkedTransactions=true` to see the `linkedTransactions` response field.
|
|
874
869
|
*/
|
|
875
870
|
applyCredits?: Array<ApplyToTransaction.ApplyCredit>;
|
|
876
871
|
|
|
877
872
|
/**
|
|
878
|
-
* The financial account used to track this
|
|
873
|
+
* The financial account used to track this target transaction's discount.
|
|
879
874
|
*/
|
|
880
875
|
discountAccountId?: string;
|
|
881
876
|
|
|
882
877
|
/**
|
|
883
|
-
* The monetary amount by which to reduce
|
|
884
|
-
*
|
|
878
|
+
* The monetary amount by which to reduce this target transaction's balance,
|
|
879
|
+
* represented as a decimal string.
|
|
885
880
|
*
|
|
886
881
|
* Decimal string format: exactly 2 decimal places when cents are included and up
|
|
887
882
|
* to 13 digits before the decimal point (for example, "123.45").
|
|
@@ -889,13 +884,13 @@ export namespace BillCheckPaymentCreateParams {
|
|
|
889
884
|
discountAmount?: string;
|
|
890
885
|
|
|
891
886
|
/**
|
|
892
|
-
* The class used to track this
|
|
887
|
+
* The class used to track this target transaction's discount.
|
|
893
888
|
*/
|
|
894
889
|
discountClassId?: string;
|
|
895
890
|
|
|
896
891
|
/**
|
|
897
|
-
* The monetary amount to apply to the
|
|
898
|
-
*
|
|
892
|
+
* The monetary amount to apply to the target transaction, represented as a decimal
|
|
893
|
+
* string.
|
|
899
894
|
*
|
|
900
895
|
* Decimal string format: exactly 2 decimal places when cents are included and up
|
|
901
896
|
* to 13 digits before the decimal point (for example, "123.45").
|
|
@@ -906,8 +901,8 @@ export namespace BillCheckPaymentCreateParams {
|
|
|
906
901
|
export namespace ApplyToTransaction {
|
|
907
902
|
export interface ApplyCredit {
|
|
908
903
|
/**
|
|
909
|
-
* The amount of credit
|
|
910
|
-
*
|
|
904
|
+
* The amount of the selected credit transaction to apply to this transaction,
|
|
905
|
+
* represented as a decimal string.
|
|
911
906
|
*
|
|
912
907
|
* Decimal string format: exactly 2 decimal places when cents are included and up
|
|
913
908
|
* to 13 digits before the decimal point (for example, "123.45").
|
|
@@ -1020,32 +1015,31 @@ export interface BillCheckPaymentUpdateParams {
|
|
|
1020
1015
|
export namespace BillCheckPaymentUpdateParams {
|
|
1021
1016
|
export interface ApplyToTransaction {
|
|
1022
1017
|
/**
|
|
1023
|
-
* The ID of the
|
|
1018
|
+
* The ID of the target transaction to which this payment is applied.
|
|
1024
1019
|
*/
|
|
1025
1020
|
transactionId: string;
|
|
1026
1021
|
|
|
1027
1022
|
/**
|
|
1028
|
-
* Credits to apply to this
|
|
1029
|
-
*
|
|
1030
|
-
* transactions.
|
|
1023
|
+
* Credits to apply to this target transaction, reducing its balance. This creates
|
|
1024
|
+
* a link between this target transaction and the specified credit transactions.
|
|
1031
1025
|
*
|
|
1032
1026
|
* **IMPORTANT**: By default, QuickBooks will not return any information about the
|
|
1033
1027
|
* linked transactions in this endpoint's response even when this request is
|
|
1034
|
-
* successful. To see the transactions linked via this field, refetch the
|
|
1035
|
-
*
|
|
1036
|
-
*
|
|
1028
|
+
* successful. To see the transactions linked via this field, refetch the target
|
|
1029
|
+
* transaction and check the `linkedTransactions` response field. If fetching a
|
|
1030
|
+
* list of target transactions, you must also specify the parameter
|
|
1037
1031
|
* `includeLinkedTransactions=true` to see the `linkedTransactions` response field.
|
|
1038
1032
|
*/
|
|
1039
1033
|
applyCredits?: Array<ApplyToTransaction.ApplyCredit>;
|
|
1040
1034
|
|
|
1041
1035
|
/**
|
|
1042
|
-
* The financial account used to track this
|
|
1036
|
+
* The financial account used to track this target transaction's discount.
|
|
1043
1037
|
*/
|
|
1044
1038
|
discountAccountId?: string;
|
|
1045
1039
|
|
|
1046
1040
|
/**
|
|
1047
|
-
* The monetary amount by which to reduce
|
|
1048
|
-
*
|
|
1041
|
+
* The monetary amount by which to reduce this target transaction's balance,
|
|
1042
|
+
* represented as a decimal string.
|
|
1049
1043
|
*
|
|
1050
1044
|
* Decimal string format: exactly 2 decimal places when cents are included and up
|
|
1051
1045
|
* to 13 digits before the decimal point (for example, "123.45").
|
|
@@ -1053,13 +1047,13 @@ export namespace BillCheckPaymentUpdateParams {
|
|
|
1053
1047
|
discountAmount?: string;
|
|
1054
1048
|
|
|
1055
1049
|
/**
|
|
1056
|
-
* The class used to track this
|
|
1050
|
+
* The class used to track this target transaction's discount.
|
|
1057
1051
|
*/
|
|
1058
1052
|
discountClassId?: string;
|
|
1059
1053
|
|
|
1060
1054
|
/**
|
|
1061
|
-
* The monetary amount to apply to the
|
|
1062
|
-
*
|
|
1055
|
+
* The monetary amount to apply to the target transaction, represented as a decimal
|
|
1056
|
+
* string.
|
|
1063
1057
|
*
|
|
1064
1058
|
* Decimal string format: exactly 2 decimal places when cents are included and up
|
|
1065
1059
|
* to 13 digits before the decimal point (for example, "123.45").
|
|
@@ -1070,8 +1064,8 @@ export namespace BillCheckPaymentUpdateParams {
|
|
|
1070
1064
|
export namespace ApplyToTransaction {
|
|
1071
1065
|
export interface ApplyCredit {
|
|
1072
1066
|
/**
|
|
1073
|
-
* The amount of credit
|
|
1074
|
-
*
|
|
1067
|
+
* The amount of the selected credit transaction to apply to this transaction,
|
|
1068
|
+
* represented as a decimal string.
|
|
1075
1069
|
*
|
|
1076
1070
|
* Decimal string format: exactly 2 decimal places when cents are included and up
|
|
1077
1071
|
* to 13 digits before the decimal point (for example, "123.45").
|
|
@@ -230,8 +230,7 @@ export interface BillCreditCardPayment {
|
|
|
230
230
|
|
|
231
231
|
/**
|
|
232
232
|
* The Accounts-Payable (A/P) account to which this bill credit card payment is
|
|
233
|
-
* assigned, used
|
|
234
|
-
* will use its default A/P account.
|
|
233
|
+
* assigned, used for accounts-payable tracking.
|
|
235
234
|
*
|
|
236
235
|
* **IMPORTANT**: If this bill credit card payment is linked to other transactions,
|
|
237
236
|
* this A/P account must match the `payablesAccount` used in those other
|
|
@@ -280,63 +279,61 @@ export interface BillCreditCardPayment {
|
|
|
280
279
|
export namespace BillCreditCardPayment {
|
|
281
280
|
export interface AppliedToTransaction {
|
|
282
281
|
/**
|
|
283
|
-
* The monetary amount of this
|
|
284
|
-
* string.
|
|
282
|
+
* The monetary amount of this target transaction, represented as a decimal string.
|
|
285
283
|
*/
|
|
286
284
|
amount: string | null;
|
|
287
285
|
|
|
288
286
|
/**
|
|
289
|
-
* The outstanding balance of this
|
|
290
|
-
*
|
|
287
|
+
* The outstanding balance of this target transaction after applying any credits or
|
|
288
|
+
* payments. Represented as a decimal string.
|
|
291
289
|
*/
|
|
292
290
|
balanceRemaining: string | null;
|
|
293
291
|
|
|
294
292
|
/**
|
|
295
|
-
* The financial account used to track this
|
|
293
|
+
* The financial account used to track this target transaction's discount.
|
|
296
294
|
*/
|
|
297
295
|
discountAccount: AppliedToTransaction.DiscountAccount | null;
|
|
298
296
|
|
|
299
297
|
/**
|
|
300
|
-
* The monetary amount by which to reduce
|
|
301
|
-
*
|
|
298
|
+
* The monetary amount by which to reduce this target transaction's balance,
|
|
299
|
+
* represented as a decimal string.
|
|
302
300
|
*/
|
|
303
301
|
discountAmount: string | null;
|
|
304
302
|
|
|
305
303
|
/**
|
|
306
|
-
* The class used to track this
|
|
304
|
+
* The class used to track this target transaction's discount.
|
|
307
305
|
*/
|
|
308
306
|
discountClass: AppliedToTransaction.DiscountClass | null;
|
|
309
307
|
|
|
310
308
|
/**
|
|
311
|
-
* The
|
|
312
|
-
*
|
|
309
|
+
* The target transaction's linked transactions, such as payments applied, credits
|
|
310
|
+
* used, or associated purchase orders.
|
|
313
311
|
*
|
|
314
312
|
* **IMPORTANT**: You must specify the parameter `includeLinkedTransactions` when
|
|
315
|
-
* fetching a list of
|
|
316
|
-
*
|
|
313
|
+
* fetching a list of target transactions to receive this field because it is not
|
|
314
|
+
* returned by default.
|
|
317
315
|
*/
|
|
318
316
|
linkedTransactions: Array<AppliedToTransaction.LinkedTransaction>;
|
|
319
317
|
|
|
320
318
|
/**
|
|
321
|
-
* The case-sensitive user-defined reference number for this
|
|
322
|
-
*
|
|
323
|
-
*
|
|
324
|
-
* QuickBooks user.
|
|
319
|
+
* The case-sensitive user-defined reference number for this target transaction,
|
|
320
|
+
* which can be used to identify the transaction in QuickBooks. This value is not
|
|
321
|
+
* required to be unique and can be arbitrarily changed by the QuickBooks user.
|
|
325
322
|
*/
|
|
326
323
|
refNumber: string | null;
|
|
327
324
|
|
|
328
325
|
/**
|
|
329
|
-
* The date of this
|
|
326
|
+
* The date of this target transaction, in ISO 8601 format (YYYY-MM-DD).
|
|
330
327
|
*/
|
|
331
328
|
transactionDate: string | null;
|
|
332
329
|
|
|
333
330
|
/**
|
|
334
|
-
* The ID of the
|
|
331
|
+
* The ID of the target transaction to which this payment is applied.
|
|
335
332
|
*/
|
|
336
333
|
transactionId: string;
|
|
337
334
|
|
|
338
335
|
/**
|
|
339
|
-
* The type of transaction for this
|
|
336
|
+
* The type of transaction for this target transaction.
|
|
340
337
|
*/
|
|
341
338
|
transactionType:
|
|
342
339
|
| 'ar_refund_credit_card'
|
|
@@ -370,7 +367,7 @@ export namespace BillCreditCardPayment {
|
|
|
370
367
|
|
|
371
368
|
export namespace AppliedToTransaction {
|
|
372
369
|
/**
|
|
373
|
-
* The financial account used to track this
|
|
370
|
+
* The financial account used to track this target transaction's discount.
|
|
374
371
|
*/
|
|
375
372
|
export interface DiscountAccount {
|
|
376
373
|
/**
|
|
@@ -389,7 +386,7 @@ export namespace BillCreditCardPayment {
|
|
|
389
386
|
}
|
|
390
387
|
|
|
391
388
|
/**
|
|
392
|
-
* The class used to track this
|
|
389
|
+
* The class used to track this target transaction's discount.
|
|
393
390
|
*/
|
|
394
391
|
export interface DiscountClass {
|
|
395
392
|
/**
|
|
@@ -560,8 +557,7 @@ export namespace BillCreditCardPayment {
|
|
|
560
557
|
|
|
561
558
|
/**
|
|
562
559
|
* The Accounts-Payable (A/P) account to which this bill credit card payment is
|
|
563
|
-
* assigned, used
|
|
564
|
-
* will use its default A/P account.
|
|
560
|
+
* assigned, used for accounts-payable tracking.
|
|
565
561
|
*
|
|
566
562
|
* **IMPORTANT**: If this bill credit card payment is linked to other transactions,
|
|
567
563
|
* this A/P account must match the `payablesAccount` used in those other
|
|
@@ -737,8 +733,8 @@ export interface BillCreditCardPaymentCreateParams {
|
|
|
737
733
|
|
|
738
734
|
/**
|
|
739
735
|
* Body param: The Accounts-Payable (A/P) account to which this bill credit card
|
|
740
|
-
* payment is assigned, used
|
|
741
|
-
* Desktop
|
|
736
|
+
* payment is assigned, used for accounts-payable tracking. If omitted, QuickBooks
|
|
737
|
+
* Desktop uses the default A/P account configured in the company file.
|
|
742
738
|
*
|
|
743
739
|
* **IMPORTANT**: If this bill credit card payment is linked to other transactions,
|
|
744
740
|
* this A/P account must match the `payablesAccount` used in those other
|
|
@@ -761,32 +757,31 @@ export interface BillCreditCardPaymentCreateParams {
|
|
|
761
757
|
export namespace BillCreditCardPaymentCreateParams {
|
|
762
758
|
export interface ApplyToTransaction {
|
|
763
759
|
/**
|
|
764
|
-
* The ID of the
|
|
760
|
+
* The ID of the target transaction to which this payment is applied.
|
|
765
761
|
*/
|
|
766
762
|
transactionId: string;
|
|
767
763
|
|
|
768
764
|
/**
|
|
769
|
-
* Credits to apply to this
|
|
770
|
-
*
|
|
771
|
-
* transactions.
|
|
765
|
+
* Credits to apply to this target transaction, reducing its balance. This creates
|
|
766
|
+
* a link between this target transaction and the specified credit transactions.
|
|
772
767
|
*
|
|
773
768
|
* **IMPORTANT**: By default, QuickBooks will not return any information about the
|
|
774
769
|
* linked transactions in this endpoint's response even when this request is
|
|
775
|
-
* successful. To see the transactions linked via this field, refetch the
|
|
776
|
-
*
|
|
777
|
-
*
|
|
770
|
+
* successful. To see the transactions linked via this field, refetch the target
|
|
771
|
+
* transaction and check the `linkedTransactions` response field. If fetching a
|
|
772
|
+
* list of target transactions, you must also specify the parameter
|
|
778
773
|
* `includeLinkedTransactions=true` to see the `linkedTransactions` response field.
|
|
779
774
|
*/
|
|
780
775
|
applyCredits?: Array<ApplyToTransaction.ApplyCredit>;
|
|
781
776
|
|
|
782
777
|
/**
|
|
783
|
-
* The financial account used to track this
|
|
778
|
+
* The financial account used to track this target transaction's discount.
|
|
784
779
|
*/
|
|
785
780
|
discountAccountId?: string;
|
|
786
781
|
|
|
787
782
|
/**
|
|
788
|
-
* The monetary amount by which to reduce
|
|
789
|
-
*
|
|
783
|
+
* The monetary amount by which to reduce this target transaction's balance,
|
|
784
|
+
* represented as a decimal string.
|
|
790
785
|
*
|
|
791
786
|
* Decimal string format: exactly 2 decimal places when cents are included and up
|
|
792
787
|
* to 13 digits before the decimal point (for example, "123.45").
|
|
@@ -794,13 +789,13 @@ export namespace BillCreditCardPaymentCreateParams {
|
|
|
794
789
|
discountAmount?: string;
|
|
795
790
|
|
|
796
791
|
/**
|
|
797
|
-
* The class used to track this
|
|
792
|
+
* The class used to track this target transaction's discount.
|
|
798
793
|
*/
|
|
799
794
|
discountClassId?: string;
|
|
800
795
|
|
|
801
796
|
/**
|
|
802
|
-
* The monetary amount to apply to the
|
|
803
|
-
*
|
|
797
|
+
* The monetary amount to apply to the target transaction, represented as a decimal
|
|
798
|
+
* string.
|
|
804
799
|
*
|
|
805
800
|
* Decimal string format: exactly 2 decimal places when cents are included and up
|
|
806
801
|
* to 13 digits before the decimal point (for example, "123.45").
|
|
@@ -811,8 +806,8 @@ export namespace BillCreditCardPaymentCreateParams {
|
|
|
811
806
|
export namespace ApplyToTransaction {
|
|
812
807
|
export interface ApplyCredit {
|
|
813
808
|
/**
|
|
814
|
-
* The amount of credit
|
|
815
|
-
*
|
|
809
|
+
* The amount of the selected credit transaction to apply to this transaction,
|
|
810
|
+
* represented as a decimal string.
|
|
816
811
|
*
|
|
817
812
|
* Decimal string format: exactly 2 decimal places when cents are included and up
|
|
818
813
|
* to 13 digits before the decimal point (for example, "123.45").
|