itemCode = new NullAttributeValue(); $this->taxCode = new NullTaxCode(); } /** * {@inheritdoc} */ public function toArray() : array { return [ 'id' => $this->id, ]; } /** * {@inheritdoc} */ public function jsonSerialize() : mixed { return $this->toArray(); } }