PHP Interface Eduardokum\LaravelBoleto\Contracts\Boleto\Boleto

Show file Open project: eduardokum/laravel-boleto Interface Usage Examples

Public Methods

Method Description
alterarBoleto ( ) : mixed
baixarBoleto ( ) : mixed
getAceite ( ) : mixed
getAgenciaCodigoBeneficiario ( ) : mixed
getBeneficiario ( ) : Eduardokum\LaravelBoleto\Contracts\Pessoa
getCarteira ( ) : mixed
getCarteiraNome ( ) : mixed
getCip ( ) : mixed
getCodigoBancoComDv ( ) : mixed
getCodigoBarras ( ) : mixed
getDataDocumento ( ) : Carbon\Carbon
getDataProcessamento ( ) : Carbon\Carbon
getDataVencimento ( ) : Carbon\Carbon
getDescontosAbatimentos ( ) : mixed
getDescricaoDemonstrativo ( ) : mixed
getDiasProtesto ( ) : mixed
getDiasProtesto ( boolean $default = false ) : mixed
getEspecieDoc ( ) : mixed
getEspecieDocCodigo ( ) : mixed
getEspecieDocCodigo ( $default = 99 ) : mixed
getInstrucoes ( ) : mixed
getJuros ( ) : mixed
getJurosApos ( ) : mixed
getJurosApos ( boolean $default = false ) : mixed
getLinhaDigitavel ( ) : mixed
getLocalPagamento ( ) : mixed
getLogo ( ) : mixed
getLogoBanco ( ) : mixed
getLogoBancoBase64 ( ) : mixed
getLogoBase64 ( ) : mixed
getMoeda ( ) : integer
getMulta ( ) : mixed
getNossoNumero ( ) : mixed
getNossoNumeroBoleto ( ) : mixed
getNumero ( ) : mixed
getNumeroDocumento ( ) : mixed
getOutrasDeducoes ( ) : mixed
getOutrosAcrescimos ( ) : mixed
getPagador ( ) : Eduardokum\LaravelBoleto\Contracts\Pessoa
getQuantidade ( ) : mixed
getSacadorAvalista ( ) : Eduardokum\LaravelBoleto\Contracts\Pessoa
getStatus ( ) : mixed
getUsoBanco ( ) : mixed
getValor ( ) : mixed
getValorCobrado ( ) : mixed
getValorUnitario ( ) : mixed
renderHTML ( ) : mixed Render PDF.
renderPDF ( boolean $print = false ) : mixed Render PDF.
toArray ( ) : array Return boleto as a Array.

Method Details

alterarBoleto() public method

public alterarBoleto ( ) : mixed
return mixed

baixarBoleto() public method

public baixarBoleto ( ) : mixed
return mixed

getAceite() public method

public getAceite ( ) : mixed
return mixed

getAgenciaCodigoBeneficiario() public method

getBeneficiario() public method

public getBeneficiario ( ) : Eduardokum\LaravelBoleto\Contracts\Pessoa
return Eduardokum\LaravelBoleto\Contracts\Pessoa

getCarteira() public method

public getCarteira ( ) : mixed
return mixed

getCarteiraNome() public method

public getCarteiraNome ( ) : mixed
return mixed

getCip() public method

public getCip ( ) : mixed
return mixed

getCodigoBancoComDv() public method

public getCodigoBancoComDv ( ) : mixed
return mixed

getCodigoBarras() public method

public getCodigoBarras ( ) : mixed
return mixed

getDataDocumento() public method

public getDataDocumento ( ) : Carbon\Carbon
return Carbon\Carbon

getDataProcessamento() public method

public getDataProcessamento ( ) : Carbon\Carbon
return Carbon\Carbon

getDataVencimento() public method

public getDataVencimento ( ) : Carbon\Carbon
return Carbon\Carbon

getDescontosAbatimentos() public method

public getDescontosAbatimentos ( ) : mixed
return mixed

getDescricaoDemonstrativo() public method

public getDescricaoDemonstrativo ( ) : mixed
return mixed

getDiasProtesto() public method

public getDiasProtesto ( ) : mixed
return mixed

getDiasProtesto() public method

public getDiasProtesto ( boolean $default = false ) : mixed
$default boolean
return mixed

getEspecieDoc() public method

public getEspecieDoc ( ) : mixed
return mixed

getEspecieDocCodigo() public method

public getEspecieDocCodigo ( ) : mixed
return mixed

getEspecieDocCodigo() public method

public getEspecieDocCodigo ( $default = 99 ) : mixed
return mixed

getInstrucoes() public method

public getInstrucoes ( ) : mixed
return mixed

getJuros() public method

public getJuros ( ) : mixed
return mixed

getJurosApos() public method

public getJurosApos ( ) : mixed
return mixed

getJurosApos() public method

public getJurosApos ( boolean $default = false ) : mixed
$default boolean
return mixed

getLinhaDigitavel() public method

public getLinhaDigitavel ( ) : mixed
return mixed

getLocalPagamento() public method

public getLocalPagamento ( ) : mixed
return mixed

getLogoBanco() public method

public getLogoBanco ( ) : mixed
return mixed

getLogoBancoBase64() public method

public getLogoBancoBase64 ( ) : mixed
return mixed

getLogoBase64() public method

public getLogoBase64 ( ) : mixed
return mixed

getMoeda() public method

public getMoeda ( ) : integer
return integer

getMulta() public method

public getMulta ( ) : mixed
return mixed

getNossoNumero() public method

public getNossoNumero ( ) : mixed
return mixed

getNossoNumeroBoleto() public method

public getNossoNumeroBoleto ( ) : mixed
return mixed

getNumero() public method

public getNumero ( ) : mixed
return mixed

getNumeroDocumento() public method

public getNumeroDocumento ( ) : mixed
return mixed

getOutrasDeducoes() public method

public getOutrasDeducoes ( ) : mixed
return mixed

getOutrosAcrescimos() public method

public getOutrosAcrescimos ( ) : mixed
return mixed

getPagador() public method

public getPagador ( ) : Eduardokum\LaravelBoleto\Contracts\Pessoa
return Eduardokum\LaravelBoleto\Contracts\Pessoa

getQuantidade() public method

public getQuantidade ( ) : mixed
return mixed

getSacadorAvalista() public method

public getSacadorAvalista ( ) : Eduardokum\LaravelBoleto\Contracts\Pessoa
return Eduardokum\LaravelBoleto\Contracts\Pessoa

getStatus() public method

public getStatus ( ) : mixed
return mixed

getUsoBanco() public method

public getUsoBanco ( ) : mixed
return mixed

getValor() public method

public getValor ( ) : mixed
return mixed

getValorCobrado() public method

public getValorCobrado ( ) : mixed
return mixed

getValorUnitario() public method

public getValorUnitario ( ) : mixed
return mixed

renderHTML() public method

Render PDF.
public renderHTML ( ) : mixed
return mixed

renderPDF() public method

Render PDF.
public renderPDF ( boolean $print = false ) : mixed
$print boolean
return mixed

toArray() public method

Return boleto as a Array.
public toArray ( ) : array
return array