Class GerarIdOperacaoTransporte
Inheritance
GerarIdOperacaoTransporte
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlType(Namespace = "http://www.antt.gov.br/ciot")]
[XmlRoot("GerarIdOperacaoTransporte", Namespace = "http://www.antt.gov.br/ciot", IsNullable = false)]
public class GerarIdOperacaoTransporte : XMLBase, IXmlSerializable
Properties
CpfCnpj
Declaration
[XmlElement("CpfCnpj")]
[JsonProperty("cpfCnpj")]
public string CpfCnpj { get; set; }
Property Value
Versao
Declaration
[XmlAttribute(AttributeName = "versao", DataType = "token")]
[JsonIgnore]
public string Versao { get; set; }
Property Value
Implements