Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 810 Bytes

OrderLineUpdate.md

File metadata and controls

14 lines (10 loc) · 810 Bytes

ShipmondoApi.Dotnet.Model.OrderLineUpdate

Properties

Name Type Description Notes
Id int Unique identifier of the object. Used for identifying the specific line when updating order lines. [optional]
Quantity decimal The quantity of the item in the order [optional]
UnitPriceExcludingVat string Price excluding taxes of a single item in the order line [optional]
VatPercent string Tax percentage for the order line [optional]
UnitWeight int The weight of a single item in the order line. [optional]

[Back to Model list] [Back to API list] [Back to README]