Class MbrAgts
Grupo com informações sobre inclusão e exclusão de procuradores.
Inherited Members
Namespace: Unimake.Business.DFe.Xml.SNCM
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlType(AnonymousType = true, Namespace = "http://sncm.anvisa.gov.br/")]
public class MbrAgts
Properties
CNPJ
Número no Cadastro Nacional de Pessoas Jurídicas.
Declaration
[XmlElement("cnpj")]
public string CNPJ { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CPF
Número no Cadastro de Pessoas Físicas.
Declaration
[XmlElement("cpf")]
public string CPF { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Comnd
Comando a ser executado para inclusão, exclusão ou listar procuradores cadastrados.
Declaration
[XmlElement("comnd")]
public string Comnd { get; set; }
Property Value
| Type | Description |
|---|---|
| string |