Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class BoletoInformarPagto

    XML de informacao de pagamento do boleto

    Inheritance
    object
    XMLBase
    BoletoInformarPagto
    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("BoletoInformarPagto", IsNullable = false)]
    public class BoletoInformarPagto : XMLBase, IXmlSerializable

    Properties

    ConfigurationId

    Identificador da configuracao

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

    NumeroNoBanco

    Numero no banco

    Declaration
    [XmlElement("NumeroNoBanco")]
    public string NumeroNoBanco { 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

    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

    Versao

    Versao do leiaute

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

    Implements

    IXmlSerializable