item_dto_interface
interface item_dto_interface implements dto_interface
Public-facing DTO Contract for creating/updating Items.
Important:
- DTO is mutable, unlike item_interface.
- All fields are nullable for PATCH-style updates.
Methods
Details
in
dto_interface at line 35
array
to_array()
Convert object to array representation.