Class BPeTA
BP-e TA - Bilhete de Passagem Eletronico Transporte Aereo
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlRoot("BPeTA", Namespace = "http://www.portalfiscal.inf.br/bpe", IsNullable = false)]
public class BPeTA : XMLBase, IXmlSerializable
Properties
InfBPe
Declaration
[XmlElement("infBPe")]
public InfBPe InfBPe { get; set; }
Property Value
InfBPeSupl
Declaration
[XmlElement("infBPeSupl")]
public InfBPeSupl InfBPeSupl { get; set; }
Property Value
Signature
Declaration
[XmlElement(ElementName = "Signature", Namespace = "http://www.w3.org/2000/09/xmldsig#")]
public Signature Signature { get; set; }
Property Value
Implements