Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class StakeholderId

    Inheritance
    object
    StakeholderId
    Car
    Declarant
    Outsrc
    Prtnr
    Shipper
    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
    public abstract class StakeholderId

    Properties

    CNES

    Número do Cadastro Nacional de Estabelecimentos de Saúde.

    Declaration
    [XmlElement("cnes")]
    public string CNES { get; set; }
    Property Value
    Type Description
    string

    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

    Methods

    ShouldSerializeCNES()

    Declaration
    public bool ShouldSerializeCNES()
    Returns
    Type Description
    bool

    ShouldSerializeCNPJ()

    Declaration
    public bool ShouldSerializeCNPJ()
    Returns
    Type Description
    bool

    ShouldSerializeCPF()

    Declaration
    public bool ShouldSerializeCPF()
    Returns
    Type Description
    bool