Class DCe
DCe - Declaração de Conteúdo Eletrônica
Implements
Inherited Members
Namespace: Unimake.Business.DFe.Xml.DCe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlRoot("DCe", Namespace = "http://www.portalfiscal.inf.br/dce", IsNullable = false)]
public class DCe : XMLBase, IXmlSerializable
Properties
InfDCe
Informações da DCe
Declaration
[XmlElement("infDCe")]
public InfDCe InfDCe { get; set; }
Property Value
| Type | Description |
|---|---|
| InfDCe |
InfDCeSupl
Informações suplementares da DCe
Declaration
[XmlElement("infDCeSupl")]
public InfDCeSupl InfDCeSupl { get; set; }
Property Value
| Type | Description |
|---|---|
| InfDCeSupl |
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 |