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
| Parameter | Type |
|---|---|
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.accessKey | string |
options.appVersion? | string |
options.environment | 1 | 2 |
options.eventDateTime | string |
options.isCpf? | boolean |
options.lotId? | string |
options.model | 55 | 65 |
options.orgCode | string | number |
options.sequenceNumber? | number |
options.taxId | string |
Returns
string