PHP Class Eduardokum\LaravelBoleto\Cnab\Retorno\Cnab400\Detalhe

Inheritance: implements Eduardokum\LaravelBoleto\Contracts\Cnab\Retorno\Cnab400\Detalhe
Show file Open project: eduardokum/laravel-boleto

Public Methods

Method Description
__get ( $name ) Fast get method.
__isset ( string $key ) : boolean Determine if an attribute exists on the detalhe.
__set ( $name, $value ) Fast set method.
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
getNossoNumero ( ) : string
getNumeroDocumento ( ) : mixed
getNumeroDocumento ( ) : string
getOcorrencia ( ) : mixed
getOcorrencia ( ) : string
getOcorrenciaDescricao ( ) : string
getOcorrenciaTipo ( ) : string
getValor ( ) : mixed
getValor ( ) : string
getValorAbatimento ( ) : mixed
getValorAbatimento ( ) : string
getValorDesconto ( ) : mixed
getValorDesconto ( ) : string
getValorIOF ( ) : mixed
getValorIOF ( ) : string
getValorMora ( ) : mixed
getValorMora ( ) : string
getValorMulta ( ) : mixed
getValorMulta ( ) : string
getValorRecebido ( ) : mixed
getValorRecebido ( ) : string
getValorTarifa ( ) : mixed
getValorTarifa ( ) : string
hasError ( ) : boolean Retorna se tem erro.
hasOcorrencia ( ) : boolean
setDataCredito ( mixed $dataCredito ) : Detalhe
setDataCredito ( string $dataCredito, $format = 'dmy' ) : Detalhe
setDataOcorrencia ( mixed $dataOcorrencia ) : Detalhe
setDataOcorrencia ( string $dataOcorrencia, $format = 'dmy' ) : Detalhe
setDataVencimento ( mixed $dataVencimento ) : Detalhe
setDataVencimento ( string $dataVencimento, $format = 'dmy' ) : Detalhe
setError ( string $error ) : Detalhe
setNossoNumero ( mixed $nossoNumero ) : Detalhe
setNossoNumero ( string $nossoNumero ) : Detalhe
setNumeroDocumento ( mixed $numeroDocumento ) : Detalhe
setNumeroDocumento ( string $numeroDocumento ) : Detalhe
setOcorrencia ( mixed $ocorrencia ) : Detalhe
setOcorrencia ( string $ocorrencia ) : Detalhe
setOcorrenciaDescricao ( string $ocorrenciaDescricao ) : Detalhe
setOcorrenciaTipo ( string $ocorrenciaTipo ) : Detalhe
setValor ( mixed $valor ) : Detalhe
setValor ( string $valor ) : Detalhe
setValorAbatimento ( mixed $valorAbatimento ) : Detalhe
setValorAbatimento ( string $valorAbatimento ) : Detalhe
setValorDesconto ( mixed $valorDesconto ) : Detalhe
setValorDesconto ( string $valorDesconto ) : Detalhe
setValorIOF ( mixed $valorIOF ) : Detalhe
setValorIOF ( string $valorIOF ) : Detalhe
setValorMora ( mixed $valorMora ) : Detalhe
setValorMora ( string $valorMora ) : Detalhe
setValorMulta ( mixed $valorMulta ) : Detalhe
setValorMulta ( string $valorMulta ) : Detalhe
setValorRecebido ( mixed $valorRecebido ) : Detalhe
setValorRecebido ( string $valorRecebido ) : Detalhe
setValorTarifa ( mixed $valorTarifa ) : Detalhe
setValorTarifa ( string $valorTarifa ) : Detalhe
toArray ( ) : array

Method Details

__get() public method

Fast get method.
public __get ( $name )
$name

__isset() public method

Determine if an attribute exists on the detalhe.
public __isset ( string $key ) : boolean
$key string
return boolean

__set() public method

Fast set method.
public __set ( $name, $value )
$name
$value

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

getNossoNumero() public method

public getNossoNumero ( ) : string
return string

getNumeroDocumento() public method

public getNumeroDocumento ( ) : mixed
return mixed

getNumeroDocumento() public method

public getNumeroDocumento ( ) : string
return string

getOcorrencia() public method

public getOcorrencia ( ) : mixed
return mixed

getOcorrencia() public method

public getOcorrencia ( ) : string
return string

getOcorrenciaDescricao() public method

public getOcorrenciaDescricao ( ) : string
return string

getOcorrenciaTipo() public method

public getOcorrenciaTipo ( ) : string
return string

getValor() public method

public getValor ( ) : mixed
return mixed

getValor() public method

public getValor ( ) : string
return string

getValorAbatimento() public method

public getValorAbatimento ( ) : mixed
return mixed

getValorAbatimento() public method

public getValorAbatimento ( ) : string
return string

getValorDesconto() public method

public getValorDesconto ( ) : mixed
return mixed

getValorDesconto() public method

public getValorDesconto ( ) : string
return string

getValorIOF() public method

public getValorIOF ( ) : mixed
return mixed

getValorIOF() public method

public getValorIOF ( ) : string
return string

getValorMora() public method

public getValorMora ( ) : mixed
return mixed

