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
$codigo read-only
private
string
$codigo
$fecha read-only
private
string
$fecha
$glosa read-only
private
string
$glosa
$responsable read-only
private
string
$responsable
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
stringgetFecha()
Entrega la fecha en que ocurrió el evento.
public
getFecha() : string
Return values
stringgetGlosa()
Entrega la glosa (descripción) del evento.
public
getGlosa() : string
Return values
stringgetResponsable()
Entrega el RUT (formato RUT-DV) del responsable del evento.
public
getResponsable() : string
Return values
stringjsonSerialize()
{@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>