Class GCompraGov
Grupo de Compra Governamental
Inherited Members
Namespace: Unimake.Business.DFe.Xml.NFe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlType(AnonymousType = true, Namespace = "http://www.portalfiscal.inf.br/nfe")]
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 |
TpOperGov
Tipo de operação com o ente governamental
Declaration
[XmlElement("tpOperGov")]
public TipoOperacaoEnteGovernamental TpOperGov { get; set; }
Property Value
| Type | Description |
|---|---|
| TipoOperacaoEnteGovernamental |