Class IdePrestServ
Inheritance
System.Object
IdePrestServ
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()
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public class IdePrestServ
Properties
CnpjPrestador
Deve ser um CNPJ válido. Não pode pertencer ao declarante.
Se {indObra} for igual a [1] (empreitada total) o CNPJ do prestador terá que ser o proprietário do CNO informado no campo {nrInscEstab}.
Declaration
public string CnpjPrestador { get; set; }
Property Value
Type |
Description |
System.String |
|
IndCPRB
Declaration
public IndicativoCPRB IndCPRB { get; set; }
Property Value
InfoProcRetAd
Declaration
public List<InfoProcRetAd> InfoProcRetAd { get; set; }
Property Value
InfoProcRetPr
Declaration
public List<InfoProcRetPr> InfoProcRetPr { get; set; }
Property Value
Nfs
Declaration
public List<NfsReinf2010> Nfs { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<NfsReinf2010> |
|
VlrTotalBaseRet
Declaration
public double VlrTotalBaseRet { get; set; }
Property Value
Type |
Description |
System.Double |
|
VlrTotalBaseRetField
Declaration
public string VlrTotalBaseRetField { get; set; }
Property Value
Type |
Description |
System.String |
|
VlrTotalBruto
Declaration
public double VlrTotalBruto { get; set; }
Property Value
Type |
Description |
System.Double |
|
VlrTotalBrutoField
Declaration
public string VlrTotalBrutoField { get; set; }
Property Value
Type |
Description |
System.String |
|
VlrTotalNRetAdic
Declaration
public double VlrTotalNRetAdic { get; set; }
Property Value
Type |
Description |
System.Double |
|
VlrTotalNRetAdicField
Declaration
public string VlrTotalNRetAdicField { get; set; }
Property Value
Type |
Description |
System.String |
|
VlrTotalNRetPrinc
Declaration
public double VlrTotalNRetPrinc { get; set; }
Property Value
Type |
Description |
System.Double |
|
VlrTotalNRetPrincField
Declaration
public string VlrTotalNRetPrincField { get; set; }
Property Value
Type |
Description |
System.String |
|
VlrTotalRetAdic
Declaration
public double VlrTotalRetAdic { get; set; }
Property Value
Type |
Description |
System.Double |
|
VlrTotalRetAdicField
Declaration
public string VlrTotalRetAdicField { get; set; }
Property Value
Type |
Description |
System.String |
|
VlrTotalRetPrinc
Declaration
public double VlrTotalRetPrinc { get; set; }
Property Value
Type |
Description |
System.Double |
|
VlrTotalRetPrincField
Declaration
public string VlrTotalRetPrincField { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
ShouldSerializeVlrTotalNRetAdic()
Declaration
public bool ShouldSerializeVlrTotalNRetAdic()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeVlrTotalNRetPrinc()
Declaration
public bool ShouldSerializeVlrTotalNRetPrinc()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeVlrTotalRetAdic()
Declaration
public bool ShouldSerializeVlrTotalRetAdic()
Returns
Type |
Description |
System.Boolean |
|