Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class InfCIOT

    Inheritance
    object
    InfCIOT
    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.MDFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    [XmlType(Namespace = "http://www.portalfiscal.inf.br/mdfe")]
    public class InfCIOT

    Properties

    CIOT

    Código Identificador da Operação de Transporte

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

    CNPJ

    CNPJ do responsável pelo pagamento do frete

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

    CPF

    CPF do responsável pelo pagamento do frete

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

    Methods

    ShouldSerializeCIOT()

    Verifica se deve serializar o campo CIOT (não vazio)

    Declaration
    public bool ShouldSerializeCIOT()
    Returns
    Type Description
    bool

    ShouldSerializeCNPJ()

    Verifica se deve serializar o campo CNPJ (não vazio)

    Declaration
    public bool ShouldSerializeCNPJ()
    Returns
    Type Description
    bool

    ShouldSerializeCPF()

    Verifica se deve serializar o campo CPF (não vazio)

    Declaration
    public bool ShouldSerializeCPF()
    Returns
    Type Description
    bool