API ReferenceFunctions
parseCancellationResponse()
@finopenpos/fiscal / parseCancellationResponse
function parseCancellationResponse(xml): {
protocolNumber?: string;
statusCode: number;
statusMessage: string;
};Defined in: sefaz-response-parsers.ts:71
Parse cancellation event response.
Parameters
| Parameter | Type |
|---|---|
xml | string |
Returns
{
protocolNumber?: string;
statusCode: number;
statusMessage: string;
}| Name | Type | Defined in |
|---|---|---|
protocolNumber? | string | sefaz-response-parsers.ts:74 |
statusCode | number | sefaz-response-parsers.ts:72 |
statusMessage | string | sefaz-response-parsers.ts:73 |