Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class EBoletoAceiteDetails

    Detalhes de aceite

    Inheritance
    object
    EBoletoAceiteDetails
    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.EBoleto
    Assembly: Unimake.Business.DFe.dll
    Syntax
    public class EBoletoAceiteDetails

    Properties

    Aceite

    Indicador de aceite

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

    AgenciaCodigoBeneficiario

    Agencia e codigo do beneficiario

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

    Beneficiario

    Beneficiario

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

    Carteira

    Carteira

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

    CodigoBanco

    Codigo do banco

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

    DataDocumento

    Data do documento

    Declaration
    [XmlIgnore]
    public DateTimeOffset DataDocumento { get; set; }
    Property Value
    Type Description
    DateTimeOffset

    DataDocumentoField

    Data do documento no formato AAAA-MM-DD

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

    DataProcessamento

    Data de processamento

    Declaration
    [XmlIgnore]
    public DateTimeOffset DataProcessamento { get; set; }
    Property Value
    Type Description
    DateTimeOffset

    DataProcessamentoField

    Data de processamento no formato AAAA-MM-DD

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

    Descontos

    Valor dos descontos

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

    Especie

    Especie

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

    Instrucoes

    Instrucoes

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

    LogoBanco

    Logo do banco

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

    MoraMulta

    Mora e multa

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

    NossoNumero

    Nosso numero

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

    NumeroDocumento

    Numero do documento

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

    OutrasDeducoes

    Outras deducoes

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

    OutrosAcrescimos

    Outros acrescimos

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

    Pagador

    Pagador

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

    RodapeDireito

    Rodape direito

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

    RodapeEsquerdo

    Rodape esquerdo

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

    Testing

    Indicador de teste

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

    ValorCobrado

    Valor cobrado

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

    ValorDocumento

    Valor do documento

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

    Vencimento

    Data de vencimento

    Declaration
    [XmlIgnore]
    public DateTimeOffset Vencimento { get; set; }
    Property Value
    Type Description
    DateTimeOffset

    VencimentoField

    Data de vencimento no formato AAAA-MM-DD

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