Class ContribuinteEmitente
Inheritance
System.Object
ContribuinteEmitente
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.GNRE
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public class ContribuinteEmitente
Properties
CEP
Declaration
public string CEP { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Endereco
Declaration
public string Endereco { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Identificacao
Declaration
public Identificacao Identificacao { get; set; }
Property Value
Type | Description |
---|---|
Identificacao |
Municipio
Declaration
public string Municipio { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RazaoSocial
Declaration
public string RazaoSocial { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Telefone
Declaration
public string Telefone { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UF
Declaration
public UFBrasil? UF { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<UFBrasil> |
Methods
ShouldSerializeUF()
Declaration
public bool ShouldSerializeUF()
Returns
Type | Description |
---|---|
System.Boolean |