Class InfContratante
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.MDFe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public class InfContratante
Properties
CNPJ
CNPJ do Contratante
Declaration
public string CNPJ { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CPF
CPF do Contratante
Declaration
public string CPF { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdEstrangeiro
Identificação de Contratante Estrangeiro
Declaration
public string IdEstrangeiro { get; set; }
Property Value
Type | Description |
---|---|
System.String |
InfContrato
Grupo de informações do contrato entre transportador e contratante
Declaration
public InfContrato InfContrato { get; set; }
Property Value
Type | Description |
---|---|
InfContrato |
XNome
Nome do Contratante
Declaration
public string XNome { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ShouldSerializeCNPJ()
Verifica se deve serializar o campo CNPJ (não vazio)
Declaration
public bool ShouldSerializeCNPJ()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeCPF()
Verifica se deve serializar o campo CPF (não vazio)
Declaration
public bool ShouldSerializeCPF()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeIdEstrangeiro()
Verifica se deve serializar o campo IdEstrangeiro (não vazio)
Declaration
public bool ShouldSerializeIdEstrangeiro()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeXNome()
Verifica se deve serializar o campo XNome (não vazio)
Declaration
public bool ShouldSerializeXNome()
Returns
Type | Description |
---|---|
System.Boolean |