FinOpenPOS
API ReferenceFunctions

buildIcmsUfDestXml()

@finopenpos/fiscal / buildIcmsUfDestXml

function buildIcmsUfDestXml(data): {
  totals: IcmsTotals;
  xml: string;
};

Defined in: tax-icms.ts:424

Build the ICMSUFDest XML group (interstate to final consumer). This is a sibling of <ICMS>, placed directly inside <imposto>.

É irmão de <ICMS>, posicionado diretamente dentro de <imposto>.

Parameters

ParameterType
dataIcmsData

Returns

{
  totals: IcmsTotals;
  xml: string;
}
NameTypeDefined in
totalsIcmsTotalstax-icms.ts:424
xmlstringtax-icms.ts:424

On this page