Modifier and Type | Method | Description |
---|---|---|
Order.Line |
putCurrentUnitPrice(double price) |
Deprecated.
Current unit price is ignored by eSales.
|
Order.Line |
putQuantity(int units) |
Adds information about the quantity.
|
Order.Line |
putUnitCost(double price) |
Adds information about the cost (what it costs for the shop to acquire the product, including VAT) for each unit
to this order line.
|
Order.Line |
putUnitSellingPrice(double price) |
Adds information about the selling price (the actual price that the customer pays, including VAT
but excluding delivery costs) for each unit to this order line.
|
@Deprecated public Order.Line putCurrentUnitPrice(double price)
putUnitSellingPrice(double)
instead.price
- The price, in units of the market currency.public Order.Line putUnitCost(double price)
price
- The price, in units of the market currency.public Order.Line putUnitSellingPrice(double price)
price
- The price, in units of the market currency.public Order.Line putQuantity(int units)
units
- The number of units, a positive non-zero int.Copyright © 2020 Apptus Technologies AB. All rights reserved.