Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class InfBanc

    Inheritance
    object
    InfBanc
    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 InfBanc

    Properties

    CNPJIPEF

    CNPJ da Instituição de Pagamento Eletrônico de Frete

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

    CodAgencia

    Código da Agência

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

    CodBanco

    Código do Banco

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

    PIX

    Chave PIX

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

    Methods

    ShouldSerializeCNPJIPEF()

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

    Declaration
    public bool ShouldSerializeCNPJIPEF()
    Returns
    Type Description
    bool

    ShouldSerializeCodAgencia()

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

    Declaration
    public bool ShouldSerializeCodAgencia()
    Returns
    Type Description
    bool

    ShouldSerializeCodBanco()

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

    Declaration
    public bool ShouldSerializeCodBanco()
    Returns
    Type Description
    bool

    ShouldSerializePIX()

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

    Declaration
    public bool ShouldSerializePIX()
    Returns
    Type Description
    bool