-
Notifications
You must be signed in to change notification settings - Fork 36
Customer Sale Line
Sean Callan edited this page Jun 9, 2020
·
1 revision
A line item on a customer sale.
-
id INTEGER -
-
account OBJECT - The Beans_Account tied to this line.
-
tax_exempt BOOLEAN - Whether or not this particular line is tax exempt.
-
description STRING -
-
amount - DECIMAL
-
quantity - DECIMAL
-
total - DECIMAL