open-nfse / IdentificadorEmitente
Type Alias: IdentificadorEmitente
ts
type IdentificadorEmitente =
| {
CNPJ: string;
}
| {
CPF: string;
};Defined in: src/nfse/domain.ts:50
Identificação do emitente do documento. TCEmitente restringe a escolha a CNPJ ou CPF apenas — diferente de IdentificadorPessoa, que também admite NIF/cNaoNIF para prestador/tomador/intermediário.