amount = $object->getAmount(); $model->code = $object->getCode(); $model->currency_id = $object->getCurrency(); return $this->handler($model); } }