belongsTo(BookingProductEventTicket::class, 'booking_product_event_ticket_id'); } #[ApiProperty(writable: false, readable: true, required: false)] public function getBookingProductEventTicketId() { return $this->booking_product_event_ticket_id; } #[ApiProperty(writable: false, readable: true, required: false)] public function getName() { return $this->name; } #[ApiProperty(writable: false, readable: true, required: false)] public function getDescription() { return $this->description; } #[ApiProperty(writable: false, readable: true, required: false)] public function getLocale() { return $this->locale; } }