Class InfRespTec
Inherited Members
Namespace: Unimake.Business.DFe.Xml.MDFe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlType(Namespace = "http://www.portalfiscal.inf.br/mdfe")]
public class InfRespTec
Properties
CNPJ
CNPJ do Responsável Técnico
Declaration
[XmlElement("CNPJ")]
public string CNPJ { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Email do Responsável Técnico
Declaration
[XmlElement("email")]
public string Email { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Fone
Telefone do Responsável Técnico
Declaration
[XmlElement("fone")]
public string Fone { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
HashCSRT
Hash do CSRT
Declaration
[XmlElement("hashCSRT", DataType = "base64Binary")]
public byte[] HashCSRT { get; set; }
Property Value
| Type | Description |
|---|---|
| byte[] |
IdCSRT
Identificador do CSRT
Declaration
[XmlElement("idCSRT")]
public string IdCSRT { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
XContato
Nome da Pessoa a ser contatada
Declaration
[XmlElement("xContato")]
public string XContato { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
ShouldSerializeHashCSRT()
Verifica se deve serializar o campo HashCSRT (não nulo)
Declaration
public bool ShouldSerializeHashCSRT()
Returns
| Type | Description |
|---|---|
| bool |
ShouldSerializeIdCSRT()
Verifica se deve serializar o campo IdCSRT (não vazio)
Declaration
public bool ShouldSerializeIdCSRT()
Returns
| Type | Description |
|---|---|
| bool |