getValorMora() public method

public getValorMora ( ) : string
return string

getValorMulta() public method

public getValorMulta ( ) : mixed
return mixed

getValorMulta() public method

public getValorMulta ( ) : string
return string

getValorRecebido() public method

public getValorRecebido ( ) : mixed
return mixed

getValorRecebido() public method

public getValorRecebido ( ) : string
return string

getValorTarifa() public method

public getValorTarifa ( ) : mixed
return mixed

getValorTarifa() public method

public getValorTarifa ( ) : string
return string

hasError() public method

Retorna se tem erro.
public hasError ( ) : boolean
return boolean

hasOcorrencia() public method

public hasOcorrencia ( ) : boolean
return boolean

setDataCredito() public method

public setDataCredito ( mixed $dataCredito ) : Detalhe
$dataCredito mixed
return Detalhe

setDataCredito() public method

public setDataCredito ( string $dataCredito, $format = 'dmy' ) : Detalhe
$dataCredito string
return Detalhe

setDataOcorrencia() public method

public setDataOcorrencia ( mixed $dataOcorrencia ) : Detalhe
$dataOcorrencia mixed
return Detalhe

setDataOcorrencia() public method

public setDataOcorrencia ( string $dataOcorrencia, $format = 'dmy' ) : Detalhe
$dataOcorrencia string
return Detalhe

setDataVencimento() public method

public setDataVencimento ( mixed $dataVencimento ) : Detalhe
$dataVencimento mixed
return Detalhe

setDataVencimento() public method

public setDataVencimento ( string $dataVencimento, $format = 'dmy' ) : Detalhe
$dataVencimento string
return Detalhe

setError() public method

public setError ( string $error ) : Detalhe
$error string
return Detalhe

setNossoNumero() public method

public setNossoNumero ( mixed $nossoNumero ) : Detalhe
$nossoNumero mixed
return Detalhe

setNossoNumero() public method

public setNossoNumero ( string $nossoNumero ) : Detalhe
$nossoNumero string
return Detalhe

setNumeroDocumento() public method

public setNumeroDocumento ( mixed $numeroDocumento ) : Detalhe
$numeroDocumento mixed
return Detalhe

setNumeroDocumento() public method

public setNumeroDocumento ( string $numeroDocumento ) : Detalhe
$numeroDocumento string
return Detalhe

setOcorrencia() public method

public setOcorrencia ( mixed $ocorrencia ) : Detalhe
$ocorrencia mixed
return Detalhe

setOcorrencia() public method

public setOcorrencia ( string $ocorrencia ) : Detalhe
$ocorrencia string
return Detalhe

setOcorrenciaDescricao() public method

public setOcorrenciaDescricao ( string $ocorrenciaDescricao ) : Detalhe
$ocorrenciaDescricao string
return Detalhe

setOcorrenciaTipo() public method

public setOcorrenciaTipo ( string $ocorrenciaTipo ) : Detalhe
$ocorrenciaTipo string
return Detalhe

setValor() public method

public setValor ( mixed $valor ) : Detalhe
$valor mixed
return Detalhe

setValor() public method

public setValor ( string $valor ) : Detalhe
$valor string
return Detalhe

setValorAbatimento() public method

public setValorAbatimento ( mixed $valorAbatimento ) : Detalhe
$valorAbatimento mixed
return Detalhe

setValorAbatimento() public method

public setValorAbatimento ( string $valorAbatimento ) : Detalhe
$valorAbatimento string
return Detalhe

setValorDesconto() public method

public setValorDesconto ( mixed $valorDesconto ) : Detalhe
$valorDesconto mixed
return Detalhe

setValorDesconto() public method

public setValorDesconto ( string $valorDesconto ) : Detalhe
$valorDesconto string
return Detalhe

setValorIOF() public method

public setValorIOF ( mixed $valorIOF ) : Detalhe
$valorIOF mixed
return Detalhe

setValorIOF() public method

public setValorIOF ( string $valorIOF ) : Detalhe
$valorIOF string
return Detalhe

setValorMora() public method

public setValorMora ( mixed $valorMora ) : Detalhe
$valorMora mixed
return Detalhe

setValorMora() public method

public setValorMora ( string $valorMora ) : Detalhe
$valorMora string
return Detalhe

setValorMulta() public method

public setValorMulta ( mixed $valorMulta ) : Detalhe
$valorMulta mixed
return Detalhe

setValorMulta() public method

public setValorMulta ( string $valorMulta ) : Detalhe
$valorMulta string
return Detalhe

setValorRecebido() public method

public setValorRecebido ( mixed $valorRecebido ) : Detalhe
$valorRecebido mixed
return Detalhe

setValorRecebido() public method

public setValorRecebido ( string $valorRecebido ) : Detalhe
$valorRecebido string
return Detalhe

setValorTarifa() public method

public setValorTarifa ( mixed $valorTarifa ) : Detalhe
$valorTarifa mixed
return Detalhe

setValorTarifa() public method

public setValorTarifa ( string $valorTarifa ) : Detalhe
$valorTarifa string
return Detalhe

toArray() public method

public toArray ( ) : array
return array