PHP Interface Eduardokum\LaravelBoleto\Contracts\Cnab\Retorno\Cnab400\Detalhe

Show file Open project: eduardokum/laravel-boleto

Public Methods

Method Description
getDataCredito ( string $format = 'd/m/Y' ) : mixed
getDataOcorrencia ( string $format = 'd/m/Y' ) : mixed
getDataVencimento ( string $format = 'd/m/Y' ) : mixed
getError ( ) : string
getNossoNumero ( ) : mixed
getNumeroDocumento ( ) : mixed
getOcorrencia ( ) : mixed
getOcorrenciaDescricao ( ) : mixed
getOcorrenciaTipo ( ) : mixed
getValor ( ) : mixed
getValorAbatimento ( ) : mixed
getValorDesconto ( ) : mixed
getValorIOF ( ) : mixed
getValorMora ( ) : mixed
getValorMulta ( ) : mixed
getValorRecebido ( ) : mixed
getValorTarifa ( ) : mixed
hasError ( ) : boolean
toArray ( ) : array

Method Details

getDataCredito() public method

public getDataCredito ( string $format = 'd/m/Y' ) : mixed
$format string
return mixed

getDataOcorrencia() public method

public getDataOcorrencia ( string $format = 'd/m/Y' ) : mixed
$format string
return mixed

getDataVencimento() public method

public getDataVencimento ( string $format = 'd/m/Y' ) : mixed
$format string
return mixed

getError() public method

public getError ( ) : string
return string

getNossoNumero() public method

public getNossoNumero ( ) : mixed
return mixed

getNumeroDocumento() public method

public getNumeroDocumento ( ) : mixed
return mixed

getOcorrencia() public method

public getOcorrencia ( ) : mixed
return mixed

getOcorrenciaDescricao() public method

public getOcorrenciaDescricao ( ) : mixed
return mixed

getOcorrenciaTipo() public method

public getOcorrenciaTipo ( ) : mixed
return mixed

getValor() public method

public getValor ( ) : mixed
return mixed

getValorAbatimento() public method

public getValorAbatimento ( ) : mixed
return mixed

getValorDesconto() public method

public getValorDesconto ( ) : mixed
return mixed

getValorIOF() public method

public getValorIOF ( ) : mixed
return mixed

getValorMora() public method

public getValorMora ( ) : mixed
return mixed

getValorMulta() public method

public getValorMulta ( ) : mixed
return mixed

getValorRecebido() public method

public getValorRecebido ( ) : mixed
return mixed

getValorTarifa() public method

public getValorTarifa ( ) : mixed
return mixed

hasError() public method

public hasError ( ) : boolean
return boolean

toArray() public method

public toArray ( ) : array
return array