unitPrice property

Price? unitPrice
getter/setter pair

Pre-tax or post-tax price of one unit depending on the locality of the order.

Note: Invoicing works on a per unit basis. The unitPrice is the price of a single unit, and will be multiplied by the number of entries in shipmentUnitId.

Required.

Implementation

Price? unitPrice;