Apresentar as informações da NFCe configurada no PDV, Caso o PDV não esteja configurado para emissão de NFCe o arquivo JSON virá sem informações (“NFCe” : { }).
| Parâmetro | Tipo | Descrição |
| Active | Boolean | Identifica se o terminal está configurado para a emissão de NFCe |
| DocumentSerial | String | Código de série do documento |
| ExpirationCertificate | TDateTime | Data de vencimento do certificado instalado |
| LastCodeReturn | Integer | Código do último retorno do SEFAZ |
| LastDateSendDocument | TDateTime | Número sequencial do último NFC-e Emitido |
| LastDocument | String | Código do último documento |
| LastReturnDescription | String | Descrição do último retorno |
| StatusType | TStatusNFeType | Tipo do status sntUnknown – Desconhecido |
"NFCe": { "Active": true, "DocumentSerial": "220", "ExpirationCertificate": "2021-03-03T15:28:08", "LastCodeReturn": 0, "LastDateSendDocument": "", "LastDocument": "", "LastReturnDescription": "", "StatusType": "sntUnknown" }