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

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

Public Methods

Method Description
getAgencia ( ) : mixed
getAgenciaDigito ( ) : mixed
getCodigoCliente ( ) : mixed
getConta ( ) : mixed
getContaDigito ( ) : mixed
getConvenio ( ) : mixed
getData ( string $format = 'd/m/Y' ) : Carbon\Carbon
getOperacao ( ) : mixed
getOperacaoCodigo ( ) : mixed
getServico ( ) : mixed
getServicoCodigo ( ) : mixed
toArray ( ) : array

Method Details

getAgencia() public method

public getAgencia ( ) : mixed
return mixed

getAgenciaDigito() public method

public getAgenciaDigito ( ) : mixed
return mixed

getCodigoCliente() public method

public getCodigoCliente ( ) : mixed
return mixed

getConta() public method

public getConta ( ) : mixed
return mixed

getContaDigito() public method

public getContaDigito ( ) : mixed
return mixed

getConvenio() public method

public getConvenio ( ) : mixed
return mixed

getData() public method

public getData ( string $format = 'd/m/Y' ) : Carbon\Carbon
$format string
return Carbon\Carbon

getOperacao() public method

public getOperacao ( ) : mixed
return mixed

getOperacaoCodigo() public method

public getOperacaoCodigo ( ) : mixed
return mixed

getServico() public method

public getServico ( ) : mixed
return mixed

getServicoCodigo() public method

public getServicoCodigo ( ) : mixed
return mixed

toArray() public method

public toArray ( ) : array
return array