for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Loevgaard\AltaPay\Response\GetTerminals\Terminal;
use Loevgaard\AltaPay\Response\PartialResponse;
class Nature extends PartialResponse
{
/**
* @var string
*/
protected $nature;
protected function init()
$this->nature = (string)$this->xmlDoc;
}
* @return string
public function getNature(): string
return $this->nature;