We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b254493 commit c29f16aCopy full SHA for c29f16a
quickbooks/objects/bill.py
@@ -26,6 +26,7 @@ class Bill(DeleteMixin, QuickbooksManagedObject, QuickbooksTransactionEntity, Li
26
27
list_dict = {
28
"Line": DetailLine,
29
+ "LinkedTxn": LinkedTxn,
30
}
31
32
detail_dict = {
0 commit comments