Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class InfBanc

    Inheritance
    System.Object
    InfBanc
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Unimake.Business.DFe.Xml.MDFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    public class InfBanc

    Properties

    CNPJIPEF

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

    Declaration
    public string CNPJIPEF { get; set; }
    Property Value
    Type Description
    System.String

    CodAgencia

    Código da Agência

    Declaration
    public string CodAgencia { get; set; }
    Property Value
    Type Description
    System.String

    CodBanco

    Código do Banco

    Declaration
    public string CodBanco { get; set; }
    Property Value
    Type Description
    System.String

    PIX

    Chave PIX

    Declaration
    public string PIX { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    ShouldSerializeCNPJIPEF()

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

    Declaration
    public bool ShouldSerializeCNPJIPEF()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeCodAgencia()

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

    Declaration
    public bool ShouldSerializeCodAgencia()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeCodBanco()

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

    Declaration
    public bool ShouldSerializeCodBanco()
    Returns
    Type Description
    System.Boolean

    ShouldSerializePIX()

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

    Declaration
    public bool ShouldSerializePIX()
    Returns
    Type Description
    System.Boolean