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
|
@@ -179,8 +179,7 @@ export interface BillCheckPayment {
|
|
|
179
179
|
objectType: 'qbd_bill_check_payment';
|
|
180
180
|
/**
|
|
181
181
|
* The Accounts-Payable (A/P) account to which this bill check payment is assigned,
|
|
182
|
-
* used
|
|
183
|
-
* default A/P account.
|
|
182
|
+
* used for accounts-payable tracking.
|
|
184
183
|
*
|
|
185
184
|
* **IMPORTANT**: If this bill check payment is linked to other transactions, this
|
|
186
185
|
* A/P account must match the `payablesAccount` used in those other transactions.
|
|
@@ -270,60 +269,58 @@ export declare namespace BillCheckPayment {
|
|
|
270
269
|
}
|
|
271
270
|
interface AppliedToTransaction {
|
|
272
271
|
/**
|
|
273
|
-
* The monetary amount of this
|
|
274
|
-
* string.
|
|
272
|
+
* The monetary amount of this target transaction, represented as a decimal string.
|
|
275
273
|
*/
|
|
276
274
|
amount: string | null;
|
|
277
275
|
/**
|
|
278
|
-
* The outstanding balance of this
|
|
279
|
-
*
|
|
276
|
+
* The outstanding balance of this target transaction after applying any credits or
|
|
277
|
+
* payments. Represented as a decimal string.
|
|
280
278
|
*/
|
|
281
279
|
balanceRemaining: string | null;
|
|
282
280
|
/**
|
|
283
|
-
* The financial account used to track this
|
|
281
|
+
* The financial account used to track this target transaction's discount.
|
|
284
282
|
*/
|
|
285
283
|
discountAccount: AppliedToTransaction.DiscountAccount | null;
|
|
286
284
|
/**
|
|
287
|
-
* The monetary amount by which to reduce
|
|
288
|
-
*
|
|
285
|
+
* The monetary amount by which to reduce this target transaction's balance,
|
|
286
|
+
* represented as a decimal string.
|
|
289
287
|
*/
|
|
290
288
|
discountAmount: string | null;
|
|
291
289
|
/**
|
|
292
|
-
* The class used to track this
|
|
290
|
+
* The class used to track this target transaction's discount.
|
|
293
291
|
*/
|
|
294
292
|
discountClass: AppliedToTransaction.DiscountClass | null;
|
|
295
293
|
/**
|
|
296
|
-
* The
|
|
297
|
-
*
|
|
294
|
+
* The target transaction's linked transactions, such as payments applied, credits
|
|
295
|
+
* used, or associated purchase orders.
|
|
298
296
|
*
|
|
299
297
|
* **IMPORTANT**: You must specify the parameter `includeLinkedTransactions` when
|
|
300
|
-
* fetching a list of
|
|
301
|
-
*
|
|
298
|
+
* fetching a list of target transactions to receive this field because it is not
|
|
299
|
+
* returned by default.
|
|
302
300
|
*/
|
|
303
301
|
linkedTransactions: Array<AppliedToTransaction.LinkedTransaction>;
|
|
304
302
|
/**
|
|
305
|
-
* The case-sensitive user-defined reference number for this
|
|
306
|
-
*
|
|
307
|
-
*
|
|
308
|
-
* QuickBooks user.
|
|
303
|
+
* The case-sensitive user-defined reference number for this target transaction,
|
|
304
|
+
* which can be used to identify the transaction in QuickBooks. This value is not
|
|
305
|
+
* required to be unique and can be arbitrarily changed by the QuickBooks user.
|
|
309
306
|
*/
|
|
310
307
|
refNumber: string | null;
|
|
311
308
|
/**
|
|
312
|
-
* The date of this
|
|
309
|
+
* The date of this target transaction, in ISO 8601 format (YYYY-MM-DD).
|
|
313
310
|
*/
|
|
314
311
|
transactionDate: string | null;
|
|
315
312
|
/**
|
|
316
|
-
* The ID of the
|
|
313
|
+
* The ID of the target transaction to which this payment is applied.
|
|
317
314
|
*/
|
|
318
315
|
transactionId: string;
|
|
319
316
|
/**
|
|
320
|
-
* The type of transaction for this
|
|
317
|
+
* The type of transaction for this target transaction.
|
|
321
318
|
*/
|
|
322
319
|
transactionType: 'ar_refund_credit_card' | 'bill' | 'bill_payment_check' | 'bill_payment_credit_card' | 'build_assembly' | 'charge' | 'check' | 'credit_card_charge' | 'credit_card_credit' | 'credit_memo' | 'deposit' | 'estimate' | 'inventory_adjustment' | 'invoice' | 'item_receipt' | 'journal_entry' | 'liability_adjustment' | 'paycheck' | 'payroll_liability_check' | 'purchase_order' | 'receive_payment' | 'sales_order' | 'sales_receipt' | 'sales_tax_payment_check' | 'transfer' | 'vendor_credit' | 'ytd_adjustment';
|
|
323
320
|
}
|
|
324
321
|
namespace AppliedToTransaction {
|
|
325
322
|
/**
|
|
326
|
-
* The financial account used to track this
|
|
323
|
+
* The financial account used to track this target transaction's discount.
|
|
327
324
|
*/
|
|
328
325
|
interface DiscountAccount {
|
|
329
326
|
/**
|
|
@@ -340,7 +337,7 @@ export declare namespace BillCheckPayment {
|
|
|
340
337
|
fullName: string | null;
|
|
341
338
|
}
|
|
342
339
|
/**
|
|
343
|
-
* The class used to track this
|
|
340
|
+
* The class used to track this target transaction's discount.
|
|
344
341
|
*/
|
|
345
342
|
interface DiscountClass {
|
|
346
343
|
/**
|
|
@@ -459,8 +456,7 @@ export declare namespace BillCheckPayment {
|
|
|
459
456
|
}
|
|
460
457
|
/**
|
|
461
458
|
* The Accounts-Payable (A/P) account to which this bill check payment is assigned,
|
|
462
|
-
* used
|
|
463
|
-
* default A/P account.
|
|
459
|
+
* used for accounts-payable tracking.
|
|
464
460
|
*
|
|
465
461
|
* **IMPORTANT**: If this bill check payment is linked to other transactions, this
|
|
466
462
|
* A/P account must match the `payablesAccount` used in those other transactions.
|
|
@@ -616,8 +612,8 @@ export interface BillCheckPaymentCreateParams {
|
|
|
616
612
|
memo?: string;
|
|
617
613
|
/**
|
|
618
614
|
* Body param: The Accounts-Payable (A/P) account to which this bill check payment
|
|
619
|
-
* is assigned, used
|
|
620
|
-
*
|
|
615
|
+
* is assigned, used for accounts-payable tracking. If omitted, QuickBooks Desktop
|
|
616
|
+
* uses the default A/P account configured in the company file.
|
|
621
617
|
*
|
|
622
618
|
* **IMPORTANT**: If this bill check payment is linked to other transactions, this
|
|
623
619
|
* A/P account must match the `payablesAccount` used in those other transactions.
|
|
@@ -639,41 +635,40 @@ export interface BillCheckPaymentCreateParams {
|
|
|
639
635
|
export declare namespace BillCheckPaymentCreateParams {
|
|
640
636
|
interface ApplyToTransaction {
|
|
641
637
|
/**
|
|
642
|
-
* The ID of the
|
|
638
|
+
* The ID of the target transaction to which this payment is applied.
|
|
643
639
|
*/
|
|
644
640
|
transactionId: string;
|
|
645
641
|
/**
|
|
646
|
-
* Credits to apply to this
|
|
647
|
-
*
|
|
648
|
-
* transactions.
|
|
642
|
+
* Credits to apply to this target transaction, reducing its balance. This creates
|
|
643
|
+
* a link between this target transaction and the specified credit transactions.
|
|
649
644
|
*
|
|
650
645
|
* **IMPORTANT**: By default, QuickBooks will not return any information about the
|
|
651
646
|
* linked transactions in this endpoint's response even when this request is
|
|
652
|
-
* successful. To see the transactions linked via this field, refetch the
|
|
653
|
-
*
|
|
654
|
-
*
|
|
647
|
+
* successful. To see the transactions linked via this field, refetch the target
|
|
648
|
+
* transaction and check the `linkedTransactions` response field. If fetching a
|
|
649
|
+
* list of target transactions, you must also specify the parameter
|
|
655
650
|
* `includeLinkedTransactions=true` to see the `linkedTransactions` response field.
|
|
656
651
|
*/
|
|
657
652
|
applyCredits?: Array<ApplyToTransaction.ApplyCredit>;
|
|
658
653
|
/**
|
|
659
|
-
* The financial account used to track this
|
|
654
|
+
* The financial account used to track this target transaction's discount.
|
|
660
655
|
*/
|
|
661
656
|
discountAccountId?: string;
|
|
662
657
|
/**
|
|
663
|
-
* The monetary amount by which to reduce
|
|
664
|
-
*
|
|
658
|
+
* The monetary amount by which to reduce this target transaction's balance,
|
|
659
|
+
* represented as a decimal string.
|
|
665
660
|
*
|
|
666
661
|
* Decimal string format: exactly 2 decimal places when cents are included and up
|
|
667
662
|
* to 13 digits before the decimal point (for example, "123.45").
|
|
668
663
|
*/
|
|
669
664
|
discountAmount?: string;
|
|
670
665
|
/**
|
|
671
|
-
* The class used to track this
|
|
666
|
+
* The class used to track this target transaction's discount.
|
|
672
667
|
*/
|
|
673
668
|
discountClassId?: string;
|
|
674
669
|
/**
|
|
675
|
-
* The monetary amount to apply to the
|
|
676
|
-
*
|
|
670
|
+
* The monetary amount to apply to the target transaction, represented as a decimal
|
|
671
|
+
* string.
|
|
677
672
|
*
|
|
678
673
|
* Decimal string format: exactly 2 decimal places when cents are included and up
|
|
679
674
|
* to 13 digits before the decimal point (for example, "123.45").
|
|
@@ -683,8 +678,8 @@ export declare namespace BillCheckPaymentCreateParams {
|
|
|
683
678
|
namespace ApplyToTransaction {
|
|
684
679
|
interface ApplyCredit {
|
|
685
680
|
/**
|
|
686
|
-
* The amount of credit
|
|
687
|
-
*
|
|
681
|
+
* The amount of the selected credit transaction to apply to this transaction,
|
|
682
|
+
* represented as a decimal string.
|
|
688
683
|
*
|
|
689
684
|
* Decimal string format: exactly 2 decimal places when cents are included and up
|
|
690
685
|
* to 13 digits before the decimal point (for example, "123.45").
|
|
@@ -783,41 +778,40 @@ export interface BillCheckPaymentUpdateParams {
|
|
|
783
778
|
export declare namespace BillCheckPaymentUpdateParams {
|
|
784
779
|
interface ApplyToTransaction {
|
|
785
780
|
/**
|
|
786
|
-
* The ID of the
|
|
781
|
+
* The ID of the target transaction to which this payment is applied.
|
|
787
782
|
*/
|
|
788
783
|
transactionId: string;
|
|
789
784
|
/**
|
|
790
|
-
* Credits to apply to this
|
|
791
|
-
*
|
|
792
|
-
* transactions.
|
|
785
|
+
* Credits to apply to this target transaction, reducing its balance. This creates
|
|
786
|
+
* a link between this target transaction and the specified credit transactions.
|
|
793
787
|
*
|
|
794
788
|
* **IMPORTANT**: By default, QuickBooks will not return any information about the
|
|
795
789
|
* linked transactions in this endpoint's response even when this request is
|
|
796
|
-
* successful. To see the transactions linked via this field, refetch the
|
|
797
|
-
*
|
|
798
|
-
*
|
|
790
|
+
* successful. To see the transactions linked via this field, refetch the target
|
|
791
|
+
* transaction and check the `linkedTransactions` response field. If fetching a
|
|
792
|
+
* list of target transactions, you must also specify the parameter
|
|
799
793
|
* `includeLinkedTransactions=true` to see the `linkedTransactions` response field.
|
|
800
794
|
*/
|
|
801
795
|
applyCredits?: Array<ApplyToTransaction.ApplyCredit>;
|
|
802
796
|
/**
|
|
803
|
-
* The financial account used to track this
|
|
797
|
+
* The financial account used to track this target transaction's discount.
|
|
804
798
|
*/
|
|
805
799
|
discountAccountId?: string;
|
|
806
800
|
/**
|
|
807
|
-
* The monetary amount by which to reduce
|
|
808
|
-
*
|
|
801
|
+
* The monetary amount by which to reduce this target transaction's balance,
|
|
802
|
+
* represented as a decimal string.
|
|
809
803
|
*
|
|
810
804
|
* Decimal string format: exactly 2 decimal places when cents are included and up
|
|
811
805
|
* to 13 digits before the decimal point (for example, "123.45").
|
|
812
806
|
*/
|
|
813
807
|
discountAmount?: string;
|
|
814
808
|
/**
|
|
815
|
-
* The class used to track this
|
|
809
|
+
* The class used to track this target transaction's discount.
|
|
816
810
|
*/
|
|
817
811
|
discountClassId?: string;
|
|
818
812
|
/**
|
|
819
|
-
* The monetary amount to apply to the
|
|
820
|
-
*
|
|
813
|
+
* The monetary amount to apply to the target transaction, represented as a decimal
|
|
814
|
+
* string.
|
|
821
815
|
*
|
|
822
816
|
* Decimal string format: exactly 2 decimal places when cents are included and up
|
|
823
817
|
* to 13 digits before the decimal point (for example, "123.45").
|
|
@@ -827,8 +821,8 @@ export declare namespace BillCheckPaymentUpdateParams {
|
|
|
827
821
|
namespace ApplyToTransaction {
|
|
828
822
|
interface ApplyCredit {
|
|
829
823
|
/**
|
|
830
|
-
* The amount of credit
|
|
831
|
-
*
|
|
824
|
+
* The amount of the selected credit transaction to apply to this transaction,
|
|
825
|
+
* represented as a decimal string.
|
|
832
826
|
*
|
|
833
827
|
* Decimal string format: exactly 2 decimal places when cents are included and up
|
|
834
828
|
* to 13 digits before the decimal point (for example, "123.45").
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bill-check-payments.d.ts","sourceRoot":"","sources":["../../src/resources/qbd/bill-check-payments.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"bill-check-payments.d.ts","sourceRoot":"","sources":["../../src/resources/qbd/bill-check-payments.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bill-check-payments.mjs","sourceRoot":"","sources":["../../src/resources/qbd/bill-check-payments.ts"],"names":[],"mappings":"AAAA,sFAAsF;
|
|
1
|
+
{"version":3,"file":"bill-check-payments.mjs","sourceRoot":"","sources":["../../src/resources/qbd/bill-check-payments.ts"],"names":[],"mappings":"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"}
|
|
@@ -153,8 +153,7 @@ export interface BillCreditCardPayment {
|
|
|
153
153
|
objectType: 'qbd_bill_credit_card_payment';
|
|
154
154
|
/**
|
|
155
155
|
* The Accounts-Payable (A/P) account to which this bill credit card payment is
|
|
156
|
-
* assigned, used
|
|
157
|
-
* will use its default A/P account.
|
|
156
|
+
* assigned, used for accounts-payable tracking.
|
|
158
157
|
*
|
|
159
158
|
* **IMPORTANT**: If this bill credit card payment is linked to other transactions,
|
|
160
159
|
* this A/P account must match the `payablesAccount` used in those other
|
|
@@ -197,60 +196,58 @@ export interface BillCreditCardPayment {
|
|
|
197
196
|
export declare namespace BillCreditCardPayment {
|
|
198
197
|
interface AppliedToTransaction {
|
|
199
198
|
/**
|
|
200
|
-
* The monetary amount of this
|
|
201
|
-
* string.
|
|
199
|
+
* The monetary amount of this target transaction, represented as a decimal string.
|
|
202
200
|
*/
|
|
203
201
|
amount: string | null;
|
|
204
202
|
/**
|
|
205
|
-
* The outstanding balance of this
|
|
206
|
-
*
|
|
203
|
+
* The outstanding balance of this target transaction after applying any credits or
|
|
204
|
+
* payments. Represented as a decimal string.
|
|
207
205
|
*/
|
|
208
206
|
balanceRemaining: string | null;
|
|
209
207
|
/**
|
|
210
|
-
* The financial account used to track this
|
|
208
|
+
* The financial account used to track this target transaction's discount.
|
|
211
209
|
*/
|
|
212
210
|
discountAccount: AppliedToTransaction.DiscountAccount | null;
|
|
213
211
|
/**
|
|
214
|
-
* The monetary amount by which to reduce
|
|
215
|
-
*
|
|
212
|
+
* The monetary amount by which to reduce this target transaction's balance,
|
|
213
|
+
* represented as a decimal string.
|
|
216
214
|
*/
|
|
217
215
|
discountAmount: string | null;
|
|
218
216
|
/**
|
|
219
|
-
* The class used to track this
|
|
217
|
+
* The class used to track this target transaction's discount.
|
|
220
218
|
*/
|
|
221
219
|
discountClass: AppliedToTransaction.DiscountClass | null;
|
|
222
220
|
/**
|
|
223
|
-
* The
|
|
224
|
-
*
|
|
221
|
+
* The target transaction's linked transactions, such as payments applied, credits
|
|
222
|
+
* used, or associated purchase orders.
|
|
225
223
|
*
|
|
226
224
|
* **IMPORTANT**: You must specify the parameter `includeLinkedTransactions` when
|
|
227
|
-
* fetching a list of
|
|
228
|
-
*
|
|
225
|
+
* fetching a list of target transactions to receive this field because it is not
|
|
226
|
+
* returned by default.
|
|
229
227
|
*/
|
|
230
228
|
linkedTransactions: Array<AppliedToTransaction.LinkedTransaction>;
|
|
231
229
|
/**
|
|
232
|
-
* The case-sensitive user-defined reference number for this
|
|
233
|
-
*
|
|
234
|
-
*
|
|
235
|
-
* QuickBooks user.
|
|
230
|
+
* The case-sensitive user-defined reference number for this target transaction,
|
|
231
|
+
* which can be used to identify the transaction in QuickBooks. This value is not
|
|
232
|
+
* required to be unique and can be arbitrarily changed by the QuickBooks user.
|
|
236
233
|
*/
|
|
237
234
|
refNumber: string | null;
|
|
238
235
|
/**
|
|
239
|
-
* The date of this
|
|
236
|
+
* The date of this target transaction, in ISO 8601 format (YYYY-MM-DD).
|
|
240
237
|
*/
|
|
241
238
|
transactionDate: string | null;
|
|
242
239
|
/**
|
|
243
|
-
* The ID of the
|
|
240
|
+
* The ID of the target transaction to which this payment is applied.
|
|
244
241
|
*/
|
|
245
242
|
transactionId: string;
|
|
246
243
|
/**
|
|
247
|
-
* The type of transaction for this
|
|
244
|
+
* The type of transaction for this target transaction.
|
|
248
245
|
*/
|
|
249
246
|
transactionType: 'ar_refund_credit_card' | 'bill' | 'bill_payment_check' | 'bill_payment_credit_card' | 'build_assembly' | 'charge' | 'check' | 'credit_card_charge' | 'credit_card_credit' | 'credit_memo' | 'deposit' | 'estimate' | 'inventory_adjustment' | 'invoice' | 'item_receipt' | 'journal_entry' | 'liability_adjustment' | 'paycheck' | 'payroll_liability_check' | 'purchase_order' | 'receive_payment' | 'sales_order' | 'sales_receipt' | 'sales_tax_payment_check' | 'transfer' | 'vendor_credit' | 'ytd_adjustment';
|
|
250
247
|
}
|
|
251
248
|
namespace AppliedToTransaction {
|
|
252
249
|
/**
|
|
253
|
-
* The financial account used to track this
|
|
250
|
+
* The financial account used to track this target transaction's discount.
|
|
254
251
|
*/
|
|
255
252
|
interface DiscountAccount {
|
|
256
253
|
/**
|
|
@@ -267,7 +264,7 @@ export declare namespace BillCreditCardPayment {
|
|
|
267
264
|
fullName: string | null;
|
|
268
265
|
}
|
|
269
266
|
/**
|
|
270
|
-
* The class used to track this
|
|
267
|
+
* The class used to track this target transaction's discount.
|
|
271
268
|
*/
|
|
272
269
|
interface DiscountClass {
|
|
273
270
|
/**
|
|
@@ -385,8 +382,7 @@ export declare namespace BillCreditCardPayment {
|
|
|
385
382
|
}
|
|
386
383
|
/**
|
|
387
384
|
* The Accounts-Payable (A/P) account to which this bill credit card payment is
|
|
388
|
-
* assigned, used
|
|
389
|
-
* will use its default A/P account.
|
|
385
|
+
* assigned, used for accounts-payable tracking.
|
|
390
386
|
*
|
|
391
387
|
* **IMPORTANT**: If this bill credit card payment is linked to other transactions,
|
|
392
388
|
* this A/P account must match the `payablesAccount` used in those other
|
|
@@ -540,8 +536,8 @@ export interface BillCreditCardPaymentCreateParams {
|
|
|
540
536
|
memo?: string;
|
|
541
537
|
/**
|
|
542
538
|
* Body param: The Accounts-Payable (A/P) account to which this bill credit card
|
|
543
|
-
* payment is assigned, used
|
|
544
|
-
* Desktop
|
|
539
|
+
* payment is assigned, used for accounts-payable tracking. If omitted, QuickBooks
|
|
540
|
+
* Desktop uses the default A/P account configured in the company file.
|
|
545
541
|
*
|
|
546
542
|
* **IMPORTANT**: If this bill credit card payment is linked to other transactions,
|
|
547
543
|
* this A/P account must match the `payablesAccount` used in those other
|
|
@@ -562,41 +558,40 @@ export interface BillCreditCardPaymentCreateParams {
|
|
|
562
558
|
export declare namespace BillCreditCardPaymentCreateParams {
|
|
563
559
|
interface ApplyToTransaction {
|
|
564
560
|
/**
|
|
565
|
-
* The ID of the
|
|
561
|
+
* The ID of the target transaction to which this payment is applied.
|
|
566
562
|
*/
|
|
567
563
|
transactionId: string;
|
|
568
564
|
/**
|
|
569
|
-
* Credits to apply to this
|
|
570
|
-
*
|
|
571
|
-
* transactions.
|
|
565
|
+
* Credits to apply to this target transaction, reducing its balance. This creates
|
|
566
|
+
* a link between this target transaction and the specified credit transactions.
|
|
572
567
|
*
|
|
573
568
|
* **IMPORTANT**: By default, QuickBooks will not return any information about the
|
|
574
569
|
* linked transactions in this endpoint's response even when this request is
|
|
575
|
-
* successful. To see the transactions linked via this field, refetch the
|
|
576
|
-
*
|
|
577
|
-
*
|
|
570
|
+
* successful. To see the transactions linked via this field, refetch the target
|
|
571
|
+
* transaction and check the `linkedTransactions` response field. If fetching a
|
|
572
|
+
* list of target transactions, you must also specify the parameter
|
|
578
573
|
* `includeLinkedTransactions=true` to see the `linkedTransactions` response field.
|
|
579
574
|
*/
|
|
580
575
|
applyCredits?: Array<ApplyToTransaction.ApplyCredit>;
|
|
581
576
|
/**
|
|
582
|
-
* The financial account used to track this
|
|
577
|
+
* The financial account used to track this target transaction's discount.
|
|
583
578
|
*/
|
|
584
579
|
discountAccountId?: string;
|
|
585
580
|
/**
|
|
586
|
-
* The monetary amount by which to reduce
|
|
587
|
-
*
|
|
581
|
+
* The monetary amount by which to reduce this target transaction's balance,
|
|
582
|
+
* represented as a decimal string.
|
|
588
583
|
*
|
|
589
584
|
* Decimal string format: exactly 2 decimal places when cents are included and up
|
|
590
585
|
* to 13 digits before the decimal point (for example, "123.45").
|
|
591
586
|
*/
|
|
592
587
|
discountAmount?: string;
|
|
593
588
|
/**
|
|
594
|
-
* The class used to track this
|
|
589
|
+
* The class used to track this target transaction's discount.
|
|
595
590
|
*/
|
|
596
591
|
discountClassId?: string;
|
|
597
592
|
/**
|
|
598
|
-
* The monetary amount to apply to the
|
|
599
|
-
*
|
|
593
|
+
* The monetary amount to apply to the target transaction, represented as a decimal
|
|
594
|
+
* string.
|
|
600
595
|
*
|
|
601
596
|
* Decimal string format: exactly 2 decimal places when cents are included and up
|
|
602
597
|
* to 13 digits before the decimal point (for example, "123.45").
|
|
@@ -606,8 +601,8 @@ export declare namespace BillCreditCardPaymentCreateParams {
|
|
|
606
601
|
namespace ApplyToTransaction {
|
|
607
602
|
interface ApplyCredit {
|
|
608
603
|
/**
|
|
609
|
-
* The amount of credit
|
|
610
|
-
*
|
|
604
|
+
* The amount of the selected credit transaction to apply to this transaction,
|
|
605
|
+
* represented as a decimal string.
|
|
611
606
|
*
|
|
612
607
|
* Decimal string format: exactly 2 decimal places when cents are included and up
|
|
613
608
|
* to 13 digits before the decimal point (for example, "123.45").
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bill-credit-card-payments.d.mts","sourceRoot":"","sources":["../../src/resources/qbd/bill-credit-card-payments.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"bill-credit-card-payments.d.mts","sourceRoot":"","sources":["../../src/resources/qbd/bill-credit-card-payments.ts"],"names":[],"mappings":"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"}
|