Skip to content

open-nfse / BeneficioMunicipal

Type Alias: BeneficioMunicipal

ts
type BeneficioMunicipal = 
  | {
  nBM: string;
  vRedBCBM: number;
}
  | {
  nBM: string;
  pRedBCBM: number;
}
  | {
  nBM: string;
};

Defined in: src/nfse/domain.ts:231

Licença MIT — biblioteca não oficial, sem vínculo com a Receita Federal.