class SaleProductInfo : Info
User: Pavel Abizyaev, Date: 04.09.2014 17:47.
SaleProductInfo()
User: Pavel Abizyaev, Date: 04.09.2014 17:47. |
var absoluteDiscount: Long
Absolute discount. |
|
var brutto: Long
Sale product price with tax. |
|
var created: Date?
Created date. |
|
var delta: Long
The amount of products. |
|
var discount: Long
Sale product discount. |
|
var effectiveBrutto: Long
Sum of brutto of all products with sale discount. |
|
var isDeltaUnit: Boolean |
|
var netto: Long
Sale product price without tax. |
|
var productBrutto: Long
Brutto of product unit. |
|
lateinit var productIdentifier: String
Product identifier. |
|
var productName: String? |
|
var relativeDiscount: Int
Relative discount. |
|
var vanillaBrutto: Long
Sum of brutto of all products. |
|
var vat: Long
Value-added tax. |
|
var vatRate: Long
VAT rate of product. |
fun Info.toJson(): String |