Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class BoletoEnviarInstrucao

    XML de envio de instrucao do boleto

    Inheritance
    object
    XMLBase
    BoletoEnviarInstrucao
    Implements
    IXmlSerializable
    Inherited Members
    XMLBase.NameSpaces
    XMLBase.GerarXML()
    XMLBase.LerXML<T>(XmlDocument)
    XMLBase.ReadXml(XmlDocument)
    XMLBase.WriteXml(StringWriter)
    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
    [Serializable]
    [XmlRoot("BoletoEnviarInstrucao", IsNullable = false)]
    public class BoletoEnviarInstrucao : XMLBase, IXmlSerializable

    Properties

    ConfigurationId

    Identificador da configuracao

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

    Data

    Data da instrucao

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

    DataField

    Data da instrucao no formato AAAA-MM-DD

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

    Instrucao

    Instrucao

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

    InstrucaoAdicional

    Instrucao adicional

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

    InstrucaoAdicionalSpecified

    Indica se InstrucaoAdicional deve ser serializado

    Declaration
    [XmlIgnore]
    public bool InstrucaoAdicionalSpecified { get; set; }
    Property Value
    Type Description
    bool

    NossoNumero

    Nosso numero

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

    NumeroNoBanco

    Numero no banco

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

    QuantidadeDiasDesconto

    Quantidade de dias de desconto

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

    QuantidadeDiasDescontoSpecified

    Indica se QuantidadeDiasDesconto deve ser serializado

    Declaration
    [XmlIgnore]
    public bool QuantidadeDiasDescontoSpecified { get; set; }
    Property Value
    Type Description
    bool

    SeuNumero

    Seu numero

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

    Testing

    Indicador de teste

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

    TestingSpecified

    Indica se Testing deve ser serializado

    Declaration
    [XmlIgnore]
    public bool TestingSpecified { get; set; }
    Property Value
    Type Description
    bool

    TipoDesconto

    Tipo de desconto

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

    TipoDescontoSpecified

    Indica se TipoDesconto deve ser serializado

    Declaration
    [XmlIgnore]
    public bool TipoDescontoSpecified { get; set; }
    Property Value
    Type Description
    bool

    UseHomologServer

    Uso de servidor de homologacao

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

    UseHomologServerSpecified

    Indica se UseHomologServer deve ser serializado

    Declaration
    [XmlIgnore]
    public bool UseHomologServerSpecified { get; set; }
    Property Value
    Type Description
    bool

    Valor

    Valor

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

    ValorSpecified

    Indica se Valor deve ser serializado

    Declaration
    [XmlIgnore]
    public bool ValorSpecified { get; set; }
    Property Value
    Type Description
    bool

    Versao

    Versao do leiaute

    Declaration
    [XmlAttribute("versao")]
    public string Versao { get; set; }
    Property Value
    Type Description
    string

    Implements

    IXmlSerializable