discounts property
read / write
List of discounts applied to this bill. Can be referenced in lines via the 'Id'-property.
Implementation
List<BillDiscountDto>? discounts;
List of discounts applied to this bill. Can be referenced in lines via the 'Id'-property.
List<BillDiscountDto>? discounts;