Acquire.Accounting._pairednote module

class PairedNote(debit_note, credit_note)[source]

Bases: object

This class holds a DebitNote together with its matching CreditNote(s)

static create(debit_notes, credit_notes)[source]

Return a list of PairedNotes that pair together the passed debit notes and credit notes

credit_note()[source]

Return the credit note

debit_note()[source]

Return the debit note