FinOpenPOS
API ReferenceFunctions

buildInterestedActorXml()

@finopenpos/fiscal / buildInterestedActorXml

function buildInterestedActorXml(options): string;

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

Build Ator Interessado event XML.

Parameters

ParameterType
options{ accessKey: string; actorIsCpf?: boolean; actorTaxId: string; appVersion: string; authorizationType: number; authorType: number; environment: 1 | 2; eventDateTime: string; isCpf?: boolean; lotId?: string; sequenceNumber?: number; stateCode: string; taxId: string; }
options.accessKeystring
options.actorIsCpf?boolean
options.actorTaxIdstring
options.appVersionstring
options.authorizationTypenumber
options.authorTypenumber
options.environment1 | 2
options.eventDateTimestring
options.isCpf?boolean
options.lotId?string
options.sequenceNumber?number
options.stateCodestring
options.taxIdstring

Returns

string

On this page