We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ed1ff2 commit b3bccc1Copy full SHA for b3bccc1
1 file changed
quickbooks/objects/detailline.py
@@ -180,6 +180,7 @@ def __init__(self):
180
self.AccountRef = None
181
self.TaxCodeRef = None
182
self.ClassRef = None
183
+ self.MarkupInfo = None
184
185
def __str__(self):
186
return self.BillableStatus
0 commit comments