LibreDTE

DocumentEvent
in package
implements JsonSerializable

Un evento del historial de un DTE en el RCV del SII.

Parte de ListDocumentEventsResponse.

Table of Contents

Interfaces

JsonSerializable

Properties

$codigo  : string
$fecha  : string
$glosa  : string
$responsable  : string

Methods

__construct()  : mixed
getCodigo()  : string
Entrega el código del evento informado por el SII.
getFecha()  : string
Entrega la fecha en que ocurrió el evento.
getGlosa()  : string
Entrega la glosa (descripción) del evento.
getResponsable()  : string
Entrega el RUT (formato RUT-DV) del responsable del evento.
jsonSerialize()  : array<string|int, mixed>
{@inheritDoc}
toArray()  : array<string|int, mixed>
Entrega el evento como arreglo.

Properties

Methods

__construct()

public __construct(string $codigo, string $glosa, string $responsable, string $fecha) : mixed
Parameters
$codigo : string
$glosa : string
$responsable : string
$fecha : string

getCodigo()

Entrega el código del evento informado por el SII.

public getCodigo() : string
Return values
string

getFecha()

Entrega la fecha en que ocurrió el evento.

public getFecha() : string
Return values
string

getGlosa()

Entrega la glosa (descripción) del evento.

public getGlosa() : string
Return values
string

getResponsable()

Entrega el RUT (formato RUT-DV) del responsable del evento.

public getResponsable() : string
Return values
string

jsonSerialize()

{@inheritDoc}

public jsonSerialize() : array<string|int, mixed>
Return values
array<string|int, mixed>

toArray()

Entrega el evento como arreglo.

public toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>
On this page

Search results