p('address', new AnnoEmbedded(Address::getClass()), new AnnoAttributeOverrides(array('forename' => 'bill_forename', 'surname' => 'bill_surname'))); $ai->p('deliveryAddress', new AnnoEmbedded(Address::getClass(), 'delivery_')); }*/ public int $id; public string $productName; public string $address; public string $deliveryAddress; // getter / setter public function jsonSerialize(): mixed { // TODO: Implement jsonSerialize() method. } }