Sha256: 40a412422f2978ae00ff9fd0ea2069dd59a3829b11607a96a2c8b347982a2f7d
Contents?: true
Size: 1.36 KB
Versions: 7
Compression:
Stored size: 1.36 KB
Contents
# TripletexRubyClient::PurchaseOrderline ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Integer** | | [optional] **version** | **Integer** | | [optional] **changes** | [**Array<Change>**](Change.md) | | [optional] **url** | **String** | | [optional] **purchase_order** | [**PurchaseOrder**](PurchaseOrder.md) | The purchase order to attach the orderline. | **product** | [**Product**](Product.md) | | [optional] **description** | **String** | | [optional] **count** | **Float** | | [optional] **unit_cost_currency** | **Float** | Unit price purchase (cost) excluding VAT in the order's currency | [optional] **unit_price_excluding_vat_currency** | **Float** | Unit price of purchase excluding VAT in the order's currency.If it's not specified,it takes the value from purchase price in productDTO | [optional] **currency** | [**Currency**](Currency.md) | The order line's currency. Determined by the order's currency. | [optional] **discount** | **Float** | Discount given as a percentage (%) | [optional] **amount_excluding_vat_currency** | **Float** | Total amount on order line excluding VAT in the order's currency | [optional] **amount_including_vat_currency** | **Float** | Total amount on order line including VAT in the order's currency | [optional]
Version data entries
7 entries across 7 versions & 1 rubygems