-
Notifications
You must be signed in to change notification settings - Fork 2
BatchSalesInvoiceLine
PatrickLane edited this page Nov 17, 2014
·
2 revisions
Structure of a batch sales invoice line. Each batch sales invoice can have several lines.
BatchSalesInvoiceLine members
| Name | Type | Description | Constraints |
|---|---|---|---|
| Description | String | Get/Set the line description. |
|
| DepartmentID | String | Get/Set the line department ID. |
|
| GLAccountCode | String | Get/Set GL account code that the Net posting line will hit. |
|
| NetAmount | Decimal | Get/Set the net amount of the line. |
|
| TaxCode | String | Get/Set the tax code that will be applied to the line. |
|
| TaxRate | Decimal | Get/Set the line tax rate. The tax rate is independent from the tax code. |
|