for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Itau\API\Vencimento;
use Itau\API\TraitEntity;
class Vencimento implements \JsonSerializable
{
use TraitEntity;
private string $data_vencimento;
public function __construct($vencimento)
$this->data_vencimento = $vencimento;
}
public function setDataVencimento($vencimento): self
return $this;