Debit Object

A debit object is the reversal of a credit. Just like the credit object, a debit object is retrievable by the Fusebill generated transaction ID. In the UI this is often called a reverse credit.

Debit Object Fields

PropertyTypeDescription
referenceStringA reference intended for an explanation of the credit reversal. [Max Length: 500 characters]
effectiveTimestampTimestampThe effective timestamp of the credit reversal
descriptionStringA description of the credit reversal e.g. "Reversal of credit 66849531"

[Read Only]
customerIdIntegerThe Fusebill generated ID of the customer entity for which the original credit was applied

[Read Only]
originalCreditIdIntegerThe Fusebill generated ID of the original credit

[Read Only]
amountDecimalThe total amount of credit reversal
currency3-character ISO currency codeThe currency the amount is measured in
invoiceAllocationsList of Objects. Defined belowA breakdown of how this credit reversal was allocated across multiple invoices. This is relevant only if the original credit was allocated across multiple invoices.
idIntegerThe Fusebill generated ID for this debit object

[Read Only]
uriStringThe full string path to this resource

[Read Only]

Invoice Allocation Fields

PropertyTypeDescription
invoiceIdIntegerThe Fusebill generated ID that uniquely identifies this invoice
[Read Only]
invoiceNumberIntegerThe invoice number
[Read Only]
amountDecimalThe amount of the payment that was allocated to this invoice
outstandingBalanceDecimalThe current outstanding balance of the invoice. Not the amount that was outstanding at the time of payment
invoiceTotalDecimalThe total of the invoice
netsuiteIdStringThe ID of this invoice in Netsuite
quickBooksIdNumberThe ID of this invoice in QuickBooks
uriStringThe full string path to the invoice
[Read Only]