LibreDTE

ListDocumentEventsResponse
in package
implements JsonSerializable

Respuesta del SII con el historial de eventos de un DTE.

Cada evento tiene: codigo, glosa, responsable (RUT-DV) y fecha.

Table of Contents

Interfaces

JsonSerializable

Properties

$events  : array<int, array{codigo: string, glosa: string, responsable: string, fecha: string}>
Lista de eventos del DTE.

Methods

__construct()  : mixed
getEvents()  : array<int, array{codigo: string, glosa: string, responsable: string, fecha: string}>
Entrega los eventos del DTE.
jsonSerialize()  : array<string|int, mixed>
toArray()  : array<string|int, mixed>

Properties

$events

Lista de eventos del DTE.

private array<int, array{codigo: string, glosa: string, responsable: string, fecha: string}> $events

Methods

__construct()

public __construct(array<string|int, mixed> $response) : mixed
Parameters
$response : array<string|int, mixed>

getEvents()

Entrega los eventos del DTE.

public getEvents() : array<int, array{codigo: string, glosa: string, responsable: string, fecha: string}>
Return values
array<int, array{codigo: string, glosa: string, responsable: string, fecha: string}>

        
On this page

Search results