categories property

List<BillCategoryDto>? categories
read / write

List of categories to categorize this receipt for the user. Unknown categories will be ignored.

Implementation

List<BillCategoryDto>? categories;