Class InfRespTec
Informações do responsável técnico pelo sistema emissor do CTe.
Inheritance
System.Object
InfRespTec
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 InfRespTec
Properties
CNPJ
CNPJ do responsável técnico.
Declaration
public string CNPJ { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Email do responsável técnico.
Declaration
public string Email { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Fone
Telefone do responsável técnico.
Declaration
public string Fone { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HashCSRT
Hash do CSRT.
Declaration
public byte[] HashCSRT { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |
IdCSRT
Identificador do CSRT.
Declaration
public string IdCSRT { get; set; }
Property Value
Type | Description |
---|---|
System.String |
XContato
Nome da pessoa de contato do responsável técnico.
Declaration
public string XContato { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ShouldSerializeHashCSRT()
Verifica se a propriedade HashCSRT deve ser serializada.
Declaration
public bool ShouldSerializeHashCSRT()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeIdCSRT()
Verifica se a propriedade IdCSRT deve ser serializada.
Declaration
public bool ShouldSerializeIdCSRT()
Returns
Type | Description |
---|---|
System.Boolean |