Class Interrupt
Grupo com informações sobre a interrupção da comercialização do produto.Só informado quandocomnd igual a “3”.
Inheritance
System.Object
Interrupt
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Unimake.Business.DFe.Xml.SNCM
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public class Interrupt
Properties
BreakDate
Data da interrupção da comercialização.
Declaration
public DateTime BreakDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
BreakDateField
Auxiliar de serialização da tag "breakDate" - Use a propriedade "BreakDate" para atribuir o valor.
Declaration
public string BreakDateField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Reason
Razão da interrupção da comercialização.
Declaration
public string Reason { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ReasonField
Declaration
string ReasonField { }
Property Value
Type | Description |
---|---|
System.String |