Class InfContratante
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 InfContratante
Properties
CNPJ
CNPJ do Contratante
Declaration
[XmlElement("CNPJ")]
public string CNPJ { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CPF
CPF do Contratante
Declaration
[XmlElement("CPF")]
public string CPF { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IdEstrangeiro
Identificação de Contratante Estrangeiro
Declaration
[XmlElement("idEstrangeiro")]
public string IdEstrangeiro { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
InfContrato
Grupo de informações do contrato entre transportador e contratante
Declaration
[XmlElement("infContrato")]
public InfContrato InfContrato { get; set; }
Property Value
| Type | Description |
|---|---|
| InfContrato |
XNome
Nome do Contratante
Declaration
[XmlElement("xNome")]
public string XNome { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
ShouldSerializeCNPJ()
Verifica se deve serializar o campo CNPJ (não vazio)
Declaration
public bool ShouldSerializeCNPJ()
Returns
| Type | Description |
|---|---|
| bool |
ShouldSerializeCPF()
Verifica se deve serializar o campo CPF (não vazio)
Declaration
public bool ShouldSerializeCPF()
Returns
| Type | Description |
|---|---|
| bool |
ShouldSerializeIdEstrangeiro()
Verifica se deve serializar o campo IdEstrangeiro (não vazio)
Declaration
public bool ShouldSerializeIdEstrangeiro()
Returns
| Type | Description |
|---|---|
| bool |
ShouldSerializeXNome()
Verifica se deve serializar o campo XNome (não vazio)
Declaration
public bool ShouldSerializeXNome()
Returns
| Type | Description |
|---|---|
| bool |