Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class MbrAgts

    Grupo com informações sobre inclusão e exclusão de procuradores.

    Inheritance
    object
    MbrAgts
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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