currency = $data['currency']; $this->value = $data['value']; return; } /** * @return string */ public function getCurrency(): string { return $this->currency; } /** * @return string */ public function getValue(): string { return $this->value; } }