categories property
read / write
List of categories to categorize this receipt for the user. Unknown categories will be ignored.
Implementation
List<BillCategoryDto>? categories;
List of categories to categorize this receipt for the user. Unknown categories will be ignored.
List<BillCategoryDto>? categories;