Class Compl
Informações complementares.
Inheritance
System.Object
Compl
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.CTe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public class Compl
Properties
DestCalc
Destino do cálculo do frete.
Declaration
public string DestCalc { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Entrega
Informações de entrega.
Declaration
public Entrega Entrega { get; set; }
Property Value
Type | Description |
---|---|
Entrega |
Fluxo
Informações do fluxo da prestação.
Declaration
public Fluxo Fluxo { get; set; }
Property Value
Type | Description |
---|---|
Fluxo |
ObsCont
Observações do contribuinte.
Declaration
public List<ObsCont> ObsCont { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ObsCont> |
ObsFisco
Observações do fisco.
Declaration
public List<ObsFisco> ObsFisco { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ObsFisco> |
OrigCalc
Origem do cálculo do frete.
Declaration
public string OrigCalc { get; set; }
Property Value
Type | Description |
---|---|
System.String |
XCaracAd
Características adicionais da prestação.
Declaration
public string XCaracAd { get; set; }
Property Value
Type | Description |
---|---|
System.String |
XCaracSer
Características da prestação do serviço.
Declaration
public string XCaracSer { get; set; }
Property Value
Type | Description |
---|---|
System.String |
XEmi
Emitente.
Declaration
public string XEmi { get; set; }
Property Value
Type | Description |
---|---|
System.String |
XObs
Observações gerais.
Declaration
public string XObs { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ShouldSerializeDestCalc()
Verifica se a propriedade DestCalc deve ser serializada.
Declaration
public bool ShouldSerializeDestCalc()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeOrigCalc()
Verifica se a propriedade OrigCalc deve ser serializada.
Declaration
public bool ShouldSerializeOrigCalc()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeXCaracAd()
Verifica se a propriedade XCaracAd deve ser serializada.
Declaration
public bool ShouldSerializeXCaracAd()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeXCaracSer()
Verifica se a propriedade XCaracSer deve ser serializada.
Declaration
public bool ShouldSerializeXCaracSer()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeXEmi()
Verifica se a propriedade XEmi deve ser serializada.
Declaration
public bool ShouldSerializeXEmi()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeXObs()
Verifica se a propriedade XObs deve ser serializada.
Declaration
public bool ShouldSerializeXObs()
Returns
Type | Description |
---|---|
System.Boolean |