FinOpenPOS
API ReferenceFunctions

buildDeliveryProofXml()

@finopenpos/fiscal / buildDeliveryProofXml

function buildDeliveryProofXml(options): string;

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

Build delivery proof event XML (Comprovante de Entrega da NF-e).

Parameters

ParameterType
options{ accessKey: string; appVersion: string; environment: 1 | 2; eventDateTime: string; image: string; isCpf?: boolean; latitude?: string; longitude?: string; lotId?: string; orgCode: string | number; receiptDate: string; receiverDocument: string; receiverName: string; sequenceNumber?: number; taxId: string; }
options.accessKeystring
options.appVersionstring
options.environment1 | 2
options.eventDateTimestring
options.imagestring
options.isCpf?boolean
options.latitude?string
options.longitude?string
options.lotId?string
options.orgCodestring | number
options.receiptDatestring
options.receiverDocumentstring
options.receiverNamestring
options.sequenceNumber?number
options.taxIdstring

Returns

string

On this page