Class CancelamentoOperacaoTransporte
Inheritance
CancelamentoOperacaoTransporte
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlType(Namespace = "http://www.antt.gov.br/ciot")]
[XmlRoot("CancelamentoOperacaoTransporte", Namespace = "http://www.antt.gov.br/ciot", IsNullable = false)]
public class CancelamentoOperacaoTransporte : XMLBase, IXmlSerializable
Properties
CodigoIdentificacaoOperacao
Declaration
[XmlElement("CodigoIdentificacaoOperacao")]
public string CodigoIdentificacaoOperacao { get; set; }
Property Value
MotivoCancelamento
Declaration
[XmlElement("MotivoCancelamento")]
public string MotivoCancelamento { get; set; }
Property Value
Implements