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

array
to_array()

Convert object to array representation.

Details

in dto_interface at line 35
array to_array()

Convert object to array representation.

Return Value

array