Sha256: 50099dcefcca837f2d077249ef8788a7c7703266480e1245d613e51b9ae9e7e9
Contents?: true
Size: 1.99 KB
Versions: 7
Compression:
Stored size: 1.99 KB
Contents
# TripletexRubyClient::OrderLine ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Integer** | | [optional] **version** | **Integer** | | [optional] **changes** | [**Array<Change>**](Change.md) | | [optional] **url** | **String** | | [optional] **product** | [**Product**](Product.md) | | [optional] **inventory** | [**Inventory**](Inventory.md) | | [optional] **inventory_location** | [**InventoryLocation**](InventoryLocation.md) | Inventory location field -- beta program | [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 | [optional] **currency** | [**Currency**](Currency.md) | The order line's currency. Determined by the order's currency. | [optional] **markup** | **Float** | Markup given as a percentage (%) | [optional] **discount** | **Float** | Discount given as a percentage (%) | [optional] **vat_type** | [**VatType**](VatType.md) | | [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] **order** | [**Order**](Order.md) | The related Order for this OrderLine. This field is required when creating a new OrderLine in the API. | [optional] **unit_price_including_vat_currency** | **Float** | Unit price of purchase including VAT in the order's currency | [optional] **is_subscription** | **BOOLEAN** | | [optional] **subscription_period_start** | **String** | | [optional] **subscription_period_end** | **String** | | [optional] **order_group** | [**OrderGroup**](OrderGroup.md) | | [optional]
Version data entries
7 entries across 7 versions & 1 rubygems