Class NFGas
NFGas - Nota Fiscal Eletrônica do Gás
Implements
Inherited Members
Namespace: Unimake.Business.DFe.Xml.NFGas
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlType(Namespace = "http://www.portalfiscal.inf.br/nfgas")]
[XmlRoot("NFGas", Namespace = "http://www.portalfiscal.inf.br/nfgas", IsNullable = false)]
public class NFGas : XMLBase, IXmlSerializable
Properties
InfNFGas
Informações da NFGas
Declaration
[XmlElement("infNFGas")]
public InfNFGas InfNFGas { get; set; }
Property Value
| Type | Description |
|---|---|
| InfNFGas |
InfNFGasSupl
Informações suplementares da NFGas
Declaration
[XmlElement("infNFGasSupl")]
public InfNFGasSupl InfNFGasSupl { get; set; }
Property Value
| Type | Description |
|---|---|
| InfNFGasSupl |
Signature
Assinatura digital
Declaration
[XmlElement(ElementName = "Signature", Namespace = "http://www.w3.org/2000/09/xmldsig#")]
public Signature Signature { get; set; }
Property Value
| Type | Description |
|---|---|
| Signature |