Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Constantes para o banco Santander #111

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Controle do Participante
Adicionado método getControleParticipante, layout CNAB BB 400 posições 39 a 63 X(25)
gildonei authored Mar 30, 2021

Verified

This commit was signed with the committer’s verified signature.
wmaxey Wesley Maxey
commit f3b3a3e967adb4d25c4de89c1cf5558c6bf86dbd
10 changes: 10 additions & 0 deletions src/Cnab/Retorno/Cnab400/Detalhe.php
Original file line number Diff line number Diff line change
@@ -152,6 +152,16 @@ public function getNumeroDocumento()
return trim($this->numero_do_documento);
}

/**
* Retorna o controle do participante
*
* @return string
*/
public function getControleParticipante()
{
return $this->controle_participante;
}

/**
* Retorna o nosso número do boleto (sem o digito).
*