Class Exterior
Endereço no exterior
Inheritance
System.Object
Exterior
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.ESocial
Assembly: Unimake.Business.DFe.dll
Syntax
public class Exterior
Properties
Bairro
Nome do bairro/distrito
Declaration
public string Bairro { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CodPostal
Código de Endereçamento Postal
Declaration
public string CodPostal { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Complemento
Complemento do logradouro
Declaration
public string Complemento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DscLograd
Descrição do logradouro
Declaration
public string DscLograd { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NmCid
Nome da cidade
Declaration
public string NmCid { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NrLograd
Número do logradouro. Se não houver número a ser informado, preencher com "S/N".
Declaration
public string NrLograd { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PaisResid
Preencher com o código do país
Declaration
public string PaisResid { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ShouldSerializeBairro()
Declaration
public bool ShouldSerializeBairro()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeCodPostal()
Declaration
public bool ShouldSerializeCodPostal()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeComplemento()
Declaration
public bool ShouldSerializeComplemento()
Returns
Type | Description |
---|---|
System.Boolean |