PdcPurchaseInvoiceLine.UnitPrice: Difference between revisions
Jump to navigation
Jump to search
Created page with "== Declaration == UnitPrice as double == Description == Invoiced price per unit == Notes == == Code example == <source lang="vb"> </source> == Availability ==" |
|||
Line 3: | Line 3: | ||
== Description == | == Description == | ||
Returns or sets the invoiced price per unit. Corresponds with database column PIL_LINE.PIL_UNITPRICE. | |||
== Notes == | == Notes == |
Revision as of 12:35, 16 March 2015
Declaration
UnitPrice as double
Description
Returns or sets the invoiced price per unit. Corresponds with database column PIL_LINE.PIL_UNITPRICE.