Domain\Billet\BilletAssignor::getRecipient PHP Метод

getRecipient() публичный Метод

public getRecipient ( )
    public function getRecipient()
    {
        return json_encode(['nome' => $this->name, 'endereco' => $this->street . ', ' . $this->number . ' ' . $this->complement, 'cep' => $this->postcode, 'uf' => $this->stateAbbr, 'cidade' => $this->city, 'documento' => $this->cnpj]);
    }