Package-level declarations
Types
Link copied to clipboard
data class DefaultLineDiscount(val sequenceNumber: Int? = null, val discountId: String? = null, val vatAmounts: List<LineDiscountVatAmount>? = null, val fullAmountInclVat: Double) : Parcelable
Applied discount for the corresponding line.
Link copied to clipboard
data class Discount(val id: String? = null, val barcode: String? = null, val barcodeType: DiscountBarcodeType? = null, val name: String? = null, val additionalText: String? = null, val value: Double? = null, val type: DiscountType? = null, val vatAmounts: List<DiscountVatAmount>? = null, val fullAmountInclVat: Double? = null, val equivalentValue: String? = null) : Parcelable
Discount applied to a bill.