FinOpenPOS
API ReferenceFunctions

buildInfoPagtoIntegralXml()

@finopenpos/fiscal / buildInfoPagtoIntegralXml

function buildInfoPagtoIntegralXml(options): string;

Defined in: sefaz-request-builders.ts:1267

Build info pagamento integral event XML (tpEvento 112110).

Parameters

ParameterType
options{ accessKey: string; appVersion?: string; environment: 1 | 2; eventDateTime: string; isCpf?: boolean; lotId?: string; model: 55 | 65; orgCode: string | number; sequenceNumber?: number; taxId: string; }
options.accessKeystring
options.appVersion?string
options.environment1 | 2
options.eventDateTimestring
options.isCpf?boolean
options.lotId?string
options.model55 | 65
options.orgCodestring | number
options.sequenceNumber?number
options.taxIdstring

Returns

string

On this page