API ReferenceFunctions
buildIcmsStXml()
@finopenpos/fiscal / buildIcmsStXml
function buildIcmsStXml(data): {
totals: IcmsTotals;
xml: string;
};Defined in: tax-icms.ts:391
Build the ICMSST XML group (ST repasse).
Used inside <ICMS> for CST 41 or 60 with interstate ST repasse.
Usado dentro de <ICMS> para CST 41 ou 60 com repasse interestadual de ST.
Parameters
| Parameter | Type |
|---|---|
data | IcmsData |
Returns
{
totals: IcmsTotals;
xml: string;
}| Name | Type | Defined in |
|---|---|---|
totals | IcmsTotals | tax-icms.ts:391 |
xml | string | tax-icms.ts:391 |