object.AddInvoiceLine(aDateTime, aServiceCode, aServiceDescription, aTaxRate, aParentLine = 0)
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the ISPendingInvoice interface |
|
aDateTime |
In, Required | DateTime |
|
aServiceCode |
In, Required | string |
|
aServiceDescription |
In, Required | string |
|
aTaxRate |
In, Required | ||
aParentLine |
In, Required Default value is 0 |
int |