FinOpenPOS
API ReferenceFunctions

buildIcmsPartXml()

@finopenpos/fiscal / buildIcmsPartXml

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

Defined in: tax-icms.ts:358

Build the ICMSPart XML group (partition between states). Used inside <ICMS> for CST 10 or 90 with interstate partition.

Usado dentro de <ICMS> para CST 10 ou 90 com partilha interestadual.

Parameters

ParameterType
dataIcmsData

Returns

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

On this page