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 ==" |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
== Description == | == Description == | ||
Returns or sets the invoiced price per unit. Read only | |||
== Notes == | == Notes == | ||
Corresponds with database column PIL_LINE.PIL_UNITPRICE. | |||
== Code example == | == Code example == |
Latest revision as of 14:41, 21 August 2015
Declaration
UnitPrice as double
Description
Returns or sets the invoiced price per unit. Read only
Notes
Corresponds with database column PIL_LINE.PIL_UNITPRICE.