/home/techb158/ileadtechnology.com/SSM/vendor/nexmo/client-core/src/Verify
NameSizeModeActions
Check.php8550644editdlrm
Client.php73130644editdlrm
Verification.php172610644editdlrm
VerificationInterface.php6720644editdlrm
Edit: /home/techb158/ileadtechnology.com/SSM/vendor/nexmo/client-core/src/Verify/Check.php (855B)
data = $data; } public function getCode() { return $this->data['code']; } public function getDate() { return new \DateTime($this->data['date_received']); } public function getStatus() { return $this->data['status']; } public function getIpAddress() { return $this->data['ip_address']; } }