Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class GCompraGov

    Inheritance
    object
    GCompraGov
    GCompraGov
    GCompraGov
    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.CTe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    [XmlType(Namespace = "http://www.portalfiscal.inf.br/cte")]
    public class GCompraGov

    Properties

    PRedutor

    Percentual de redução de alíquota em compra governamental

    Declaration
    [XmlIgnore]
    public double PRedutor { get; set; }
    Property Value
    Type Description
    double

    PRedutorField

    Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade PRedutor para atribuir ou resgatar o valor)

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

    TpEnteGov

    Declaration
    [XmlElement("tpEnteGov")]
    public TipoEnteGovernamental TpEnteGov { get; set; }
    Property Value
    Type Description
    TipoEnteGovernamental