Class NfsReinf2010
Inheritance
System.Object
NfsReinf2010
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.EFDReinf
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public class NfsReinf2010
Properties
DtEmissaoNF
Declaration
public DateTimeOffset DtEmissaoNF { get; set; }
Property Value
Type | Description |
---|---|
System.DateTimeOffset |
DtEmissaoNFField
Declaration
public string DtEmissaoNFField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
InfoTpServ
Informações sobre os tipos de serviços constantes da nota fiscal.
Declaration
public List<InfoTpServ> InfoTpServ { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<InfoTpServ> |
NumDocto
Número da nota fiscal/fatura ou outro documento fiscal válido, como ReciboProvisório de Serviço - RPS, CT-e, entre outros.
Declaration
public string NumDocto { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Obs
Observações.
Declaration
public string Obs { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Serie
Informar o número de série da nota fiscal/fatura ou do Recibo Provisório de Serviço - RPS ou de outro documento fiscal válido.Preencher com 0 (zero) caso não exista número de série.
Declaration
public string Serie { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VlrBruto
Preencher com o valor bruto da nota fiscal ou do Recibo Provisório de Serviço - RPS ou de outro documento fiscal válido Validação: Deve ser maior que zero.
Declaration
public double VlrBruto { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
VlrBrutoField
Declaration
public string VlrBrutoField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ShouldSerializeObs()
Declaration
public bool ShouldSerializeObs()
Returns
Type | Description |
---|---|
System.Boolean |