class ConsultCdrService extends BaseSunat
Class ConsultCdrService.
Constants
NUMBER_PATTERN |
|
Properties
CompressInterface|null | $compressor | from BaseSunat | ||
DecompressInterface|null | $decompressor | from BaseSunat | ||
CdrReaderInterface|null | $cdrReader | from BaseSunat |
Methods
getStatus(string $ruc, string $tipo, string $serie, int $numero)
Obtiene el estado del comprobante.
getStatusCdr(string $ruc, string $tipo, string $serie, int $numero)
Obtiene el CDR del comprobante.
Details
in BaseSunat
at line 60
setCodeProvider(ErrorCodeProviderInterface|null $codeProvider)
in BaseSunat
at line 68
WsClientInterface
getClient()
in BaseSunat
at line 78
BaseSunat
setClient(WsClientInterface $client)
in BaseSunat
at line 92
protected Error
getErrorFromFault(SoapFault $fault)
Get error from Fault Exception.
in BaseSunat
at line 133
protected string
compress(string $filename, string $xml)
in BaseSunat
at line 147
protected CdrResponse
extractResponse(string $zipContent)
in BaseSunat
at line 163
protected string
getMessageError(string $code)
in BaseSunat
at line 172
protected
isExceptionCode($code)
in BaseSunat
at line 179
protected
loadErrorByCode(BillResult $result, $code)
at line 30
StatusCdrResult
getStatus(string $ruc, string $tipo, string $serie, int $numero)
Obtiene el estado del comprobante.
at line 45
StatusCdrResult
getStatusCdr(string $ruc, string $tipo, string $serie, int $numero)
Obtiene el CDR del comprobante.