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
| Parameter | Type |
|---|---|
data | IcmsData |
Returns
{
totals: IcmsTotals;
xml: string;
}| Name | Type | Defined in |
|---|---|---|
totals | IcmsTotals | tax-icms.ts:358 |
xml | string | tax-icms.ts:358 |