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