discounts property

List<BillDiscountDto>? discounts
read / write

List of discounts applied to this bill. Can be referenced in lines via the 'Id'-property.

Implementation

List<BillDiscountDto>? discounts;